Searched refs:inputToInputWeights (Results 1 – 3 of 3) sorted by relevance
265 auto inputToInputWeights = GetInput(operation, operands, kInputToInputWeightsTensor); in prepare() local266 const float weightsScale = inputToInputWeights->scale; in prepare()268 const float weightsZeroPoint = inputToInputWeights->zeroPoint; in prepare()282 NN_RET_CHECK(checkWeightsShape(inputToInputWeights, inputSize)); in prepare()
159 void setWeightsAndBiases(std::vector<uint8_t> inputToInputWeights, in setWeightsAndBiases() argument171 inputToInputWeights_ = inputToInputWeights; in setWeightsAndBiases()
4127 ANeuralNetworksOperandType inputToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local4132 ANeuralNetworksOperandType inputToForgetWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest()4133 ANeuralNetworksOperandType inputToCellWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest()4134 ANeuralNetworksOperandType inputToOutputWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest()4221 inputToInputWeights, in unidirectionalSequenceLSTMTest()