Home
last modified time | relevance | path

Searched refs:ReadEventFromFile (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils_test.cc122 TF_ASSERT_OK(ReadEventFromFile(dump_file_path, &event)); in TEST_F()
164 TF_ASSERT_OK(ReadEventFromFile(dump_file_name, &event)); in TEST_F()
277 TF_ASSERT_OK(ReadEventFromFile(dump_file_paths[i], &event)); in TEST_F()
421 TF_ASSERT_OK(ReadEventFromFile(dump_file_paths[i], &event)); in TEST_F()
Ddebug_io_utils.h37 Status ReadEventFromFile(const string& dump_file_path, Event* event);
Dgrpc_session_debug_test.cc131 TF_ASSERT_OK(ReadEventFromFile(io::JoinPath(dirpath, filename), &event)); in LoadTensorDumps()
Ddebug_io_utils.cc293 Status ReadEventFromFile(const string& dump_file_path, Event* event) { in ReadEventFromFile() function