Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp265 auto inputToInputWeights = GetInput(operation, operands, kInputToInputWeightsTensor); in prepare() local
266 const float weightsScale = inputToInputWeights->scale; in prepare()
268 const float weightsZeroPoint = inputToInputWeights->zeroPoint; in prepare()
282 NN_RET_CHECK(checkWeightsShape(inputToInputWeights, inputSize)); in prepare()
DQuantizedLSTMTest.cpp159 void setWeightsAndBiases(std::vector<uint8_t> inputToInputWeights, in setWeightsAndBiases() argument
171 inputToInputWeights_ = inputToInputWeights; in setWeightsAndBiases()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4127 ANeuralNetworksOperandType inputToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local
4132 ANeuralNetworksOperandType inputToForgetWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest()
4133 ANeuralNetworksOperandType inputToCellWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest()
4134 ANeuralNetworksOperandType inputToOutputWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest()
4221 inputToInputWeights, in unidirectionalSequenceLSTMTest()