Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp112 recurrentToInputWeights_), in invoke()
175 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
208 std::vector<uint8_t> recurrentToInputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp232 recurrentToInputWeights_ = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in QuantizedLSTMCell()
361 assignWeightsSubmatrix(recurrentToInputWeights_, 0 * outputSize, 0, weightsDims, weights); in concatenateWeights()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h72 const RunTimeOperandInfo* recurrentToInputWeights_; variable