TensorFlow Program
Jump to navigation
Jump to search
A TensorFlow Program is a mathematical software program that uses a TensorFlow library.
References
2016
- https://www.tensorflow.org/versions/r0.10/get_started/basic_usage.html#tensors
- QUOTE: TensorFlow programs use a tensor data structure to represent all data -- only tensor are passed between operations in the computation graph. You can think of a TensorFlow tensor as an n-dimensional array or list. A tensor has a static type, a rank, and a shape. To learn more about how TensorFlow handles these concepts, see the Rank, Shape, and Type reference.