All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.onnxruntime.ValueInfo Maven / Gradle / Ivy

Go to download

ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models.

There is a newer version: 1.20.0
Show newest version
/*
 * 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