Success

data class Success(val outputValueName: String, val emittedOperations: List<String> = emptyList()) : ConversionResult(source)

Successful conversion

Parameters

outputValueName

The SSA value name of the result

emittedOperations

List of MLIR operations that were emitted

Constructors

Link copied to clipboard
constructor(outputValueName: String, emittedOperations: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard