Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/models/
Dquantized_lstm.model.cpp18 auto recurrentToCellWeights = model->addOperand(&type2); in CreateModel() local
57 auto recurrentToCellWeights = model->addOperand(&type2); in CreateModel_relaxed() local
100 auto recurrentToCellWeights = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
141 auto recurrentToCellWeights = model->addOperand(&type2); in CreateModel_dynamic_output_shape_relaxed() local
/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp164 std::vector<uint8_t> recurrentToCellWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp283 auto recurrentToCellWeights = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3104 ANeuralNetworksOperandType recurrentToCellWeights = recurrentToInputWeights; in unidirectionalSequenceLSTMTest() local