Searched refs:_activation_cell_state (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NELSTMLayer.h | 183 NEActivationLayer _activation_cell_state; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayer.h | 246 CLActivationLayer _activation_cell_state; variable
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayer.cpp | 44 …ll_state1(), _accum_cell_state2(), _pixelwise_mul_cell_state1(), _activation_cell_state(), _cell_c… in NELSTMLayer() 254 _activation_cell_state.configure(cell_state_out_ptr, nullptr, activation_info); in configure() 669 _activation_cell_state.run(); in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLSTMLayer.cpp | 45 …ll_state1(), _accum_cell_state2(), _pixelwise_mul_cell_state1(), _activation_cell_state(), _cell_c… in CLLSTMLayer() 277 _activation_cell_state.configure(compile_context, cell_state_out_ptr, nullptr, activation_info); in configure() 693 _activation_cell_state.run(); in run()
|