Home
last modified time | relevance | path

Searched defs:input_device_tensors (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Ddebug_actor.cc85 …bugActor::DebugPreLaunch(const AnfNodePtr &node, const std::vector<DeviceTensor *> &input_device_t… in DebugPreLaunch()
101 …ugActor::DebugPostLaunch(const AnfNodePtr &node, const std::vector<DeviceTensor *> &input_device_t… in DebugPostLaunch()
163 …DebugActor::AscendKbkDump(const CNodePtr &cnode, const std::vector<DeviceTensor *> &input_device_t… in AscendKbkDump()
Dabstract_actor.cc120std::vector<DeviceTensor *> *const input_device_tensors, std::vector<KernelTensor *> *const input_… in FetchInputByTensorStore()
Dkernel_actor.cc1027 void TrackInputMemory(const std::vector<DeviceTensor *> &input_device_tensors, const std::string &a… in TrackInputMemory()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc260 void ReadDataAndDump(const CNodePtr &cnode, std::vector<device::DeviceAddress *> input_device_tenso… in ReadDataAndDump()