Searched refs:_pixelwise_mul_cell_gate_coeff (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NELSTMLayer.h | 208 NEPixelWiseMultiplication _pixelwise_mul_cell_gate_coeff; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayer.h | 272 CLPixelWiseMultiplication _pixelwise_mul_cell_gate_coeff; variable
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayer.cpp | 48 …_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/ |
D | CLLSTMLayer.cpp | 49 …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()
|