Home
last modified time | relevance | path

Searched refs:modelOutputs (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.cpp210 std::vector<uint32_t> modelOutputs; in createModel() local
223 operand->ioIndex = modelOutputs.size(); in createModel()
224 modelOutputs.push_back(operand->opIndex); in createModel()
247 model->identifyInputsAndOutputs(modelInputs, modelOutputs); in createModel()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp723 std::vector<uint32_t> modelOutputs; in TEST_P() local
1017 modelOutputs.push_back(operandIndex); in TEST_P()
1033 modelOutputs.push_back(deadOperandIndex); in TEST_P()
1037 if (modelOutputs.empty()) { in TEST_P()
1039 modelOutputs.push_back(outputs[randUInt(outputs.size())]); in TEST_P()
1042 model.identifyInputsAndOutputs(modelInputs, modelOutputs); in TEST_P()
DTestPartitioning.cpp1134 const RemapVectorType& modelOutputs, const RemapVectorType& tempsAsSubModelInputs, in compare() argument
1143 modelOutputs)); in compare()