Package ai.onnxruntime
Class NodeInfo
java.lang.Object
ai.onnxruntime.NodeInfo
The info for an input or output node from an ONNX model.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeInfo
Creates a node info object from the supplied name and value info.Called from native code.
- Parameters:
name- The name of the node.info- The ValueInfo for this node.
-
-
Method Details
-
getName
The name of the node.- Returns:
- The name.
-
getInfo
The type and shape information of this node.WARNING:
MapInfoandSequenceInfoinstances returned by this type will have insufficient information in them as it's not available from the model without an example output.- Returns:
- The information of the value.
-
toString
-