Getting started
Examples
Developper documentation
API documentation
get_fetchable_tensors()
Retrieve fetch tensors from graph.
graph (tf.Graph) – A Tensorflow Graph
names (List[str]) – List of operations or tensor names
Mapping of names to tf.Tensor
Dict[str, tf.Tensor]