Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
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
/external/ComputeLibrary/src/gpu/cl/kernels/
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
DClIndirectConv2dKernel.cpp281 const TensorShape shape2d(image_w, image_h); in run_op() local
DClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp325 …const TensorShape shape2d(src1->info()->dimension(0) / 4, src1->info()->dimension(1) * src1->info(… in run_op() local
DClGemmMatrixMultiplyReshapedKernel.cpp360 …const TensorShape shape2d(src1->info()->dimension(0) / 4, src1->info()->dimension(1) * src1->info(… in run_op() local
DClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp375 …const TensorShape shape2d(src1->info()->dimension(0) / 4, src1->info()->dimension(1) * src1->info(… in run_op() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.cpp378 const TensorShape shape2d(image_w, image_h); in run() local
387 const TensorShape shape2d(image_w, image_h); in run() local
/external/ComputeLibrary/src/core/CL/
DCLUtils.cpp35 …_from_buffer(const cl::Context &ctx, const cl::Buffer &buffer, const TensorShape &shape2d, DataTyp… in create_image2d_from_buffer()