TF NumPy: point to guide from API documentation.

PiperOrigin-RevId: 325911592
Change-Id: I64f9c34badb5b5484be4527a86df218bf910a79f
This commit is contained in:
A. Unique TensorFlower 2020-08-10 16:25:19 -07:00 committed by TensorFlower Gardener
parent 5db822426c
commit d10c814ce1

View File

@ -24,6 +24,9 @@ NumPy" section.
## Getting Started
Please also see [TensorFlow NumPy Guide](
https://www.tensorflow.org/guide/tf_numpy).
In the code snippets below, we will assume that `tf.experimental.numpy` is
imported as `tnp` and NumPy is imported as `np`