Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp112 recurrentToInputWeights_), in invoke()
175 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
208 std::vector<uint8_t> recurrentToInputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
H A DQuantizedLSTM.h72 const RunTimeOperandInfo* recurrentToInputWeights_; variable
H A DQuantizedLSTM.cpp228 recurrentToInputWeights_ = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in QuantizedLSTMCell()
357 assignWeightsSubmatrix(recurrentToInputWeights_, 0 * outputSize, 0, weightsDims, weights); in concatenateWeights()