config_set_dtype_policy {keras3} | R Documentation |
Sets the default dtype policy globally.
Description
Sets the default dtype policy globally.
Usage
config_set_dtype_policy(policy)
Arguments
policy |
A string or |
Value
No return value, called for side effects.
Examples
config_set_dtype_policy("mixed_float16")
[Package keras3 version 1.1.0 Index]