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.py103 args, output_path = command_parser.extract_output_file_path(["pt", "a:0"])
108 args, output_path = command_parser.extract_output_file_path(
114 args, output_path = command_parser.extract_output_file_path(
121 command_parser.extract_output_file_path(
125 args, output_path = command_parser.extract_output_file_path(
131 args, output_path = command_parser.extract_output_file_path(
137 args, output_path = command_parser.extract_output_file_path(
142 args, output_path = command_parser.extract_output_file_path(
147 args, output_path = command_parser.extract_output_file_path(
152 args, output_path = command_parser.extract_output_file_path(
[all …]
Dbase_ui.py148 command_items, output_file_path = command_parser.extract_output_file_path(
Dcommand_parser.py100 def extract_output_file_path(args): function