public class SequenceInfo extends java.lang.Object implements ValueInfo
OnnxSequence
, including it's element type if known.Modifier and Type | Field and Description |
---|---|
int |
length
The number of elements in this sequence.
|
MapInfo |
mapInfo
The type of the map if it contains a map, null otherwise.
|
boolean |
sequenceOfMaps
Is this a sequence of maps.
|
OnnxJavaType |
sequenceType
The type of the sequence if it does not contain a map,
OnnxJavaType.UNKNOWN if it does. |
Modifier and Type | Method and Description |
---|---|
boolean |
isSequenceOfMaps()
Is this a sequence of maps?
|
java.lang.String |
toString() |
public final boolean sequenceOfMaps
public final OnnxJavaType sequenceType
OnnxJavaType.UNKNOWN
if it does.public final MapInfo mapInfo
public final int length