Searched refs:keep_prev (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | gpu_device_address.cc | 133 bool keep_prev) const { in LoadMemToHost() 162 ret = Debugger::GetInstance()->LoadNewTensor(tensor_data, keep_prev); in LoadMemToHost()
|
D | gpu_device_address.h | 54 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const override;
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | tensor_load.h | 77 bool LoadNewTensor(std::shared_ptr<TensorData> tensor, bool keep_prev) { in LoadNewTensor() argument 80 if (keep_prev) { in LoadNewTensor()
|
D | debug_services.h | 411 bool LoadNewTensor(const std::shared_ptr<TensorData> &tensor, bool keep_prev);
|
D | debug_services.cc | 1264 bool DebugServices::LoadNewTensor(const std::shared_ptr<TensorData> &tensor, bool keep_prev) { in LoadNewTensor() argument 1265 return tensor_loader_->LoadNewTensor(tensor, keep_prev); in LoadNewTensor()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_device_address.h | 58 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const override;
|
D | ascend_device_address.cc | 542 bool keep_prev) const { in LoadMemToHost() 571 ret = debugger->LoadNewTensor(tensor_data, keep_prev); in LoadMemToHost()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.cc | 1160 bool Debugger::LoadNewTensor(const std::shared_ptr<TensorData> &tensor, bool keep_prev) { in LoadNewTensor() argument 1161 return debug_services_.get()->LoadNewTensor(tensor, keep_prev); in LoadNewTensor() 1343 bool keep_prev; in LoadSingleAnfnode() local 1345 keep_prev = true; in LoadSingleAnfnode() 1348 keep_prev = false; in LoadSingleAnfnode() 1350 bool ret = addr->LoadMemToHost(tensor_name, exec_order, format, int_shapes, type, 0, keep_prev); in LoadSingleAnfnode()
|
D | debugger.h | 109 bool LoadNewTensor(const std::shared_ptr<TensorData> &tensor, bool keep_prev);
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | device_address.h | 93 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const { in LoadMemToHost() argument
|