Searched refs:source_file_path (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_utils.py | 85 def load_source(source_file_path): argument 86 with open(source_file_path, "rU") as f: 94 source_file_path, argument 129 source_file_path = _norm_abs_path(source_file_path) 138 if _norm_abs_path(file_path) != source_file_path: 261 source_file_path, argument 285 source_file_path = _norm_abs_path(source_file_path) 295 if _norm_abs_path(profile_datum.file_path) != source_file_path:
|
/external/libchrome/libchrome_tools/patch/ |
D | path_service.patch | 81 FilePath source_file_path; 82 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &source_file_path)); 83 source_file_path =
|
/external/libchrome/base/json/ |
D | json_value_serializer_unittest.cc | 475 FilePath source_file_path; in TEST_F() local 476 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &source_file_path)); in TEST_F() 477 source_file_path = in TEST_F() 478 source_file_path.AppendASCII("serializer_test_nowhitespace.json"); in TEST_F() 479 ASSERT_TRUE(PathExists(source_file_path)); in TEST_F() 480 JSONFileValueDeserializer deserializer(source_file_path); in TEST_F()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | profile_analyzer_cli.py | 631 os.path.expanduser(parsed.source_file_path), 638 "filters:" % parsed.source_file_path, 650 parsed.source_file_path) 698 file_path_filter = re.escape(parsed.source_file_path) + "$"
|
D | analyzer_cli.py | 1110 parsed.source_file_path, "-t" if parsed.tensors else "", line_begin, 1121 parsed.source_file_path, 1125 parsed.source_file_path)
|