SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-io-onnx
/
sk.ainet.io.onnx
/
OnnxNodeView
Onnx
Node
View
data
class
OnnxNodeView
(
val
name
:
String
,
val
opType
:
String
,
val
inputs
:
List
<
String
>
,
val
outputs
:
List
<
String
>
,
val
attributes
:
Map
<
String
,
OnnxAttributeValue
>
)
(
source
)
Members
Constructors
Onnx
Node
View
Link copied to clipboard
constructor
(
name
:
String
,
opType
:
String
,
inputs
:
List
<
String
>
,
outputs
:
List
<
String
>
,
attributes
:
Map
<
String
,
OnnxAttributeValue
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
OnnxAttributeValue
>
inputs
Link copied to clipboard
val
inputs
:
List
<
String
>
name
Link copied to clipboard
val
name
:
String
op
Type
Link copied to clipboard
val
opType
:
String
outputs
Link copied to clipboard
val
outputs
:
List
<
String
>