Home
last modified time | relevance | path

Searched defs:inputToCellWeights (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dquantized_lstm.model.cpp14 auto inputToCellWeights = model->addOperand(&type1); in CreateModel() local
53 auto inputToCellWeights = model->addOperand(&type1); in CreateModel_relaxed() local
96 auto inputToCellWeights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
137 auto inputToCellWeights = model->addOperand(&type1); in CreateModel_dynamic_output_shape_relaxed() local
/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp160 std::vector<uint8_t> inputToCellWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp274 auto inputToCellWeights = GetInput(operation, operands, kInputToCellWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3096 ANeuralNetworksOperandType inputToCellWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local