LostTech.TensorFlow : API Documentation

Type generic_utils

Namespace tensorflow.python.keras.utils.generic_utils

Public static methods

void check_for_unexpected_keys(string name, object input_dict, IEnumerable<object> expected_values)

object check_for_unexpected_keys_dyn(object name, object input_dict, object expected_values)

object func_dump(PythonClassContainer func)

object func_dump_dyn(object func)

PythonClassContainer func_load(ValueTuple<object, IEnumerable<object>> code, IEnumerable<object> defaults, IEnumerable<object> closure, IDictionary<string, object> globs)

PythonClassContainer func_load(ValueTuple<object, IEnumerable<object>> code, IEnumerable<object> defaults, object closure, IDictionary<string, object> globs)

PythonClassContainer func_load(object code, IEnumerable<object> defaults, IEnumerable<object> closure, IDictionary<string, object> globs)

PythonClassContainer func_load(object code, IEnumerable<object> defaults, object closure, IDictionary<string, object> globs)

object func_load_dyn(object code, object defaults, object closure, object globs)

bool has_arg(object fn, string name, bool accept_all)

bool has_arg(PythonFunctionContainer fn, string name, bool accept_all)

object has_arg_dyn(object fn, object name, ImplicitContainer<T> accept_all)

bool is_all_none(IEnumerable<object> structure)

bool is_all_none(PythonClassContainer structure)

object is_all_none_dyn(object structure)

IList<ValueTuple<object, object>> make_batches(IGraphNodeBase size, Nullable<int> batch_size)

IList<ValueTuple<object, object>> make_batches(object size, Nullable<int> batch_size)

IList<ValueTuple<object, object>> make_batches(int size, Nullable<int> batch_size)

IList<ValueTuple<object, object>> make_batches(IEnumerable<object> size, Nullable<int> batch_size)

object make_batches_dyn(object size, object batch_size)

IList<string> object_list_uid(ValueTuple<Nullable<int>> object_list)

IList<string> object_list_uid(IEnumerable<ValueTuple<object, int>> object_list)

IList<string> object_list_uid(IDictionary<string, ValueTuple<object, int>> object_list)

IList<string> object_list_uid(TensorShape object_list)

IList<string> object_list_uid(IGraphNodeBase object_list)

IList<string> object_list_uid(ValueTuple<object, int> object_list)

object slice_arrays(object arrays, IEnumerable<object> start, Nullable<int> stop)

object slice_arrays(object arrays, int start, Nullable<int> stop)

object slice_arrays_dyn(object arrays, object start, object stop)

IList<object> to_list(IEnumerable<IGraphNodeBase> x)

IList<object> to_list(PythonFunctionContainer x)

IList<object> to_list(object x)

object to_list_dyn(object x)

object to_snake_case(string name)

object to_snake_case_dyn(object name)

void validate_kwargs(IDictionary<object, object> kwargs, IEnumerable<string> allowed_kwargs, string error_message)

object validate_kwargs_dyn(object kwargs, object allowed_kwargs, ImplicitContainer<T> error_message)

Public properties

PythonFunctionContainer check_for_unexpected_keys_fn get;

PythonFunctionContainer CustomObjectScope_fn get;

PythonFunctionContainer func_dump_fn get;

PythonFunctionContainer func_load_fn get;

PythonFunctionContainer has_arg_fn get;

PythonFunctionContainer is_all_none_fn get;

PythonFunctionContainer make_batches_fn get;

PythonFunctionContainer object_list_uid_fn get;

PythonFunctionContainer Progbar_fn get;

PythonFunctionContainer slice_arrays_fn get;

PythonFunctionContainer to_list_fn get;

PythonFunctionContainer to_snake_case_fn get;

PythonFunctionContainer validate_kwargs_fn get;