ParsedOperation

data class ParsedOperation(val resultName: String?, val operationType: String, val operands: List<String>, val attributes: Map<String, String> = emptyMap(), val resultType: String? = null)(source)

Represents a parsed MLIR operation

Constructors

Link copied to clipboard
constructor(resultName: String?, operationType: String, operands: List<String>, attributes: Map<String, String> = emptyMap(), resultType: String? = null)

Properties

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

Functions

Link copied to clipboard