LostTech.TensorFlow : API Documentation

Type save

Namespace tensorflow.python.keras.saving.saved_model.save

Public static methods

object layer_call_wrapper(LayerCallCollection call_collection, object method)

object layer_call_wrapper_dyn(object call_collection, object method)

bool layer_uses_training_bool(Layer layer)

object layer_uses_training_bool_dyn(object layer)

void save_(Checkpoint model, Byte[] filepath, bool overwrite, bool include_optimizer, object signatures)

void save_(Checkpoint model, IGraphNodeBase filepath, bool overwrite, bool include_optimizer, object signatures)

void save_(Checkpoint model, string filepath, bool overwrite, bool include_optimizer, object signatures)

void save_(AutoTrackable model, Byte[] filepath, bool overwrite, bool include_optimizer, object signatures)

void save_(AutoTrackable model, IGraphNodeBase filepath, bool overwrite, bool include_optimizer, object signatures)

void save_(AutoTrackable model, string filepath, bool overwrite, bool include_optimizer, object signatures)

object save__dyn(object model, object filepath, object overwrite, object include_optimizer, object signatures)

object serialize_all_attributes(Layer layer, object serialization_cache)

object serialize_all_attributes_dyn(object layer, object serialization_cache)

Public properties

LazyLoader base_layer get; set;

object base_layer_dyn get; set;

PythonFunctionContainer layer_call_wrapper_fn get;

PythonFunctionContainer layer_uses_training_bool_fn get;

PythonFunctionContainer LayerCall_fn get;

PythonFunctionContainer LayerCallCollection_fn get;

PythonFunctionContainer save__fn get;

PythonFunctionContainer serialize_all_attributes_fn get;

LazyLoader training_lib get; set;

object training_lib_dyn get; set;