Searched refs:recurrentToInputWeights (Results 1 – 3 of 3) sorted by relevance
163 std::vector<uint8_t> recurrentToInputWeights, in setWeightsAndBiases() argument175 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()
287 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare() local291 NN_RET_CHECK(checkWeightsShape(recurrentToInputWeights, outputSize)); in prepare()
4135 ANeuralNetworksOperandType recurrentToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local4140 ANeuralNetworksOperandType recurrentToForgetWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()4141 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()4142 ANeuralNetworksOperandType recurrentToOutputWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest()4225 recurrentToInputWeights, in unidirectionalSequenceLSTMTest()