TensorFlow

API

 tf.compat / v1 / v1.flags.validator


Parser for a whitespace-separated list of strings.

Inherits From: BaseListParser, ArgumentParser

comma_compat bool, whether to support comma as an additional separator. If False then only whitespace is supported. This is intended only for backwards compatibility with flags that used to be comma-separated.

Methods

flag_type

See base class.

parse

Parses argument as whitespace-separated list of strings.

It also parses argument as comma-separated list of strings if requested.

Args
argument string argument passed in the commandline.

Returns
[str], the parsed flag value.

syntactic_help ''

此页内容是否对您有帮助