Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayer.h183 NEActivationLayer _activation_cell_state; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h246 CLActivationLayer _activation_cell_state; variable
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp44 …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/
DCLLSTMLayer.cpp45 …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()