[Java]: Add link to samples in the tensorflow/models repository.
authorAsim Shankar <ashankar@google.com>
Mon, 12 Feb 2018 20:09:26 +0000 (12:09 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 12 Feb 2018 20:13:41 +0000 (12:13 -0800)
PiperOrigin-RevId: 185414475

tensorflow/java/src/main/java/org/tensorflow/package-info.java

index dd4859e..521c5c6 100644 (file)
@@ -35,5 +35,9 @@ limitations under the License.
  *   <li>Graph execution: Using a Session to execute the graphs and find the best label for an
  *       image.
  * </ul>
+ *
+ * <p>Additional examples can be found in the <a
+ * href="https://github.com/tensorflow/models/tree/master/samples/languages/java">tensorflow/models</a>
+ * GitHub repository.
  */
 package org.tensorflow;