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
/
OnnxValueInfoView
Onnx
Value
Info
View
data
class
OnnxValueInfoView
(
val
name
:
String
,
val
shape
:
List
<
Int
>
?
,
val
dtype
:
String
?
)
(
source
)
Members
Constructors
Onnx
Value
Info
View
Link copied to clipboard
constructor
(
name
:
String
,
shape
:
List
<
Int
>
?
,
dtype
:
String
?
)
Properties
dtype
Link copied to clipboard
val
dtype
:
String
?
name
Link copied to clipboard
val
name
:
String
shape
Link copied to clipboard
val
shape
:
List
<
Int
>
?