Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp161 std::vector<uint8_t> inputToOutputWeights, in setWeightsAndBiases() argument
173 inputToOutputWeights_ = inputToOutputWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp280 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare() local
284 NN_RET_CHECK(checkWeightsShape(inputToOutputWeights, inputSize)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4096 ANeuralNetworksOperandType inputToOutputWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local
4186 inputToOutputWeights, in unidirectionalSequenceLSTMTest()