Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/models/
Dquantized_lstm.model.cpp12 auto inputToInputWeights = model->addOperand(&type1); in CreateModel() local
51 auto inputToInputWeights = model->addOperand(&type1); in CreateModel_relaxed() local
94 auto inputToInputWeights = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
135 auto inputToInputWeights = model->addOperand(&type1); in CreateModel_dynamic_output_shape_relaxed() local
/frameworks/ml/nn/common/operations/
DQuantizedLSTMTest.cpp158 void setWeightsAndBiases(std::vector<uint8_t> inputToInputWeights, in setWeightsAndBiases()
DQuantizedLSTM.cpp259 auto inputToInputWeights = GetInput(operation, operands, kInputToInputWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3090 ANeuralNetworksOperandType inputToInputWeights = {.type = inputOperandCode, in unidirectionalSequenceLSTMTest() local