Type policy
Namespace tensorflow.python.keras.mixed_precision.experimental.policy
Methods
- policy_defaults_to_floatx
- policy_defaults_to_floatx_dyn
- policy_scope
- policy_scope
- policy_scope_dyn
- with_input_dtype
- with_input_dtype_dyn
Properties
Fields
Public static methods
Nullable<bool> policy_defaults_to_floatx()
object policy_defaults_to_floatx_dyn()
IContextManager<T> policy_scope(Policy policy)
IContextManager<T> policy_scope(string policy)
object policy_scope_dyn(object policy)
object with_input_dtype_dyn(object policy, object dtype)
Public properties
PythonFunctionContainer policy_defaults_to_floatx_fn get;
PythonFunctionContainer Policy_fn get;
PythonFunctionContainer policy_scope_fn get;
PythonFunctionContainer with_input_dtype_fn get;
Public fields
string USE_DEFAULT
return string
|