Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h218 static Status DumpTensorToEventFile(const DebugNodeKey& debug_node_key,
Ddebug_io_utils.cc605 return DumpTensorToEventFile(debug_node_key, tensor, wall_time_us, file_path); in DumpTensorToDir()
644 Status DebugFileIO::DumpTensorToEventFile(const DebugNodeKey& debug_node_key, in DumpTensorToEventFile() function in tensorflow::DebugFileIO