Searched refs:DumpTensorToDir (Results 1 – 3 of 3) sorted by relevance
117 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()
168 static Status DumpTensorToDir(const DebugNodeKey& debug_node_key,
437 Status s = DebugFileIO::DumpTensorToDir( in PublishDebugTensor()593 Status DebugFileIO::DumpTensorToDir(const DebugNodeKey& debug_node_key, in DumpTensorToDir() function in tensorflow::DebugFileIO