Lines Matching defs:input2
53 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve… in configure()
58 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
68 Status CLArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
99 void CLArithmeticSubtraction::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor… in configure()
104 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
114 Status CLArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()
145 void CLArithmeticDivision::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const… in configure()
150 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
159 Status CLArithmeticDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
190 void CLElementwiseMax::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure()
195 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure()
204 Status CLElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
235 void CLElementwiseMin::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure()
240 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure()
249 Status CLElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
280 void CLElementwiseSquaredDiff::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, c… in configure()
285 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure()
294 Status CLElementwiseSquaredDiff::validate(const ITensorInfo *input1, const ITensorInfo *input2, con… in validate()
325 void CLElementwisePower::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const A… in configure()
330 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure()
339 Status CLElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()