File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616/**
1717 * Defines classes to build, save, load and execute TensorFlow models.
1818 *
19- * <p><b>API Stability</b>: Since version 1.0.0, the TensorFlow Java API is covered by
20- * TensorFlow <a href="https://www.tensorflow.org/guide/versions#api_stability">API stability guarantees</a>.
21- * Please note that as this library is a wrapper for the TensorFlow C API, its stability is
22- * subject to the stability of the underlying upstream TensorFlow project. See the
23- * <a href="https://github.com/tensorflow/java/blob/master/README.md">README.md</a>
24- * for installation instructions.
19+ * <p><b>API Stability</b>: Since version 1.0.0, the TensorFlow Java API is covered by TensorFlow <a
20+ * href="https://www.tensorflow.org/guide/versions#api_stability">API stability guarantees</a>.
21+ * Please note that as this library is a wrapper for the TensorFlow C API, its stability is subject
22+ * to the stability of the underlying upstream TensorFlow project. See the <a
23+ * href="https://github.com/tensorflow/java/blob/master/README.md">README.md</a> for installation
24+ * instructions.
2525 *
2626 * <p>The <a
2727 * href="https://www.tensorflow.org/code/tensorflow/java/src/main/java/org/tensorflow/examples/LabelImage.java">LabelImage</a>
You can’t perform that action at this time.
0 commit comments