LostTech.TensorFlow : API Documentation

Type utils

Namespace tensorflow.python.keras.utils

Public static methods

object class_and_config_for_serialized_keras_object(IDictionary<object, object> config, IDictionary<object, object> module_objects, IDictionary<object, object> custom_objects, string printable_module_name)

object class_and_config_for_serialized_keras_object(object config, IDictionary<object, object> module_objects, IDictionary<object, object> custom_objects, string printable_module_name)

object class_and_config_for_serialized_keras_object(string config, IDictionary<object, object> module_objects, IDictionary<object, object> custom_objects, string printable_module_name)

object class_and_config_for_serialized_keras_object_dyn(object config, object module_objects, object custom_objects, ImplicitContainer<T> printable_module_name)

IDictionary<string, object> serialize_keras_class_and_config(string cls_name, IDictionary<string, object> cls_config)

object serialize_keras_class_and_config_dyn(object cls_name, object cls_config)

Public properties

PythonFunctionContainer class_and_config_for_serialized_keras_object_fn get;

PythonFunctionContainer serialize_keras_class_and_config_fn get;