Declares that all flags key to a module are key to the current module.
View aliases
Compat aliases for migration
See
Migration guide for
more details.
`tf.compat.v1.app.flags.adopt_module_key_flags`
tf.compat.v1.flags.adopt_module_key_flags(
module, flag_values=_flagvalues.FLAGS
)
Args |
module
|
module, the module object from which all key flags will be declared
as key flags to the current module.
|
flag_values
|
:class:FlagValues , the FlagValues instance in which the
flags will be declared as key flags. This should almost never need to be
overridden.
|
Raises |
Error
|
Raised when given an argument that is a module name (a string),
instead of a module object.
|