Public static methods
IList<object> load_attributes_from_hdf5_group(string group, string name)
object load_attributes_from_hdf5_group_dyn(object group, object name)
object load_model_from_hdf5(object filepath, object custom_objects, bool compile)
object load_model_from_hdf5_dyn(object filepath, object custom_objects, ImplicitContainer<T> compile)
void load_weights_from_hdf5_group(string f, object layers)
void load_weights_from_hdf5_group_by_name(string f, IEnumerable<Layer> layers)
object load_weights_from_hdf5_group_by_name_dyn(object f, object layers)
object load_weights_from_hdf5_group_dyn(object f, object layers)
IList<object> preprocess_weights_for_loading(Layer layer, IEnumerable<object> weights, string original_keras_version, object original_backend)
IList<object> preprocess_weights_for_loading(Model layer, IEnumerable<object> weights, string original_keras_version, object original_backend)
object preprocess_weights_for_loading_dyn(object layer, object weights, object original_keras_version, object original_backend)
void save_attributes_to_hdf5_group(string group, string name, IEnumerable<object> data)
void save_attributes_to_hdf5_group(PythonClassContainer group, string name, IEnumerable<object> data)
void save_attributes_to_hdf5_group(object group, string name, IEnumerable<object> data)
object save_attributes_to_hdf5_group_dyn(object group, object name, object data)
void save_model_to_hdf5(Checkpoint model, Byte[] filepath, bool overwrite, bool include_optimizer)
void save_model_to_hdf5(AutoTrackable model, string filepath, bool overwrite, bool include_optimizer)
void save_model_to_hdf5(AutoTrackable model, Byte[] filepath, bool overwrite, bool include_optimizer)
void save_model_to_hdf5(Checkpoint model, string filepath, bool overwrite, bool include_optimizer)
void save_weights_to_hdf5_group(string f, IEnumerable<Layer> layers)
object save_weights_to_hdf5_group_dyn(object f, object layers)
object trace_model_call(Layer model, IEnumerable<object> input_signature)
object trace_model_call(Model model, IEnumerable<object> input_signature)
object trace_model_call_dyn(object model, object input_signature)
Public properties