Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/grl/gpu/
Dmisc_shared.h180 typedef struct OutputData struct
184 } OutputData; argument
/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