Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp162 std::vector<uint8_t> inputToOutputWeights, in setWeightsAndBiases() argument
174 inputToOutputWeights_ = inputToOutputWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp281 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare() local
285 NN_RET_CHECK(checkWeightsShape(inputToOutputWeights, inputSize)); in prepare()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4134 ANeuralNetworksOperandType inputToOutputWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local
4224 inputToOutputWeights, in unidirectionalSequenceLSTMTest()