Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp121 recurrentToOutputWeights_), in invoke()
178 recurrentToOutputWeights_ = recurrentToOutputWeights; in setWeightsAndBiases()
211 std::vector<uint8_t> recurrentToOutputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp235 recurrentToOutputWeights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in QuantizedLSTMCell()
364 assignWeightsSubmatrix(recurrentToOutputWeights_, 3 * outputSize, 0, weightsDims, weights); in concatenateWeights()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h75 const RunTimeOperandInfo* recurrentToOutputWeights_; variable