Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.h75 const RunTimeOperandInfo* recurrentToOutputWeights_; variable
DQuantizedLSTMTest.cpp120 recurrentToOutputWeights_), in invoke()
177 recurrentToOutputWeights_ = recurrentToOutputWeights; in setWeightsAndBiases()
210 std::vector<uint8_t> recurrentToOutputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp234 recurrentToOutputWeights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in QuantizedLSTMCell()
363 assignWeightsSubmatrix(recurrentToOutputWeights_, 3 * outputSize, 0, weightsDims, weights); in concatenateWeights()