Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp164 std::vector<uint8_t> recurrentToCellWeights, in setWeightsAndBiases() argument
176 recurrentToCellWeights_ = recurrentToCellWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp288 auto recurrentToCellWeights = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in prepare() local
292 NN_RET_CHECK(checkWeightsShape(recurrentToCellWeights, outputSize)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4103 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
4189 recurrentToCellWeights, in unidirectionalSequenceLSTMTest()