Searched refs:DumpTensorToFile (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.h | 105 …bool DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string &filepath,
|
D | debugger.cc | 1153 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/ |
D | tensor_load.h | 197 …bool DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string &filepath, in DumpTensorToFile() function
|
D | debug_services.h | 406 …bool DumpTensorToFile(const std::string &tensor_name, bool trans_flag, const std::string &filepath,
|
D | debug_services.cc | 1255 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/ |
D | e2e_dump.cc | 52 …auto ret = debugger->DumpTensorToFile(original_kernel_name, trans_flag, file_path, format, int_sha… in DumpGPUMemToFile()
|