Home
last modified time | relevance | path

Searched refs:CLArithmeticAddition (Results 1 – 18 of 18) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h232 CLArithmeticAddition _accum_input_gate1;
237 CLArithmeticAddition _accum_forget_gate1;
243 CLArithmeticAddition _accum_cell_state1;
244 CLArithmeticAddition _accum_cell_state2;
251 CLArithmeticAddition _accum_output1;
267 CLArithmeticAddition _accum_input_gate_bias;
270 CLArithmeticAddition _accum_forget_gate_bias;
273 CLArithmeticAddition _accum_cell_gate_bias;
276 CLArithmeticAddition _accum_output_gate_bias;
DCLElementwiseOperations.h41 class CLArithmeticAddition : public IFunction
45 CLArithmeticAddition();
47 ~CLArithmeticAddition();
49 CLArithmeticAddition(const CLArithmeticAddition &) = delete;
51 CLArithmeticAddition(CLArithmeticAddition &&);
53 CLArithmeticAddition &operator=(const CLArithmeticAddition &) = delete;
55 CLArithmeticAddition &operator=(CLArithmeticAddition &&);
DCLQLSTMLayer.h324 CLArithmeticAddition _projection_bias_add{};
331CLArithmeticAddition _accumulate_input_recurrent_for…
332 CLArithmeticAddition _accumulate_cell_forget{};
338CLArithmeticAddition _accumulate_input_recurrent_mod…
345CLArithmeticAddition _accumulate_input_recurrent_inp…
348 CLArithmeticAddition _accumulate_cell_input{};
352 CLArithmeticAddition _add_forget_cell{};
358CLArithmeticAddition _accumulate_input_recurrent_out…
361 CLArithmeticAddition _accumulate_cell_to_output{};
368 CLArithmeticAddition _accumulate_projection{};
DCLLSTMLayerQuantized.h186 CLArithmeticAddition _add_cell_state_tmps;
187 CLArithmeticAddition _add2;
DCLRNNLayer.h108 CLArithmeticAddition _add_kernel;
DCLFFTConvolutionLayer.h158 CLArithmeticAddition _bias_add_func;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLElementwiseOperations.cpp37 struct CLArithmeticAddition::Impl
45 CLArithmeticAddition::CLArithmeticAddition() in CLArithmeticAddition() function in arm_compute::CLArithmeticAddition
49 CLArithmeticAddition::CLArithmeticAddition(CLArithmeticAddition &&) = default;
50 CLArithmeticAddition &CLArithmeticAddition::operator=(CLArithmeticAddition &&) = default;
51 CLArithmeticAddition::~CLArithmeticAddition() = default;
53 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve… in configure()
58 void CLArithmeticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *inpu… in configure()
68 Status CLArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
73 void CLArithmeticAddition::run() in run()
DCLLSTMLayer.cpp504 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&forget_gate, &forget_gate, &forget_gat… in validate()
511 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&forget_gate, forget_gate_bias, &forget… in validate()
539 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&input_gate, &input_gate, &input_gate, … in validate()
546 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&input_gate, lstm_params.input_gate_bia… in validate()
558 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&cell_state_tmp, &cell_state_tmp, &cell… in validate()
564 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&cell_state_tmp, cell_bias, &cell_state… in validate()
569 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&cell_state_tmp, &cell_state_tmp, &cell… in validate()
589 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&output_gate_tmp, &output_gate_tmp, &ou… in validate()
596 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&output_gate_tmp, output_gate_bias, &ou… in validate()
DCLQLSTMLayer.cpp705 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(lstm_params.projection_bias(), &project… in validate()
749 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&forget_outstage_info, &forget_outstage… in validate()
759 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&forget_outstage_info, &forget_outstage… in validate()
784 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&cell_outstage_info, &cell_outstage_inf… in validate()
820 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&input_outstage_info, &input_outstage_i… in validate()
829 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&input_outstage_info, &input_outstage_i… in validate()
844 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&forget_gate_info, &cell_gate_info, cel… in validate()
859 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&output_outstage_info, &output_outstage… in validate()
869 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&output_outstage_info, &output_outstage… in validate()
925 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(output_state_out, output_state_out, out… in validate()
DCLRNNLayer.cpp70 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&shape_info, &shape_info, &shape_info, … in validate()
DCLLSTMLayerQuantized.cpp461 …ARM_COMPUTE_RETURN_ON_ERROR(CLArithmeticAddition::validate(&cell_state_tmp1, &cell_state_tmp2, cel… in validate()
/external/ComputeLibrary/tests/validation/CL/
DArithmeticAddition.cpp82 …ARM_COMPUTE_EXPECT(bool(CLArithmeticAddition::validate(&input1_info.clone()->set_is_resizable(fals…
102 result = CLArithmeticAddition::validate(&input, &input, &output, ConvertPolicy::WRAP, act_info); in TEST_CASE()
108 result = CLArithmeticAddition::validate(&input, &input, &output, ConvertPolicy::WRAP, act_info); in TEST_CASE()
113 …ditionFixture = ArithmeticAdditionValidationFixture<CLTensor, CLAccessor, CLArithmeticAddition, T>;
149 …ture = ArithmeticAdditionValidationQuantizedFixture<CLTensor, CLAccessor, CLArithmeticAddition, T>;
165 …ithmeticAdditionValidationQuantizedBroadcastFixture<CLTensor, CLAccessor, CLArithmeticAddition, T>;
220 …tFixture = ArithmeticAdditionValidationFloatFixture<CLTensor, CLAccessor, CLArithmeticAddition, T>;
278 …= ArithmeticAdditionBroadcastValidationFloatFixture<CLTensor, CLAccessor, CLArithmeticAddition, T>;
/external/armnn/src/backends/cl/workloads/
DClAdditionWorkload.hpp25 mutable arm_compute::CLArithmeticAddition m_Layer;
DClAdditionWorkload.cpp57 … const arm_compute::Status aclStatus = arm_compute::CLArithmeticAddition::validate(&aclInput0Info, in ClAdditionValidate()
/external/ComputeLibrary/src/graph/backends/CL/
DCLNodeValidator.cpp45 using ArithmeticAddition = CLArithmeticAddition;
DCLFunctionsFactory.cpp65 using Addition = CLArithmeticAddition;
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox1355 …- Added broadcasting support to NEArithmeticAddition / @ref CLArithmeticAddition / @ref CLPixelWis…
Doperator_list.dox1097 <td>CLArithmeticAddition