o

onnxruntime

ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models.
https://microsoft.github.io/onnxruntime/
MIT License
Microsoft
ONNX Runtime
Files download
File Operation
onnxruntime-1.15.0.jar download
onnxruntime-1.15.0.pom download
onnxruntime-1.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.onnxruntime</groupId>
  <artifactId>onnxruntime</artifactId>
  <version>1.15.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.onnxruntime:onnxruntime:1.15.0'
Gradle Kotlin
implementation("com.microsoft.onnxruntime:onnxruntime:1.15.0")
Scala SBT
libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime" % "1.15.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.onnxruntime', module='onnxruntime', version='1.15.0')
)
Apache Ivy
<dependency org="com.microsoft.onnxruntime" name="onnxruntime" rev="1.15.0" />
Leiningen
[com.microsoft.onnxruntime/onnxruntime "1.15.0"]
Apache Buildr
'com.microsoft.onnxruntime:onnxruntime:jar:1.15.0'
Dependencies
The project has no third-party dependencies