Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/models/
Dquantized_lstm.model.cpp13 auto inputToForgetWeights = model->addOperand(&type1); in CreateModel() local
52 auto inputToForgetWeights = model->addOperand(&type1); in CreateModel_relaxed() local
95 auto inputToForgetWeights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
136 auto inputToForgetWeights = model->addOperand(&type1); in CreateModel_dynamic_output_shape_relaxed() local
/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp159 std::vector<uint8_t> inputToForgetWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp273 auto inputToForgetWeights = GetInput(operation, operands, kInputToForgetWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3095 ANeuralNetworksOperandType inputToForgetWeights = inputToInputWeights; in unidirectionalSequenceLSTMTest() local