• Home
  • Raw
  • Download

Lines Matching defs:input1

53 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve…  in configure()
58 …eticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… 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 …cSubtraction::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… 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 …eticDivision::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… 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 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… 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 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… 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 void CLElementwiseSquaredDiff::configure(const CLCompileContext &compile_context, ICLTensor *input1 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 void CLElementwisePower::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLT… in configure()
339 Status CLElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()