tf.compat.v1.flags.mark_bool_flags_as_mutual_exclusive

Ensures that only one flag among flag_names is True.

Args
flag_names [str], names of the flags.
required bool. If true, exactly one flag must be True. Otherwise, at most one flag can be True, and it is valid for all flags to be False.
flag_values flags.FlagValues, optional FlagValues instance where the flags are defined.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/compat/v1/flags/mark_bool_flags_as_mutual_exclusive