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