Searched refs:testOperation (Results 1 – 1 of 1) sorted by relevance
280 TestOperation testOperation = {.type = static_cast<TestOperationType>(operation.opType)}; in createTestModel() local283 testOperation.inputs.push_back(op->opIndex); in createTestModel()287 testOperation.outputs.push_back(op->opIndex); in createTestModel()289 testModel.main.operations.push_back(std::move(testOperation)); in createTestModel()