Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp115 recurrentToForgetWeights_), in invoke()
176 recurrentToForgetWeights_ = recurrentToForgetWeights; in setWeightsAndBiases()
209 std::vector<uint8_t> recurrentToForgetWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp233 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell()
363 assignWeightsSubmatrix(recurrentToForgetWeights_, 2 * outputSize, 0, weightsDims, weights); in concatenateWeights()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h73 const RunTimeOperandInfo* recurrentToForgetWeights_; variable