Declares that all flags key to a module are key to the current module.
tf.compat.v1.flags.adopt_module_key_flags(
module: Any,
flag_values: tf.compat.v1.flags.FlagValues
= _flagvalues.FLAGS
) -> None
Raises | |
---|---|
Error
|
Raised when given an argument that is a module name (a string), instead of a module object. |