LostTech.TensorFlow : API Documentation

Type ObjectGraphView

Namespace tensorflow.python.training.tracking.graph_view

Parent PythonObjectContainer

Interfaces IObjectGraphView

Public instance methods

IList<object> frozen_saveable_objects(ObjectIdentityDictionary object_map, Graph to_graph)

object frozen_saveable_objects_dyn(object object_map, object to_graph)

IEnumerator<object> list_dependencies(ValueTuple<PythonClassContainer, PythonClassContainer, object> obj)

IEnumerator<object> list_dependencies(NotTrackable obj)

object list_dependencies_dyn(object obj)

IList<object> list_objects()

object list_objects_dyn()

ValueTuple<IList<object>, ObjectIdentityDictionary, object> objects_ids_and_slot_variables()

object objects_ids_and_slot_variables_dyn()

ValueTuple<IList<object>, object, object> serialize_object_graph()

object serialize_object_graph_dyn()

Public properties

object PythonObject get;

object root get;

object root_dyn get;

object saveables_cache get;

object saveables_cache_dyn get;