Searched refs:_slice_cell_tensor (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NELSTMLayerQuantized.h | 170 NESlice _slice_cell_tensor; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayerQuantized.h | 193 CLSlice _slice_cell_tensor; variable
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayerQuantized.cpp | 51 …_slice_input_tensor(), _slice_forget_tensor(), _slice_cell_tensor(), _slice_output_tensor(), _dequ… in NELSTMLayerQuantized() 169 …_slice_cell_tensor.configure(&_output_lowp, &_input_modulation_gate_input, { 2 * output_size, 0 },… in configure() 181 …_slice_cell_tensor.configure(&_output_lowp, &_input_modulation_gate_input, { 2 * output_size }, { … in configure() 479 _slice_cell_tensor.run(); in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLSTMLayerQuantized.cpp | 51 …_tmp_output_gate(), _slice_input_tensor(), _slice_forget_tensor(), _slice_cell_tensor(), _slice_ou… in CLLSTMLayerQuantized() 201 …_slice_cell_tensor.configure(compile_context, &_output_lowp, &_input_modulation_gate_input, { 2 * … in configure() 213 …_slice_cell_tensor.configure(compile_context, &_output_lowp, &_input_modulation_gate_input, { 2 * … in configure() 512 _slice_cell_tensor.run(); in run()
|