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