Home
last modified time | relevance | path

Searched refs:DumpTensorToFile (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h105 …bool DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string &filepath,
Ddebugger.cc1153 bool Debugger::DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string … in DumpTensorToFile() function in mindspore::Debugger
1156 …return debug_services_.get()->DumpTensorToFile(tensor_name, trans_flag, filepath, host_fmt, host_s… in DumpTensorToFile()
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_load.h197 …bool DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string &filepath, in DumpTensorToFile() function
Ddebug_services.h406 …bool DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string &filepath,
Ddebug_services.cc1255 bool DebugServices::DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::st… in DumpTensorToFile() function in mindspore::DebugServices
1259 …return tensor_loader_->DumpTensorToFile(tensor_name, trans_flag, filepath, host_fmt, host_shape, h… in DumpTensorToFile()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
De2e_dump.cc52 …auto ret = debugger->DumpTensorToFile(original_kernel_name, trans_flag, file_path, format, int_sha… in DumpGPUMemToFile()