LostTech.TensorFlow : API Documentation

Type function_deserialization

Namespace tensorflow.python.saved_model.function_deserialization

Public static methods

void fix_node_def(object node_def, IDictionary<object, object> functions, object shared_name_suffix, string debug_name)

object fix_node_def_dyn(object node_def, object functions, object shared_name_suffix, object debug_name)

IDictionary<object, object> load_function_def_library(object library, object load_shared_name_suffix)

object load_function_def_library_dyn(object library, object load_shared_name_suffix)

RestoredFunction recreate_function(object saved_function, IDictionary<object, object> concrete_functions)

object recreate_function_dyn(object saved_function, object concrete_functions)

object setup_bare_concrete_function(object saved_bare_concrete_function, IDictionary<object, object> concrete_functions)

object setup_bare_concrete_function_dyn(object saved_bare_concrete_function, object concrete_functions)

Public properties

PythonFunctionContainer fix_node_def_fn get;

PythonFunctionContainer load_function_def_library_fn get;

PythonFunctionContainer recreate_function_fn get;

PythonFunctionContainer RestoredFunction_fn get;

PythonFunctionContainer setup_bare_concrete_function_fn get;