Modifier and Type | Class and Description |
---|---|
class |
MapInfo
Describes an
OnnxMap object or output node. |
class |
SequenceInfo
Describes an
OnnxSequence , including it's element type if known. |
class |
TensorInfo
Describes an
OnnxTensor , including it's size, shape and element type. |
Modifier and Type | Method and Description |
---|---|
ValueInfo |
NodeInfo.getInfo()
The type and shape information of this node.
|
ValueInfo |
OnnxValue.getInfo()
Gets the type info object associated with this OnnxValue.
|
Constructor and Description |
---|
NodeInfo(java.lang.String name,
ValueInfo info)
Creates a node info object from the supplied name and value info.
|