Home
last modified time | relevance | path

Searched refs:extract_output_file_path (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcommand_parser_test.py107 args, output_path = command_parser.extract_output_file_path(["pt", "a:0"])
112 args, output_path = command_parser.extract_output_file_path(
118 args, output_path = command_parser.extract_output_file_path(
125 command_parser.extract_output_file_path(
129 args, output_path = command_parser.extract_output_file_path(
135 args, output_path = command_parser.extract_output_file_path(
141 args, output_path = command_parser.extract_output_file_path(
146 args, output_path = command_parser.extract_output_file_path(
151 args, output_path = command_parser.extract_output_file_path(
156 args, output_path = command_parser.extract_output_file_path(
[all …]
Dbase_ui.py152 command_items, output_file_path = command_parser.extract_output_file_path(
Dcommand_parser.py104 def extract_output_file_path(args): function