LostTech.TensorFlow : API Documentation

Type saveable_object_util

Namespace tensorflow.python.training.saving.saveable_object_util

Public static methods

IDictionary<object, object> op_list_to_dict(IDictionary<object, object> op_list, bool convert_variable_to_tensor)

IDictionary<object, object> op_list_to_dict(IEnumerable<ResourceVariable> op_list, bool convert_variable_to_tensor)

IDictionary<object, object> op_list_to_dict(PartitionedVariable op_list, bool convert_variable_to_tensor)

object op_list_to_dict_dyn(object op_list, ImplicitContainer<T> convert_variable_to_tensor)

IEnumerator<object> saveable_objects_for_op(object op, string name)

object saveable_objects_for_op_dyn(object op, object name)

IList<string> set_cpu0(object device_string)

object set_cpu0_dyn(object device_string)

IList<object> validate_and_slice_inputs(IDictionary<object, object> names_to_saveables)

IList<object> validate_and_slice_inputs(IEnumerable<Variable> names_to_saveables)

object validate_and_slice_inputs_dyn(object names_to_saveables)

Public properties

PythonFunctionContainer op_list_to_dict_fn get;

PythonFunctionContainer ReferenceVariableSaveable_fn get;

PythonFunctionContainer ResourceVariableSaveable_fn get;

PythonFunctionContainer saveable_objects_for_op_fn get;

PythonFunctionContainer set_cpu0_fn get;

PythonFunctionContainer validate_and_slice_inputs_fn get;