Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp161 std::vector<uint8_t> inputToCellWeights, in setWeightsAndBiases() argument
173 inputToCellWeights_ = inputToCellWeights; in setWeightsAndBiases()
H A DQuantizedLSTM.cpp276 auto inputToCellWeights = GetInput(operation, operands, kInputToCellWeightsTensor); in prepare() local
280 NN_RET_CHECK(checkWeightsShape(inputToCellWeights, inputSize)); in prepare()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp4094 ANeuralNetworksOperandType inputToCellWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local
4184 inputToCellWeights, in unidirectionalSequenceLSTMTest()