Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp166 std::vector<uint8_t> recurrentToOutputWeights, in setWeightsAndBiases() argument
178 recurrentToOutputWeights_ = recurrentToOutputWeights; in setWeightsAndBiases()
H A DQuantizedLSTM.cpp286 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare() local
290 NN_RET_CHECK(checkWeightsShape(recurrentToOutputWeights, outputSize)); in prepare()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp4103 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
4189 recurrentToOutputWeights, in unidirectionalSequenceLSTMTest()