Searched refs:CLArithmeticOperationKernel (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLElementwiseOperations.cpp | 86 auto k = arm_compute::support::cpp14::make_unique<CLArithmeticOperationKernel>(); in configure() 93 …return CLArithmeticOperationKernel::validate(ArithmeticOperation::DIV, input1, input2, output, act… in validate() 107 auto k = arm_compute::support::cpp14::make_unique<CLArithmeticOperationKernel>(); in configure() 114 …return CLArithmeticOperationKernel::validate(ArithmeticOperation::MAX, input1, input2, output, act… in validate() 128 auto k = arm_compute::support::cpp14::make_unique<CLArithmeticOperationKernel>(); in configure() 135 …return CLArithmeticOperationKernel::validate(ArithmeticOperation::MIN, input1, input2, output, act… in validate() 149 auto k = arm_compute::support::cpp14::make_unique<CLArithmeticOperationKernel>(); in configure() 156 …return CLArithmeticOperationKernel::validate(ArithmeticOperation::SQUARED_DIFF, input1, input2, ou… in validate() 170 auto k = arm_compute::support::cpp14::make_unique<CLArithmeticOperationKernel>(); in configure() 177 …return CLArithmeticOperationKernel::validate(ArithmeticOperation::POWER, input1, input2, output, a… in validate()
|
D | CLPReluLayer.cpp | 41 auto k = arm_compute::support::cpp14::make_unique<CLArithmeticOperationKernel>(); in configure() 48 return CLArithmeticOperationKernel::validate(ArithmeticOperation::PRELU, input, alpha, output); in validate()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLElementwiseOperationKernel.cpp | 453 void CLArithmeticOperationKernel::configure(ArithmeticOperation op, ITensorInfo *input1, ITensorInf… in configure() 458 void CLArithmeticOperationKernel::configure(const CLCompileContext &compile_context, ArithmeticOper… in configure() 462 …ARM_COMPUTE_ERROR_THROW_ON(CLArithmeticOperationKernel::validate(op, input1, input2, output, act_i… in configure() 471 Status CLArithmeticOperationKernel::validate(ArithmeticOperation op, const ITensorInfo *input1, con… in validate() 489 std::pair<Status, Window> CLArithmeticOperationKernel::validate_and_configure_window(ITensorInfo &i… in validate_and_configure_window() 502 CLBuildOptions CLArithmeticOperationKernel::generate_build_options(const ITensorInfo &input1, const… in generate_build_options() 506 std::string CLArithmeticOperationKernel::generate_id_for_tuning(const std::string &kernel_name, con… in generate_id_for_tuning() 511 std::string CLArithmeticOperationKernel::name() in name()
|
D | CLElementwiseOperationKernel.h | 204 class CLArithmeticOperationKernel : public CLElementwiseOperationKernel 207 CLArithmeticOperationKernel() in CLArithmeticOperationKernel() function
|