License |
License |
---|---|
Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning DJL Native Development Tools |
GroupId | GroupIdai.djl.tensorflow |
ArtifactId | ArtifactIdtensorflow-native-cu113 |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL release for TensorFlow native binaries
Deep Java Library (DJL) provided TensorFlow native library binary distribution
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ai.djl.tensorflow/tensorflow-native-cu113/ -->
<dependency>
<groupId>ai.djl.tensorflow</groupId>
<artifactId>tensorflow-native-cu113</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.tensorflow/tensorflow-native-cu113/
implementation 'ai.djl.tensorflow:tensorflow-native-cu113:2.7.0'
// https://jarcasting.com/artifacts/ai.djl.tensorflow/tensorflow-native-cu113/
implementation ("ai.djl.tensorflow:tensorflow-native-cu113:2.7.0")
'ai.djl.tensorflow:tensorflow-native-cu113:jar:2.7.0'
<dependency org="ai.djl.tensorflow" name="tensorflow-native-cu113" rev="2.7.0">
<artifact name="tensorflow-native-cu113" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.tensorflow', module='tensorflow-native-cu113', version='2.7.0')
)
libraryDependencies += "ai.djl.tensorflow" % "tensorflow-native-cu113" % "2.7.0"
[ai.djl.tensorflow/tensorflow-native-cu113 "2.7.0"]