Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
necroforest
on May 22, 2023
|
parent
|
context
|
favorite
| on:
Deep neural networks as computational graphs (2018...
you can't store a function as a tensor. the tensors are the inputs/outputs that flow along the edges of the graph. TF stores things directly as a graph:
https://github.com/tensorflow/tensorflow/blob/master/tensorf...
while Jax represents computations in an intermediate representation:
https://jax.readthedocs.io/en/latest/jaxpr.html
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: