Searched refs:recurrentToInputWeights (Results 1 – 3 of 3) sorted by relevance
162 std::vector<uint8_t> recurrentToInputWeights, in setWeightsAndBiases() argument174 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
286 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare() local290 NN_RET_CHECK(checkWeightsShape(recurrentToInputWeights, outputSize)); in prepare()
4097 ANeuralNetworksOperandType recurrentToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local4102 ANeuralNetworksOperandType recurrentToForgetWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()4103 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()4104 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()4187 recurrentToInputWeights, in unidirectionalSequenceLSTMTest()