Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp103 inputToForgetWeights_), in invoke()
172 inputToForgetWeights_ = inputToForgetWeights; in setWeightsAndBiases()
205 std::vector<uint8_t> inputToForgetWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
H A DQuantizedLSTM.h68 const RunTimeOperandInfo* inputToForgetWeights_; variable
H A DQuantizedLSTM.cpp224 inputToForgetWeights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in QuantizedLSTMCell()
355 assignWeightsSubmatrix(inputToForgetWeights_, 2 * outputSize, outputSize, weightsDims, weights); in concatenateWeights()