Deprecate legacy java api.

PiperOrigin-RevId: 340266138
Change-Id: I958798f24fbba3e4334f076be5da76375a569e12
This commit is contained in:
Mark Daoust 2020-11-02 10:32:23 -08:00 committed by TensorFlower Gardener
parent 7055257d30
commit 0f7f395e3a

View File

@ -16,10 +16,14 @@ limitations under the License.
/**
* Defines classes to build, save, load and execute TensorFlow models.
*
* <p><b>WARNING</b>: The API is currently experimental and is not covered by TensorFlow <a
* href="https://www.tensorflow.org/guide/version_compat">API stability guarantees</a>. See <a
* href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/java/README.md">README.md</a>
* for installation instructions.
*<aside class="warning">
* <b>Warning:</b> This API is deprecated and will be removed in a future
* version of TensorFlow after <a href="https://tensorflow.org/java">the replacement</a>
* is stable.
*</aside>
*
* <p>To get started, see the <a href="https://tensorflow.org/install/lang_java_legacy">
* installation instructions.</a></p>
*
* <p>The <a
* href="https://www.tensorflow.org/code/tensorflow/java/src/main/java/org/tensorflow/examples/LabelImage.java">LabelImage</a>