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

ai.onnxruntime.ValueInfo Maven / Gradle / Ivy

/*
 * 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