LostTech.TensorFlow : API Documentation

Type utils

Namespace tensorflow.python.keras.saving.saved_model.utils

Public static methods

PythonClassContainer get_training_arg(int index, IEnumerable<object> args, IDictionary<object, object> kwargs)

object get_training_arg_dyn(object index, object args, object kwargs)

int get_training_arg_index(PythonFunctionContainer call_fn)

object get_training_arg_index_dyn(object call_fn)

ValueTuple<object, object> maybe_add_training_arg(PythonFunctionContainer original_call, object wrapped_call, bool expects_training_arg, Nullable<bool> default_training_value)

ValueTuple<object, object> maybe_add_training_arg(object original_call, object wrapped_call, bool expects_training_arg, Nullable<bool> default_training_value)

object maybe_add_training_arg_dyn(object original_call, object wrapped_call, object expects_training_arg, object default_training_value)

void remove_training_arg(int index, IEnumerable<object> args, IDictionary<object, object> kwargs)

object remove_training_arg_dyn(object index, object args, object kwargs)

object set_training_arg(bool training, int index, IEnumerable<bool> args, IDictionary<object, object> kwargs)

object set_training_arg_dyn(object training, object index, object args, object kwargs)

object use_wrapped_call(Layer layer, PythonFunctionContainer call_fn, Nullable<bool> default_training_value, bool return_method)

object use_wrapped_call(RevivedLayer layer, PythonFunctionContainer call_fn, Nullable<bool> default_training_value, bool return_method)

object use_wrapped_call_dyn(object layer, object call_fn, object default_training_value, ImplicitContainer<T> return_method)

Public properties

PythonFunctionContainer get_training_arg_fn get;

PythonFunctionContainer get_training_arg_index_fn get;

PythonFunctionContainer maybe_add_training_arg_fn get;

PythonFunctionContainer remove_training_arg_fn get;

PythonFunctionContainer set_training_arg_fn get;

PythonFunctionContainer use_wrapped_call_fn get;