TestScenario

data class TestScenario(val name: String, val graph: ComputeGraph, val expectedOperations: List<String> = emptyList(), val expectedPatterns: List<String> = emptyList())(source)

Represents a test scenario for MLIR validation

Constructors

Link copied to clipboard
constructor(name: String, graph: ComputeGraph, expectedOperations: List<String> = emptyList(), expectedPatterns: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard