Home
last modified time | relevance | path

Searched defs:SetWorkspaceAddr (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_info.cc91 bool KernelInfo::SetWorkspaceAddr(const DeviceAddressPtr &output_address, size_t index) { in SetWorkspaceAddr() function in mindspore::device::KernelInfo
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc570 TEST_F(AnfRuntimeAlgorithmTest, SetWorkspaceAddr) { in TEST_F() argument
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1127 void AnfRuntimeAlgorithm::SetWorkspaceAddr(const DeviceAddressPtr &addr, size_t output_idx, AnfNode… in SetWorkspaceAddr() function in mindspore::session::AnfRuntimeAlgorithm