Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayer.cpp52 …opt(false), _run_cifg_opt(false), _perform_cell_clipping(false), _has_projection_weights(false), _… in NELSTMLayer()
344 _has_projection_weights = true; in configure()
696 if(_has_projection_weights) in run()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayer.cpp54_has_projection_weights(false), _perform_projection_clipping(false), _is_prepared(false), _is_laye… in CLLSTMLayer()
369 _has_projection_weights = true; in configure()
721 if(_has_projection_weights) in run()
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
H A DNELSTMLayer.h246 bool _has_projection_weights; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLLSTMLayer.h310 bool _has_projection_weights; variable