Home
last modified time | relevance | path

Searched refs:keep_prev (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.cc133 bool keep_prev) const { in LoadMemToHost()
162 ret = Debugger::GetInstance()->LoadNewTensor(tensor_data, keep_prev); in LoadMemToHost()
Dgpu_device_address.h54 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const override;
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_load.h77 bool LoadNewTensor(std::shared_ptr<TensorData> tensor, bool keep_prev) { in LoadNewTensor() argument
80 if (keep_prev) { in LoadNewTensor()
Ddebug_services.h411 bool LoadNewTensor(const std::shared_ptr<TensorData> &tensor, bool keep_prev);
Ddebug_services.cc1264 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/
Dascend_device_address.h58 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const override;
Dascend_device_address.cc542 bool keep_prev) const { in LoadMemToHost()
571 ret = debugger->LoadNewTensor(tensor_data, keep_prev); in LoadMemToHost()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1160 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()
Ddebugger.h109 bool LoadNewTensor(const std::shared_ptr<TensorData> &tensor, bool keep_prev);
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Ddevice_address.h93 … const ShapeVector &host_shape, TypeId host_type, size_t slot, bool keep_prev) const { in LoadMemToHost() argument