Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayer.h194 NECopy _copy_cell_state; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h257 CLCopy _copy_cell_state; variable
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp46_copy_cell_state(), _copy_output(), _concat_scratch_buffer(), _concat_inputs_forget_gate(), _conca… in NELSTMLayer()
356 _copy_cell_state.configure(&_cell_state_out1, cell_state_out); in configure()
705 _copy_cell_state.run(); in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp47 …_fully_connected_output_state(), _projection_clip(), _copy_cell_state(), _copy_output(), _concat_s… in CLLSTMLayer()
381 _copy_cell_state.configure(compile_context, &_cell_state_out1, cell_state_out); in configure()
730 _copy_cell_state.run(); in run()