Home
last modified time | relevance | path

Searched refs:gather_kernel (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/compute/algorithm/
Dgather.hpp30 class gather_kernel : public meta_kernel class
33 gather_kernel() : meta_kernel("gather") in gather_kernel() function in boost::compute::detail::gather_kernel
82 detail::gather_kernel<InputIterator, MapIterator, OutputIterator> kernel; in gather()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dgather.hpp30 class gather_kernel : public meta_kernel class
33 gather_kernel() : meta_kernel("gather") in gather_kernel() function in boost::compute::detail::gather_kernel
82 detail::gather_kernel<InputIterator, MapIterator, OutputIterator> kernel; in gather()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dgather_int8.cc96 auto gather_kernel = reinterpret_cast<GatherInt8CPUKernel *>(cdata); in GatherInt8Run() local
97 auto error_code = gather_kernel->DoGather(task_id); in GatherInt8Run()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dgather_fp32.cc85 auto gather_kernel = reinterpret_cast<GatherCPUKernel *>(cdata); in GatherRun() local
86 auto error_code = gather_kernel->DoGather(task_id); in GatherRun()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dgather_fp16.cc111 auto gather_kernel = reinterpret_cast<GatherFp16CPUKernel *>(cdata); in GatherRunFp16() local
112 auto error_code = gather_kernel->DoGather(task_id); in GatherRunFp16()