Searched refs:testOperation (Results 1 – 1 of 1) sorted by relevance
298 TestOperation testOperation = {.type = static_cast<TestOperationType>(operation.opType)}; in createTestModel() local301 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()