SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-io-onnx
/
onnx
/
TensorShapeProto
/
Dimension
Dimension
data
class
Dimension
(
val
denotation
:
String
=
""
,
val
value
:
TensorShapeProto.Dimension.Value
<
*
>
?
=
null
,
val
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
:
Message
(
source
)
Members
Members & Extensions
Constructors
Dimension
Link copied to clipboard
constructor
(
denotation
:
String
=
""
,
value
:
TensorShapeProto.Dimension.Value
<
*
>
?
=
null
,
unknownFields
:
Map
<
Int
,
UnknownField
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
:
Message.Companion
<
TensorShapeProto.Dimension
>
Value
Link copied to clipboard
sealed
class
Value
<
V
>
:
Message.OneOf
<
V
>
Properties
denotation
Link copied to clipboard
val
denotation
:
String
descriptor
Link copied to clipboard
open
override
val
descriptor
:
MessageDescriptor
<
TensorShapeProto.Dimension
>
dim
Param
Link copied to clipboard
val
dimParam
:
String
?
dim
Value
Link copied to clipboard
val
dimValue
:
Long
?
proto
Size
Link copied to clipboard
open
override
val
protoSize
:
Int
unknown
Fields
Link copied to clipboard
open
override
val
unknownFields
:
Map
<
Int
,
UnknownField
>
value
Link copied to clipboard
val
value
:
TensorShapeProto.Dimension.Value
<
*
>
?
Functions
or
Default
Link copied to clipboard
fun
TensorShapeProto.Dimension
?
.
orDefault
(
)
:
TensorShapeProto.Dimension
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
Message
?
)
:
TensorShapeProto.Dimension