Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp163 std::vector<uint8_t> recurrentToForgetWeights, in setWeightsAndBiases() argument
175 recurrentToForgetWeights_ = recurrentToForgetWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp287 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare() local
291 NN_RET_CHECK(checkWeightsShape(recurrentToForgetWeights, outputSize)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4102 ANeuralNetworksOperandType recurrentToForgetWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
4188 recurrentToForgetWeights, in unidirectionalSequenceLSTMTest()