Package org.tribuo.util.onnx
Class ONNXNode
java.lang.Object
org.tribuo.util.onnx.ONNXRef<ai.onnx.proto.OnnxMl.NodeProto>
org.tribuo.util.onnx.ONNXNode
A subclass of
ONNXRef
specialized for OnnxMl.NodeProto
. It has no
specific behavior, for usage see ONNXRef
.
N.B. this class should only be instantiated via ONNXContext
or methods on ONNXRef
.
-
Method Details
-
getReference
Description copied from class:ONNXRef
Gets the output name of this object.- Specified by:
getReference
in classONNXRef<ai.onnx.proto.OnnxMl.NodeProto>
- Returns:
- The output name.
-