Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h182 static string GetDumpFilePath(const string& dump_root_dir,
Ddebug_io_utils_test.cc261 DebugFileIO::GetDumpFilePath(dump_root, kDebugNodeKey, wall_time)); in TEST_F()
380 DebugFileIO::GetDumpFilePath(dump_root, kDebugNodeKey, wall_time)); in TEST_F()
Ddebug_io_utils.cc599 GetDumpFilePath(dump_root_dir, debug_node_key, wall_time_us); in DumpTensorToDir()
608 string DebugFileIO::GetDumpFilePath(const string& dump_root_dir, in GetDumpFilePath() function in tensorflow::DebugFileIO