Searched refs:_fully_connected_output (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NELSTMLayer.h | 186 NEFullyConnectedLayer _fully_connected_output; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayer.h | 249 CLFullyConnectedLayer _fully_connected_output; variable
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayer.cpp | 44 …), _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/ |
D | CLLSTMLayer.cpp | 46 …_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()
|