Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp46 …_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 DCLLSTMLayer.cpp47 …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 DNELSTMLayer.h196 NEConcatenateLayer _concat_scratch_buffer; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLLSTMLayer.h259 CLConcatenateLayer _concat_scratch_buffer; variable