Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp160 std::vector<uint8_t> inputToCellWeights, in setWeightsAndBiases() argument
172 inputToCellWeights_ = inputToCellWeights; in setWeightsAndBiases()
DQuantizedLSTM.cpp279 auto inputToCellWeights = GetInput(operation, operands, kInputToCellWeightsTensor); in prepare() local
283 NN_RET_CHECK(checkWeightsShape(inputToCellWeights, inputSize)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4094 ANeuralNetworksOperandType inputToCellWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local
4184 inputToCellWeights, in unidirectionalSequenceLSTMTest()