Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp166 std::vector<uint8_t> recurrentToOutputWeights, in setWeightsAndBiases() argument
178 recurrentToOutputWeights_ = recurrentToOutputWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp290 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare() local
294 NN_RET_CHECK(checkWeightsShape(recurrentToOutputWeights, outputSize)); in prepare()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4142 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
4228 recurrentToOutputWeights, in unidirectionalSequenceLSTMTest()