Home
last modified time | relevance | path

Searched refs:_pixelwise_mul_cell_gate_coeff (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayer.h208 NEPixelWiseMultiplication _pixelwise_mul_cell_gate_coeff; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h272 CLPixelWiseMultiplication _pixelwise_mul_cell_gate_coeff; variable
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp48 …_mean_std_norm_cell_gate(), _pixelwise_mul_cell_gate_coeff(), _accum_cell_gate_bias(), _mean_std_n… in NELSTMLayer()
247_pixelwise_mul_cell_gate_coeff.configure(cell_state_out_ptr, lstm_params.cell_layer_norm_weights()… in configure()
665 _pixelwise_mul_cell_gate_coeff.run(); in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp49 …ff(), _accum_forget_gate_bias(), _mean_std_norm_cell_gate(), _pixelwise_mul_cell_gate_coeff(), _ac… in CLLSTMLayer()
269_pixelwise_mul_cell_gate_coeff.configure(compile_context, cell_state_out_ptr, lstm_params.cell_lay… in configure()
690 _pixelwise_mul_cell_gate_coeff.run(); in run()