Getting started
Examples
Developper documentation
API documentation
get_feedable_tensors()
Retrieve feed 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]