Searched refs:_concat_scratch_buffer (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NELSTMLayer.cpp | 46 …_copy_cell_state(), _copy_output(), _concat_scratch_buffer(), _concat_inputs_forget_gate(), _conca… in NELSTMLayer() 368 _concat_scratch_buffer.configure(scratch_inputs, scratch_buffer, Window::DimX); in configure() 708 _concat_scratch_buffer.run(); in run()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLLSTMLayer.cpp | 47 …state(), _projection_clip(), _copy_cell_state(), _copy_output(), _concat_scratch_buffer(), _concat… in CLLSTMLayer() 393 _concat_scratch_buffer.configure(compile_context, scratch_inputs, scratch_buffer, Window::DimX); in configure() 733 _concat_scratch_buffer.run(); in run()
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
H A D | NELSTMLayer.h | 196 NEConcatenateLayer _concat_scratch_buffer; variable
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
H A D | CLLSTMLayer.h | 259 CLConcatenateLayer _concat_scratch_buffer; variable
|