Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp163 std::vector<uint8_t> recurrentToInputWeights, in setWeightsAndBiases() argument
175 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp287 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare() local
291 NN_RET_CHECK(checkWeightsShape(recurrentToInputWeights, outputSize)); in prepare()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4135 ANeuralNetworksOperandType recurrentToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local
4140 ANeuralNetworksOperandType recurrentToForgetWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4141 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4142 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4225 recurrentToInputWeights, in unidirectionalSequenceLSTMTest()