Home
last modified time | relevance | path

Searched refs:add_tensor_argument (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/core/CL/
DICLKernel.cpp88 void ICLKernel::add_tensor_argument(unsigned &idx, const ICLTensor *tensor, const Window &window) in add_tensor_argument() function in arm_compute::ICLKernel
172 template void ICLKernel::add_tensor_argument<1>(unsigned &idx, const ICLTensor *tensor, const Windo…
173 template void ICLKernel::add_tensor_argument<2>(unsigned &idx, const ICLTensor *tensor, const Windo…
174 template void ICLKernel::add_tensor_argument<3>(unsigned &idx, const ICLTensor *tensor, const Windo…
175 template void ICLKernel::add_tensor_argument<4>(unsigned &idx, const ICLTensor *tensor, const Windo…
176 template void ICLKernel::add_tensor_argument<5>(unsigned &idx, const ICLTensor *tensor, const Windo…
DICLKernel.h167 add_tensor_argument<1>(idx, tensor, window); in add_1D_tensor_argument()
191 add_tensor_argument<2>(idx, tensor, window); in add_2D_tensor_argument()
215 add_tensor_argument<3>(idx, tensor, window); in add_3D_tensor_argument()
225 add_tensor_argument<4>(idx, tensor, window); in add_4D_tensor_argument()
235 add_tensor_argument<5>(idx, tensor, window); in add_5D_tensor_argument()
458 void add_tensor_argument(unsigned int &idx, const ICLTensor *tensor, const Window &window);
/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
DClKernelRuntime.cpp60 inline void ClKernelRuntime::add_tensor_argument(unsigned int &idx, const GpuKernelArgumentInfo &ar… in add_tensor_argument() function in arm_compute::experimental::dynamic_fusion::ClKernelRuntime
189 add_tensor_argument(idx, *arg.kernel_argument_info(), tensor, arg_slice, cl_images); in run_op()
DClKernelRuntime.h68 …inline void add_tensor_argument(unsigned int &idx, const GpuKernelArgumentInfo &arg, const ICLTens…