Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp162 std::vector<uint8_t> recurrentToInputWeights, in setWeightsAndBiases() argument
174 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp286 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare() local
290 NN_RET_CHECK(checkWeightsShape(recurrentToInputWeights, outputSize)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4097 ANeuralNetworksOperandType recurrentToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local
4102 ANeuralNetworksOperandType recurrentToForgetWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4103 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4104 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()
4187 recurrentToInputWeights, in unidirectionalSequenceLSTMTest()