Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils_test.cc117 TF_ASSERT_OK(DebugFileIO::DumpTensorToDir( in TEST_F()
158 Status s = DebugFileIO::DumpTensorToDir(kDebugNodeKey, *tensor_b_, wall_time, in TEST_F()
231 Status s = DebugFileIO::DumpTensorToDir(kDebugNodeKey, *tensor_a_, wall_time, in TEST_F()
Ddebug_io_utils.h168 static Status DumpTensorToDir(const DebugNodeKey& debug_node_key,
Ddebug_io_utils.cc437 Status s = DebugFileIO::DumpTensorToDir( in PublishDebugTensor()
593 Status DebugFileIO::DumpTensorToDir(const DebugNodeKey& debug_node_key, in DumpTensorToDir() function in tensorflow::DebugFileIO