tf.compat.v1.flags.ListParser
Stay organized with collections
Save and categorize content based on your preferences.
Parser for a comma-separated list of strings.
Inherits From: BaseListParser
, ArgumentParser
tf.compat.v1.flags.ListParser()
Methods
flag_type
flag_type()
See base class.
parse
parse(
argument
)
Parses argument as comma-separated list of strings.
Class Variables |
syntactic_help
|
''
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-05-14 UTC.
[null,null,["Last updated 2021-05-14 UTC."],[],[],null,["# tf.compat.v1.flags.ListParser\n\n\u003cbr /\u003e\n\nParser for a comma-separated list of strings.\n\nInherits From: [`BaseListParser`](../../../../tf/compat/v1/flags/BaseListParser), [`ArgumentParser`](../../../../tf/compat/v1/flags/ArgumentParser)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.app.flags.ListParser`](https://www.tensorflow.org/api_docs/python/tf/compat/v1/flags/ListParser)\n\n\u003cbr /\u003e\n\n tf.compat.v1.flags.ListParser()\n\nMethods\n-------\n\n### `flag_type`\n\n flag_type()\n\nSee base class.\n\n### `parse`\n\n parse(\n argument\n )\n\nParses argument as comma-separated list of strings.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables --------------- ||\n|----------------|------|\n| syntactic_help | `''` |\n\n\u003cbr /\u003e"]]