SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-compile-hlo
/
sk.ainet.compile.hlo.validation
/
CorrectnessVerificationResult
Correctness
Verification
Result
data
class
CorrectnessVerificationResult
(
val
isCorrect
:
Boolean
,
val
syntaxValid
:
Boolean
,
val
semanticValid
:
Boolean
,
val
roundTripValid
:
Boolean
,
val
errors
:
List
<
String
>
=
emptyList()
,
val
warnings
:
List
<
String
>
=
emptyList()
)
(
source
)
Result of MLIR correctness verification
Members
Constructors
Correctness
Verification
Result
Link copied to clipboard
constructor
(
isCorrect
:
Boolean
,
syntaxValid
:
Boolean
,
semanticValid
:
Boolean
,
roundTripValid
:
Boolean
,
errors
:
List
<
String
>
=
emptyList()
,
warnings
:
List
<
String
>
=
emptyList()
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
String
>
is
Correct
Link copied to clipboard
val
isCorrect
:
Boolean
round
Trip
Valid
Link copied to clipboard
val
roundTripValid
:
Boolean
semantic
Valid
Link copied to clipboard
val
semanticValid
:
Boolean
syntax
Valid
Link copied to clipboard
val
syntaxValid
:
Boolean
warnings
Link copied to clipboard
val
warnings
:
List
<
String
>