December 2018
Intermediate to advanced
318 pages
8h 28m
English
Each node in the TensorFlow graph is a symbolic representation of an operational process. When the data reaches a particular node during the flow, the corresponding operational function associated with the node is performed. The output of the process is fed to the next node as an input.
The primary benefit of graph computation is that it helps to perform optimized computations:

Read now
Unlock full access