Package ai.onnxruntime
Class SequenceInfo
java.lang.Object
ai.onnxruntime.SequenceInfo
- All Implemented Interfaces:
ValueInfo
Describes an
OnnxSequence, including it's element type if known.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe number of elements in this sequence.final MapInfoThe type of the map if it contains a map, null otherwise.final booleanIs this a sequence of maps.final OnnxJavaTypeThe type of the sequence if it does not contain a map,OnnxJavaType.UNKNOWNif it does. -
Method Summary
-
Field Details
-
sequenceOfMaps
public final boolean sequenceOfMapsIs this a sequence of maps. -
sequenceType
The type of the sequence if it does not contain a map,OnnxJavaType.UNKNOWNif it does. -
mapInfo
The type of the map if it contains a map, null otherwise. -
length
public final int lengthThe number of elements in this sequence.
-
-
Method Details