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
/
ParsedOperation
Parsed
Operation
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
Members
Constructors
Parsed
Operation
Link copied to clipboard
constructor
(
resultName
:
String
?
,
operationType
:
String
,
operands
:
List
<
String
>
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
,
resultType
:
String
?
=
null
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
operands
Link copied to clipboard
val
operands
:
List
<
String
>
operation
Type
Link copied to clipboard
val
operationType
:
String
result
Name
Link copied to clipboard
val
resultName
:
String
?
result
Type
Link copied to clipboard
val
resultType
:
String
?
Functions
to
Mlir
String
Link copied to clipboard
fun
toMlirString
(
)
:
String