Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp163 std::vector<uint8_t> recurrentToInputWeights, in setWeightsAndBiases() argument
175 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
H A DQuantizedLSTM.cpp283 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare() local
287 NN_RET_CHECK(checkWeightsShape(recurrentToInputWeights, outputSize)); in prepare()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp4096 ANeuralNetworksOperandType recurrentToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local
4101 ANeuralNetworksOperandType recurrentToForgetWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4102 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4103 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4186 recurrentToInputWeights, in unidirectionalSequenceLSTMTest()