Home
last modified time | relevance | path

Searched refs:use_projection_weights_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLayerNormLSTMTest.cpp94 use_projection_weights_(use_projection_weights), in LayerNormLSTMOpModel()
242 if (use_projection_weights_) { in Invoke()
269 const bool use_projection_weights_; member in android::nn::wrapper::LayerNormLSTMOpModel
H A DLSTMTest.cpp86 use_projection_weights_(use_projection_weights), in LSTMOpModel()
230 if (use_projection_weights_) { in Invoke()
257 const bool use_projection_weights_; member in android::nn::wrapper::LSTMOpModel