Package ai.onnxruntime
Interface ValueInfo
-
- All Known Implementing Classes:
MapInfo
,SequenceInfo
,TensorInfo
public interface ValueInfo
Interface for info objects describing anOnnxValue
.Will be sealed to
MapInfo
,TensorInfo
andSequenceInfo
when Java supports sealed interfaces.