Home
last modified time | relevance | path

Searched refs:_mul_output_state_tmp_output_gate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp51 …_mul_input_gate_input_mod_gate(), _mul_output_state_tmp_output_gate(), _slice_input_tensor(), _sli… in CLLSTMLayerQuantized()
266_mul_output_state_tmp_output_gate.configure(compile_context, &_output_state_tmp, &_output_gate_out… in configure()
535 _mul_output_state_tmp_output_gate.run(); in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLLSTMLayerQuantized.h190 CLPixelWiseMultiplication _mul_output_state_tmp_output_gate; variable