LostTech.TensorFlow : API Documentation

Type keras_parameterized

Namespace tensorflow.python.keras.keras_parameterized

Public static methods

object run_all_keras_modes(PythonFunctionContainer test_or_class, object config, bool always_skip_v1, bool always_skip_eager)

object run_all_keras_modes_dyn(object test_or_class, object config, ImplicitContainer<T> always_skip_v1, ImplicitContainer<T> always_skip_eager)

object run_with_all_model_types(PythonFunctionContainer test_or_class, IEnumerable<string> exclude_models)

object run_with_all_model_types(PythonFunctionContainer test_or_class, string exclude_models)

object run_with_all_model_types_dyn(object test_or_class, object exclude_models)

Public properties

PythonFunctionContainer run_all_keras_modes_fn get;

PythonFunctionContainer run_with_all_model_types_fn get;

PythonFunctionContainer TestCase_fn get;