Class ONNXPlaceholder

java.lang.Object
org.tribuo.util.onnx.ONNXRef<ai.onnx.proto.OnnxMl.ValueInfoProto>
org.tribuo.util.onnx.ONNXPlaceholder

public final class ONNXPlaceholder extends ONNXRef<ai.onnx.proto.OnnxMl.ValueInfoProto>
A subclass of ONNXRef specialized for OnnxMl.ValueInfoProto. It has no specific behavior, for usage see ONNXRef.

N.B. this class should only be instantiated via ONNXContext.

  • Method Details

    • getReference

      public String getReference()
      Description copied from class: ONNXRef
      Gets the output name of this object.
      Specified by:
      getReference in class ONNXRef<ai.onnx.proto.OnnxMl.ValueInfoProto>
      Returns:
      The output name.