/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuWinogradConv2dKernel.cpp | 39 const ITensor *input_nhwc = tensors.get_const_tensor(TensorType::ACL_SRC); in run_op() 40 const ITensor *winograd_input_transform = tensors.get_const_tensor(TensorType::ACL_DST); in run_op() 41 const ITensor *workspace = tensors.get_const_tensor(TensorType::ACL_INT); in run_op() 77 const ITensor *dst_nhwc = tensors.get_const_tensor(TensorType::ACL_DST); in run_op() 78 const ITensor *winograd_output_transform = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() 79 const ITensor *biases = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op()
|
H A D | CpuAddMulAddKernel.cpp | 183 const ITensor *input1 = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() 184 const ITensor *input2 = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() 185 const ITensor *bn_mul = tensors.get_const_tensor(TensorType::ACL_SRC_2); in run_op() 186 const ITensor *bn_add = tensors.get_const_tensor(TensorType::ACL_SRC_3); in run_op()
|
H A D | CpuDirectConv3dKernel.cpp | 171 auto src0 = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() 172 auto src1 = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() 173 auto src2 = tensors.get_const_tensor(TensorType::ACL_SRC_2); in run_op()
|
H A D | CpuDepthwiseConv2dNativeKernel.cpp | 179 const auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() 180 const auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() 181 const auto biases = tensors.get_const_tensor(TensorType::ACL_SRC_2); in run_op()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuDepthwiseConv2d.cpp | 152 auto bias = tensors.get_const_tensor(TensorType::ACL_SRC_2); in run() 161 auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run() 226 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in prepare() 227 auto bias = tensors.get_const_tensor(TensorType::ACL_SRC_2); in prepare() 243 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in prepare() 244 auto bias = tensors.get_const_tensor(TensorType::ACL_SRC_2); in prepare() 373 auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run() 374 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run() 375 auto biases = tensors.get_const_tensor(TensorType::ACL_SRC_2); in run() 429 auto weights = tensors.get_const_tensor(TensorType::ACL_SRC_1); in prepare()
|
H A D | CpuAddMulAdd.cpp | 90 …const DataType data_type = tensors.get_const_tensor(TensorType::ACL_SRC_0)->info()->data_typ… in run() 94 const ITensor *bn_mul = tensors.get_const_tensor(TensorType::ACL_SRC_2); in run() 95 const ITensor *bn_add = tensors.get_const_tensor(TensorType::ACL_SRC_3); in run() 117 { TensorType::ACL_SRC_0, tensors.get_const_tensor(TensorType::ACL_SRC_0) }, in run() 118 { TensorType::ACL_SRC_1, tensors.get_const_tensor(TensorType::ACL_SRC_1) }, in run()
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClGemmLowpOffsetContributionOutputStageKernel.cpp | 224 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 225 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 226 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 227 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 228 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 229 …iers = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op()
|
H A D | ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp | 461 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 462 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 463 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 464 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 465 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 466 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 467 …iers = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op()
|
H A D | ClWidthConcatenate4TensorsKernel.cpp | 167 …const auto src0 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 168 …const auto src1 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 169 …const auto src2 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 170 …const auto src3 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op()
|
H A D | ClIndirectConv2dKernel.cpp | 269 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 270 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 271 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 272 …ffer = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op()
|
H A D | ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp | 423 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 424 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 425 … = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 426 …_col = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op() 427 …_row = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::A… in run_op()
|
H A D | ClGemmMatrixMultiplyReshapedKernel.cpp | 334 …const auto src0 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 335 …const auto src1 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 336 …const auto src2 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 400 …_arg = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(experimental:… in run_op() 422 …_arg = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(experimental:… in run_op()
|
H A D | ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp | 339 …const auto src0 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 340 …const auto src1 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 341 …const auto src2 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 415 …_arg = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(experimental:… in run_op() 436 …_arg = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(experimental:… in run_op()
|
H A D | ClGemmMatrixMultiplyNativeKernel.cpp | 372 …const auto src0 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 373 …const auto src1 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 374 …const auto src2 = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(Te… in run_op() 445 …_arg = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(experimental:… in run_op() 458 …_arg = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(experimental:… in run_op()
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/ |
H A D | ClTemplateDepthwiseConv2d.cpp | 47 _src = this->tensors().get_const_tensor(TensorType::ACL_SRC_0); 48 _weight = this->tensors().get_const_tensor(TensorType::ACL_SRC_1); 49 if(this->tensors().get_const_tensor(TensorType::ACL_SRC_2)) 51 _bias = this->tensors().get_const_tensor(TensorType::ACL_SRC_2); 53 _dst = this->tensors().get_const_tensor(TensorType::ACL_DST_0);
|
H A D | ClTemplateDirectConv2d.cpp | 52 _src = this->tensors().get_const_tensor(TensorType::ACL_SRC_0); 53 _weight = this->tensors().get_const_tensor(TensorType::ACL_SRC_1); 54 if(this->tensors().get_const_tensor(TensorType::ACL_SRC_2)) 56 _bias = this->tensors().get_const_tensor(TensorType::ACL_SRC_2); 58 _dst = this->tensors().get_const_tensor(TensorType::ACL_DST_0);
|
H A D | ClTemplateLogits1DNorm.cpp | 46 _src = this->tensors().get_const_tensor(TensorType::ACL_SRC_0); 47 _sum = this->tensors().get_const_tensor(TensorType::ACL_SRC_1); 48 _dst = this->tensors().get_const_tensor(TensorType::ACL_DST_0);
|
H A D | ClTemplateLogits1DMaxShiftExpSum.cpp | 50 _src = this->tensors().get_const_tensor(TensorType::ACL_SRC_0); 51 _sum = this->tensors().get_const_tensor(TensorType::ACL_DST_0); 52 _dst = this->tensors().get_const_tensor(TensorType::ACL_DST_1);
|
H A D | ClTemplateElementwiseBinary.cpp | 51 _lhs = this->tensors().get_const_tensor(TensorType::ACL_SRC_0); 52 _rhs = this->tensors().get_const_tensor(TensorType::ACL_SRC_1); 53 _dst = this->tensors().get_const_tensor(TensorType::ACL_DST_0);
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/components/cl/ |
H A D | ClComponentDirectConv2d.cpp | 78 const auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in validate() 79 const auto wei = tensors.get_const_tensor(TensorType::ACL_SRC_1); in validate() 80 const auto bia = tensors.get_const_tensor(TensorType::ACL_SRC_2); in validate() 81 const auto dst = tensors.get_const_tensor(TensorType::ACL_DST_0); in validate()
|
H A D | ClComponentDepthwiseConv2d.cpp | 113 const auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in validate() 114 const auto wei = tensors.get_const_tensor(TensorType::ACL_SRC_1); in validate() 115 const auto bia = tensors.get_const_tensor(TensorType::ACL_SRC_2); in validate() 116 const auto dst = tensors.get_const_tensor(TensorType::ACL_DST_0); in validate()
|
H A D | ClComponentLogits1DMaxShiftExpSum.cpp | 47 const ITensorInfo *src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in validate() 48 const ITensorInfo *sum = tensors.get_const_tensor(TensorType::ACL_DST_0); in validate() 49 const ITensorInfo *dst = tensors.get_const_tensor(TensorType::ACL_DST_1); in validate()
|
H A D | ClComponentLogits1DNorm.cpp | 47 const ITensorInfo *src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in validate() 48 const ITensorInfo *sum = tensors.get_const_tensor(TensorType::ACL_SRC_1); in validate() 49 const ITensorInfo *dst = tensors.get_const_tensor(TensorType::ACL_DST_0); in validate()
|
H A D | ClComponentElementwiseBinary.cpp | 48 const auto lhs = tensors.get_const_tensor(TensorType::ACL_SRC_0); in validate() 49 const auto rhs = tensors.get_const_tensor(TensorType::ACL_SRC_1); in validate() 50 const auto dst = tensors.get_const_tensor(TensorType::ACL_DST_0); in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/ |
H A D | ArgumentPack.h | 134 const T *get_const_tensor(Id id) const in get_const_tensor() function 193 auto tensor = get_const_tensor(static_cast<TensorType>(id)); in get_const_src_tensors() 227 auto tensor = get_const_tensor(static_cast<TensorType>(id)); in get_const_dst_tensors()
|