tf.compat.v1.flags.flag_dict_to_args

Convert a dict of values into process call parameters.

tf.compat.v1.flags.flag_dict_to_args(
    flag_map
)

This method is used to convert a dictionary into a sequence of parameters for a binary that parses arguments using this module.

Args:

Yields:

sequence of string suitable for a subprocess execution.