Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp165 std::vector<uint8_t> recurrentToOutputWeights, in setWeightsAndBiases() argument
177 recurrentToOutputWeights_ = recurrentToOutputWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp289 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare() local
293 NN_RET_CHECK(checkWeightsShape(recurrentToOutputWeights, outputSize)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4104 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local
4190 recurrentToOutputWeights, in unidirectionalSequenceLSTMTest()