Home
last modified time | relevance | path

Searched refs:dump_root_dir (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc396 const string dump_root_dir = url.substr(strlen(kFileURLScheme)); in PublishDebugMetadata() local
399 dump_root_dir, in PublishDebugMetadata()
422 const string dump_root_dir = url.substr(strlen(kFileURLScheme)); in PublishDebugTensor() local
438 debug_node_key, tensor, wall_time_us, dump_root_dir, nullptr); in PublishDebugTensor()
456 const string dump_root_dir = url.substr(strlen(kMemoryURLScheme)); in PublishDebugTensor() local
458 auto* callback = callback_registry->GetCallback(dump_root_dir); in PublishDebugTensor()
459 CHECK(callback) << "No callback registered for: " << dump_root_dir; in PublishDebugTensor()
506 const string dump_root_dir = in PublishGraph() local
515 DebugFileIO::DumpEventProtoToFile(event, dump_root_dir, file_name)); in PublishGraph()
596 const string& dump_root_dir, in DumpTensorToDir() argument
[all …]
Ddebug_io_utils.h170 const string& dump_root_dir,
182 static string GetDumpFilePath(const string& dump_root_dir,