Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/models/
Dquantized_lstm.model.cpp16 auto recurrentToInputWeights = model->addOperand(&type2); in CreateModel() local
55 auto recurrentToInputWeights = model->addOperand(&type2); in CreateModel_relaxed() local
98 auto recurrentToInputWeights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
139 auto recurrentToInputWeights = model->addOperand(&type2); in CreateModel_dynamic_output_shape_relaxed() local
/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp162 std::vector<uint8_t> recurrentToInputWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp281 auto recurrentToInputWeights = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3098 ANeuralNetworksOperandType recurrentToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local