Home
last modified time | relevance | path

Searched refs:forgetGateBias_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.h78 const RunTimeOperandInfo* forgetGateBias_; variable
DQuantizedLSTMTest.cpp126 forgetGateBias_), in invoke()
179 forgetGateBias_ = forgetGateBias; in setWeightsAndBiases()
212 std::vector<int32_t> forgetGateBias_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp237 forgetGateBias_ = GetInput(operation, operands, kForgetGateBiasTensor); in QuantizedLSTMCell()
371 memcpy(bias + 2 * outputSize, GetBuffer<int32_t>(forgetGateBias_), in concatenateBiases()