• Home
  • Raw
  • Download

Lines Matching defs:input1

41 void CLArithmeticAddition::configure(const CLCompileContext &compile_context, ITensorInfo *input1, …  in configure()
48 Status CLArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
61 …ticSubtraction::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInf… in configure()
69 Status CLArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()
84 void CLArithmeticDivision::configure(const CLCompileContext &compile_context, ITensorInfo *input1, … in configure()
91 Status CLArithmeticDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
105 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITen… in configure()
112 Status CLElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
126 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITen… in configure()
133 Status CLElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
147 …iseSquaredDiff::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInf… in configure()
154 Status CLElementwiseSquaredDiff::validate(const ITensorInfo *input1, const ITensorInfo *input2, con… in validate()
168 void CLElementwisePower::configure(const CLCompileContext &compile_context, ITensorInfo *input1, IT… in configure()
175 Status CLElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()
202 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve… in configure()
207 …eticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… in configure()
217 Status CLArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
248 void CLArithmeticSubtraction::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor… in configure()
253 …cSubtraction::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… in configure()
263 Status CLArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()
294 void CLArithmeticDivision::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const… in configure()
299 …eticDivision::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… in configure()
308 Status CLArithmeticDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
339 void CLElementwiseMax::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure()
344 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure()
353 Status CLElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
384 void CLElementwiseMin::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure()
389 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure()
398 Status CLElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
429 void CLElementwiseSquaredDiff::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, c… in configure()
434 void CLElementwiseSquaredDiff::configure(const CLCompileContext &compile_context, ICLTensor *input1 in configure()
443 Status CLElementwiseSquaredDiff::validate(const ITensorInfo *input1, const ITensorInfo *input2, con… in validate()
474 void CLElementwisePower::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const A… in configure()
479 void CLElementwisePower::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLT… in configure()
488 Status CLElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()