LostTech.TensorFlow : API Documentation

Type checkpoint

Namespace tensorflow.contrib.checkpoint

Public static methods

string dot_graph_from_checkpoint(Byte[] save_path)

string dot_graph_from_checkpoint(IGraphNodeBase save_path)

string dot_graph_from_checkpoint(string save_path)

object dot_graph_from_checkpoint_dyn(object save_path)

IDictionary<object, object> split_dependency(IEnumerable<string> component_names, IEnumerable<object> component_dtypes, PythonFunctionContainer fill_save_buffer_fn, PythonFunctionContainer consume_restore_buffer_fn, object device)

IDictionary<object, object> split_dependency(IEnumerable<string> component_names, object component_dtypes, PythonFunctionContainer fill_save_buffer_fn, PythonFunctionContainer consume_restore_buffer_fn, object device)

object split_dependency_dyn(object component_names, object component_dtypes, object fill_save_buffer_fn, object consume_restore_buffer_fn, object device)

Public properties

PythonFunctionContainer dot_graph_from_checkpoint_fn get;

PythonFunctionContainer split_dependency_fn get;