From d10c814ce1e58831c8c5a9869555eb326d67fd2f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 10 Aug 2020 16:25:19 -0700 Subject: [PATCH] TF NumPy: point to guide from API documentation. PiperOrigin-RevId: 325911592 Change-Id: I64f9c34badb5b5484be4527a86df218bf910a79f --- tensorflow/python/ops/numpy_ops/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/ops/numpy_ops/__init__.py b/tensorflow/python/ops/numpy_ops/__init__.py index 5cc5cf5ac85..633b74b4a78 100644 --- a/tensorflow/python/ops/numpy_ops/__init__.py +++ b/tensorflow/python/ops/numpy_ops/__init__.py @@ -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`