Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNELSTMLayer.h186 NEFullyConnectedLayer _fully_connected_output; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h249 CLFullyConnectedLayer _fully_connected_output; variable
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp44 …), _activation_cell_state(), _cell_clip(), _pixelwise_mul_cell_state2(), _fully_connected_output(), in NELSTMLayer()
284_fully_connected_output.configure(&_forget_gate_out2, &_output2, (_is_layer_norm_lstm) ? nullptr :… in configure()
679 _fully_connected_output.run(); in run()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp46 …_pixelwise_mul_cell_state2(), _fully_connected_output(), _pixelwise_mul_output_state1(), _accum_ou… in CLLSTMLayer()
309_fully_connected_output.configure(compile_context, &_forget_gate_out2, &_output2, (_is_layer_norm_… in configure()
703 _fully_connected_output.run(); in run()