Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.h72 const RunTimeOperandInfo* recurrentToInputWeights_; variable
DQuantizedLSTMTest.cpp111 recurrentToInputWeights_), in invoke()
174 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
207 std::vector<uint8_t> recurrentToInputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp231 recurrentToInputWeights_ = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in QuantizedLSTMCell()
360 assignWeightsSubmatrix(recurrentToInputWeights_, 0 * outputSize, 0, weightsDims, weights); in concatenateWeights()