Home
last modified time | relevance | path

Searched defs:OutputData (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/persistent/storage/
Dstorage.h33 using OutputData = std::pair<void *, size_t>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dunravel_index_cpu_kernel.cc50 auto *OutputData = reinterpret_cast<T *>(outputs[0]->device_ptr()); in LaunchKernel() local