Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp165 std::vector<uint8_t> recurrentToCellWeights, in setWeightsAndBiases() argument
177 recurrentToCellWeights_ = recurrentToCellWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp289 auto recurrentToCellWeights = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in prepare() local
293 NN_RET_CHECK(checkWeightsShape(recurrentToCellWeights, outputSize)); in prepare()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4141 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
4227 recurrentToCellWeights, in unidirectionalSequenceLSTMTest()