Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayerQuantized.h170 NESlice _slice_cell_tensor; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayerQuantized.h193 CLSlice _slice_cell_tensor; variable
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayerQuantized.cpp51 …_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/
DCLLSTMLayerQuantized.cpp51 …_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()