Searched refs:_copy_cell_state (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NELSTMLayer.h | 194 NECopy _copy_cell_state; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayer.h | 257 CLCopy _copy_cell_state; variable
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayer.cpp | 46 …_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/ |
D | CLLSTMLayer.cpp | 47 …_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()
|