Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.h74 const RunTimeOperandInfo* recurrentToCellWeights_; variable
DQuantizedLSTMTest.cpp117 recurrentToCellWeights_), in invoke()
176 recurrentToCellWeights_ = recurrentToCellWeights; in setWeightsAndBiases()
209 std::vector<uint8_t> recurrentToCellWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp233 recurrentToCellWeights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in QuantizedLSTMCell()
361 assignWeightsSubmatrix(recurrentToCellWeights_, 1 * outputSize, 0, weightsDims, weights); in concatenateWeights()