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
文件下载
文件名 操作
onnxruntime-1.17.3.jar 下载
onnxruntime-1.17.3.pom 下载
onnxruntime-1.17.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.onnxruntime</groupId>
  <artifactId>onnxruntime</artifactId>
  <version>1.17.3</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.onnxruntime:onnxruntime:1.17.3'
Gradle Kotlin
implementation("com.microsoft.onnxruntime:onnxruntime:1.17.3")
Scala SBT
libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime" % "1.17.3"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.onnxruntime', module='onnxruntime', version='1.17.3')
)
Apache Ivy
<dependency org="com.microsoft.onnxruntime" name="onnxruntime" rev="1.17.3" />
Leiningen
[com.microsoft.onnxruntime/onnxruntime "1.17.3"]
Apache Buildr
'com.microsoft.onnxruntime:onnxruntime:jar:1.17.3'
本项目依赖
该项目无第三方依赖