Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.cpp298 TestOperation testOperation = {.type = static_cast<TestOperationType>(operation.opType)}; in createTestModel() local
301 testOperation.inputs.push_back(op->opIndex); in createTestModel()
305 testOperation.outputs.push_back(op->opIndex); in createTestModel()
307 testModel.main.operations.push_back(std::move(testOperation)); in createTestModel()