Home
last modified time | relevance | path

Searched defs:compile_context (Results 1 – 25 of 219) sorted by relevance

123456789

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClElementwiseUnary.cpp34 void ClRsqrt::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure()
47 void ClExp::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
60 void ClNeg::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
73 void ClSin::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
86 void ClAbs::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
99 void ClLog::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo … in configure()
112 void ClRound::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInf… in configure()
H A DClElementwiseOperations.cpp34 void ClElementwiseDivision::configure(const ClCompileContext &compile_context, ITensorInfo *src1, I… in configure()
47 void ClElementwiseMax::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITenso… in configure()
60 void ClElementwiseMin::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITenso… in configure()
73 void ClElementwiseSquaredDiff::configure(const ClCompileContext &compile_context, ITensorInfo *src1… in configure()
86 void ClElementwisePower::configure(const ClCompileContext &compile_context, ITensorInfo *src1, ITen… in configure()
H A DClFullyConnected.cpp157 void ClFullyConnected::configure_mm(const CLCompileContext &compile_context, ITensorInfo *src, ITen… in configure_mm()
200 void ClFullyConnected::configure_conv_fc(const CLCompileContext &compile_context, ITensorInfo *src,… in configure_conv_fc()
218 void ClFullyConnected::configure_fc_fc(const CLCompileContext &compile_context, ITensorInfo *src, I… in configure_fc_fc()
227 void ClFullyConnected::configure(const CLCompileContext &compile_context, ITensorInfo *src, ITensor… in configure()
H A DClGemm.cpp204 void ClGemm::configure_native(const CLCompileContext &compile_context, ITensorInfo *a, ITensorInfo … in configure_native()
236 void ClGemm::configure_reshaped(const CLCompileContext &compile_context, ITensorInfo *a, ITensorInf… in configure_reshaped()
281 void ClGemm::configure_reshaped_only_rhs(const CLCompileContext &compile_context, ITensorInfo *a, I… in configure_reshaped_only_rhs()
328 void ClGemm::configure_reshaped_only_rhs_mmul(const CLCompileContext &compile_context, ITensorInfo … in configure_reshaped_only_rhs_mmul()
557 void ClGemm::configure(const CLCompileContext &compile_context, ITensorInfo *a, ITensorInfo *b, ITe… in configure()
H A DClMul.cpp36 void ClMul::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2… in configure()
51 void ClComplexMul::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInf… in configure()
H A DClGemmConv2d.cpp62 void ClGemmConv2d::configure_mm(const ClCompileContext &compile_context, const ITensorInfo *src, IT… in configure_mm()
162 void ClGemmConv2d::configure(const CLCompileContext &compile_context, ITensorInfo *src, ITensorInfo… in configure()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLElementwiseUnaryLayer.cpp54 void CLRsqrtLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure()
96 void CLExpLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure()
138 void CLNegLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure()
179 void CLSinLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure()
220 void CLAbsLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure()
261 void CLLogLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTens… in configure()
302 void CLRoundLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure()
H A DCLElementwiseOperations.cpp58 void CLArithmeticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure()
104 void CLArithmeticSubtraction::configure(const CLCompileContext &compile_context, const ICLTensor *i… in configure()
150 void CLArithmeticDivision::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure()
195 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure()
240 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure()
285 void CLElementwiseSquaredDiff::configure(const CLCompileContext &compile_context, ICLTensor *input1… in configure()
330 void CLElementwisePower::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLT… in configure()
H A DCLBatchToSpaceLayer.cpp51 void CLBatchToSpaceLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure()
62 void CLBatchToSpaceLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure()
H A DCLLogicalOr.cpp36 void CLLogicalOr::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorIn… in configure()
76 void CLLogicalOr::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *… in configure()
H A DCLLogicalAnd.cpp36 void CLLogicalAnd::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorI… in configure()
76 void CLLogicalAnd::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor … in configure()
H A DCLSpaceToBatchLayer.cpp52 void CLSpaceToBatchLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure()
70 void CLSpaceToBatchLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input… in configure()
H A DCLComparison.cpp40 void CLComparison::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor … in configure()
70 void CLComparisonStatic<COP>::configure(const CLCompileContext &compile_context, ICLTensor *input1,… in configure()
H A DCLSlice.cpp37 void CLSlice::configure(const CLCompileContext &compile_context, const ITensorInfo *input, ITensorI… in configure()
92 void CLSlice::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTensor … in configure()
H A DCLStridedSlice.cpp36 void CLStridedSlice::configure(const CLCompileContext &compile_context, const ITensorInfo *input, I… in configure()
79 void CLStridedSlice::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICL… in configure()
H A DCLPixelWiseMultiplication.cpp57 void CLPixelWiseMultiplication::configure(const CLCompileContext &compile_context, ICLTensor *input… in configure()
104 void CLComplexPixelWiseMultiplication::configure(const CLCompileContext &compile_context, ICLTensor… in configure()
H A DCLBitwiseNot.cpp39 void CLBitwiseNot::configure(const CLCompileContext &compile_context, const ICLTensor *input, ICLTe… in configure()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClElementwiseKernel.cpp264 void ClElementwiseKernel::configure_common(const ClCompileContext &compile_context, ITensorInfo *sr… in configure_common()
350 void ClLogicalBinaryKernel::configure(const ClCompileContext &compile_context, LogicalOperation op,… in configure()
406 void ClSaturatedArithmeticKernel::configure(const ClCompileContext &compile_context, ArithmeticOper… in configure()
460 void ClArithmeticKernel::configure(const ClCompileContext &compile_context, ArithmeticOperation op,… in configure()
H A DClGemmLowpReductionKernel.cpp76 void ClGemmLowpMatrixAReductionKernel::configure(const CLCompileContext &compile_context, const ITe… in configure()
155 void ClGemmLowpMatrixBReductionKernel::configure(const CLCompileContext &compile_context, const ITe… in configure()
H A DClSoftmaxKernel.cpp162 void ClLogits1DMaxShiftExpSumKernel::configure(const CLCompileContext &compile_context, const ITens… in configure()
268 void ClLogits1DNormKernel::configure(const CLCompileContext &compile_context, const ITensorInfo &sr… in configure()
H A DClMulKernel.cpp113 void ClMulKernel::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInfo… in configure()
355 void ClComplexMulKernel::configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITen… in configure()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLFillBorderKernel.cpp63 void CLFillBorderKernel::configure(const CLCompileContext &compile_context, ICLTensor *tensor, Bord… in configure()
69 void CLFillBorderKernel::configure(const CLCompileContext &compile_context, ITensorInfo *tensor, Bo… in configure()
H A DCLInstanceNormalizationLayerKernel.cpp78 void CLComputeMeanVariance::configure(const CLCompileContext &compile_context, ICLTensor *input, IC… in configure()
159 void CLInstanceNormalizationLayerKernel::configure(const CLCompileContext &compile_context, ICLTens… in configure()
H A DCLBatchToSpaceLayerKernel.cpp94 void CLBatchToSpaceLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
127 void CLBatchToSpaceLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
H A DCLSpaceToBatchLayerKernel.cpp95 void CLSpaceToBatchLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()
134 void CLSpaceToBatchLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor … in configure()

123456789