Home
last modified time | relevance | path

Searched defs:shape2d (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDirectConv2dKernel.cpp425 const TensorShape shape2d(image_w, image_h); in run_op() local
436 const TensorShape shape2d(image_w, image_h); in run_op() local
447 const TensorShape shape2d(image_w, image_h); in run_op() local
H A DClIndirectConv2dKernel.cpp281 const TensorShape shape2d(image_w, image_h); in run_op() local
H A DClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp325 …const TensorShape shape2d(src1->info()->dimension(0) / 4, src1->info()->dimension(1) * src1->info(… in run_op() local
H A DClGemmMatrixMultiplyReshapedKernel.cpp360 …const TensorShape shape2d(src1->info()->dimension(0) / 4, src1->info()->dimension(1) * src1->info(… in run_op() local
H A DClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp375 …const TensorShape shape2d(src1->info()->dimension(0) / 4, src1->info()->dimension(1) * src1->info(… in run_op() local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
H A DClKernelRuntime.cpp90 …const TensorShape shape2d(tensor->info()->dimension(0) / 4, tensor->info()->dimension(1) * tensor-… in add_tensor_argument() local
106 …const TensorShape shape2d(tensor->info()->dimension(0) / 4, tensor->info()->dimension(1) * tensor-… in add_tensor_argument() local
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDepthwiseConvolutionLayerNativeKernel.cpp378 const TensorShape shape2d(image_w, image_h); in run() local
387 const TensorShape shape2d(image_w, image_h); in run() local
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLUtils.cpp35 …_from_buffer(const cl::Context &ctx, const cl::Buffer &buffer, const TensorShape &shape2d, DataTyp… in create_image2d_from_buffer()