LostTech.TensorFlow : API Documentation

Type util

Namespace tensorflow.python.training.tracking.util

Public static methods

object add_variable(object trackable, string name, IEnumerable<object> shape, ImplicitContainer<T> dtype, double initializer, bool trainable)

object add_variable(object trackable, string name, IEnumerable<object> shape, ImplicitContainer<T> dtype, IEnumerable<double> initializer, bool trainable)

object add_variable(object trackable, string name, IEnumerable<object> shape, ImplicitContainer<T> dtype, Initializer initializer, bool trainable)

object add_variable(object trackable, string name, IEnumerable<object> shape, ImplicitContainer<T> dtype, int initializer, bool trainable)

object add_variable(object trackable, string name, IEnumerable<object> shape, ImplicitContainer<T> dtype, PythonClassContainer initializer, bool trainable)

object add_variable_dyn(object trackable, object name, object shape, ImplicitContainer<T> dtype, object initializer, ImplicitContainer<T> trainable)

IContextManager<T> capture_dependencies(Template template)

IContextManager<T> capture_dependencies(AutoTrackable template)

IContextManager<T> capture_dependencies(object template)

object capture_dependencies_dyn(object template)

MultiDeviceSaver frozen_saver(AutoTrackable root_trackable)

object frozen_saver_dyn(object root_trackable)

IList<object> gather_initializers(Checkpoint root_trackable)

IList<object> gather_initializers(AutoTrackable root_trackable)

object gather_initializers_dyn(object root_trackable)

BaseSession get_session()

object get_session_dyn()

IList<object> list_objects(Trackable root_trackable)

IList<object> list_objects(AutoTrackable root_trackable)

IList<object> list_objects(Model root_trackable)

IList<object> list_objects(IEnumerable<object> root_trackable)

IList<object> list_objects(IDictionary<string, IEnumerable<double>> root_trackable)

object list_objects_dyn(object root_trackable)

object object_metadata(string save_path)

object object_metadata(IGraphNodeBase save_path)

object object_metadata(Byte[] save_path)

object object_metadata_dyn(object save_path)

TrackableSaver saver_with_op_caching(AutoTrackable obj)

TrackableSaver saver_with_op_caching(Checkpoint obj)

object saver_with_op_caching_dyn(object obj)

void streaming_restore(_LoadStatus status, BaseSession session)

object streaming_restore_dyn(object status, object session)

Public properties

PythonFunctionContainer _CheckpointRestoreCoordinator_fn get;

PythonFunctionContainer _CheckpointRestoreCoordinatorDeleter_fn get;

PythonFunctionContainer _LoadStatus_fn get;

PythonFunctionContainer _NameBasedRestoreCoordinator_fn get;

PythonFunctionContainer _ObjectGraphProtoPrettyPrinter_fn get;

PythonFunctionContainer _SessionWithFeedDictAdditions_fn get;

PythonFunctionContainer add_variable_fn get;

PythonFunctionContainer capture_dependencies_fn get;

PythonFunctionContainer Checkpoint_fn get;

PythonFunctionContainer CheckpointLoadStatus_fn get;

PythonFunctionContainer CheckpointV1_fn get;

PythonFunctionContainer frozen_saver_fn get;

PythonFunctionContainer gather_initializers_fn get;

PythonFunctionContainer get_session_fn get;

PythonFunctionContainer InitializationOnlyStatus_fn get;

LazyLoader keras_backend get; set;

object keras_backend_dyn get; set;

PythonFunctionContainer list_objects_fn get;

PythonFunctionContainer NameBasedSaverStatus_fn get;

PythonFunctionContainer object_metadata_fn get;

PythonFunctionContainer saver_with_op_caching_fn get;

PythonFunctionContainer streaming_restore_fn get;

PythonFunctionContainer TrackableSaver_fn get;