![JAR search and dependency download from the Maven repository](/logo.png)
ai.onnxruntime.ValueInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of onnxruntime Show documentation
Show all versions of onnxruntime Show documentation
ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models.
/*
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Licensed under the MIT License.
*/
package ai.onnxruntime;
/**
* Interface for info objects describing an {@link OnnxValue}.
*
* Will be sealed to {@link MapInfo}, {@link TensorInfo} and {@link SequenceInfo} when Java
* supports sealed interfaces.
*/
public interface ValueInfo {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy