LostTech.TensorFlow : API Documentation

Type LayerAttributes

Namespace tensorflow.python.keras.saving.saved_model.serialized_attributes

Parent SerializedAttributes

Interfaces ILayerAttributes

Public properties

IDictionary<object, object> checkpointable_objects get;

object checkpointable_objects_dyn get;

IDictionary<object, object> functions get;

object functions_dyn get;

IDictionary<object, object> functions_to_serialize get;

object functions_to_serialize_dyn get;

IDictionary<string, AutoTrackable> objects_to_serialize get;

object objects_to_serialize_dyn get;

object PythonObject get;