Building Graphs
[TOC]
Classes and functions for building TensorFlow graphs.
Core graph data structures
tf.Graphtf.Operationtf.Tensor
Tensor types
tf.DTypetf.as_dtype
Utility functions
tf.devicetf.containertf.name_scopetf.control_dependenciestf.convert_to_tensortf.convert_to_tensor_or_indexed_slicestf.convert_to_tensor_or_sparse_tensortf.get_default_graphtf.reset_default_graphtf.import_graph_deftf.load_file_system_librarytf.load_op_library
Graph collections
tf.add_to_collectiontf.get_collectiontf.get_collection_reftf.GraphKeys
Defining new operations
tf.RegisterGradienttf.NotDifferentiabletf.NoGradienttf.TensorShapetf.Dimensiontf.op_scopetf.get_seed
For libraries building on TensorFlow
tf.register_tensor_conversion_function
