• Home
  • Raw
  • Download

Lines Matching defs:configure

41 void CLArithmeticAddition::configure(const CLCompileContext &compile_context, ITensorInfo *input1, …  in configure()  function in arm_compute::experimental::CLArithmeticAddition
61 void CLArithmeticSubtraction::configure(const CLCompileContext &compile_context, ITensorInfo *input… in configure() function in arm_compute::experimental::CLArithmeticSubtraction
84 void CLArithmeticDivision::configure(const CLCompileContext &compile_context, ITensorInfo *input1, … in configure() function in arm_compute::experimental::CLArithmeticDivision
105 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITen… in configure() function in arm_compute::experimental::CLElementwiseMax
126 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITen… in configure() function in arm_compute::experimental::CLElementwiseMin
147 void CLElementwiseSquaredDiff::configure(const CLCompileContext &compile_context, ITensorInfo *inpu… in configure() function in arm_compute::experimental::CLElementwiseSquaredDiff
168 void CLElementwisePower::configure(const CLCompileContext &compile_context, ITensorInfo *input1, IT… in configure() function in arm_compute::experimental::CLElementwisePower
202 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve… in configure() function in arm_compute::CLArithmeticAddition
207 void CLArithmeticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure() function in arm_compute::CLArithmeticAddition
248 void CLArithmeticSubtraction::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor… in configure() function in arm_compute::CLArithmeticSubtraction
253 void CLArithmeticSubtraction::configure(const CLCompileContext &compile_context, const ICLTensor *i… in configure() function in arm_compute::CLArithmeticSubtraction
294 void CLArithmeticDivision::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const… in configure() function in arm_compute::CLArithmeticDivision
299 void CLArithmeticDivision::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure() function in arm_compute::CLArithmeticDivision
339 void CLElementwiseMax::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure() function in arm_compute::CLElementwiseMax
344 void CLElementwiseMax::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure() function in arm_compute::CLElementwiseMax
384 void CLElementwiseMin::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure() function in arm_compute::CLElementwiseMin
389 void CLElementwiseMin::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTen… in configure() function in arm_compute::CLElementwiseMin
429 void CLElementwiseSquaredDiff::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, c… in configure() function in arm_compute::CLElementwiseSquaredDiff
434 void CLElementwiseSquaredDiff::configure(const CLCompileContext &compile_context, ICLTensor *input1… in configure() function in arm_compute::CLElementwiseSquaredDiff
474 void CLElementwisePower::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const A… in configure() function in arm_compute::CLElementwisePower
479 void CLElementwisePower::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLT… in configure() function in arm_compute::CLElementwisePower