aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/public
diff options
context:
space:
mode:
authorGravatar Dhananjay Nakrani <dhananjayn@google.com>2017-10-31 12:08:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-31 12:11:33 -0700
commitc911d0f169a8f536ca22feb1f1ca67ce2b43888b (patch)
treee1201812ebfacd4b2d651fef36bfd18cb9d95599 /tensorflow/core/public
parentb5d5326c6228e449c53c4ea02fa9225f4eec5ee7 (diff)
Switch over python calls to RandomPoissonV2.
Part 2 of Support int32/64 in tf.random_poisson(). PiperOrigin-RevId: 174071745
Diffstat (limited to 'tensorflow/core/public')
-rw-r--r--tensorflow/core/public/version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h
index 5d2298f7b7..bd590be460 100644
--- a/tensorflow/core/public/version.h
+++ b/tensorflow/core/public/version.h
@@ -90,6 +90,7 @@ limitations under the License.
// 23. Remove NonMaxSuppression in favor of NonMaxSuppressionV2.
// 24. Deprecate lookup ops (v1) ops in favor of v2 (30may2017)
// 25. Deprecate stack (v1) ops in favor of v2 (2017/6/15).
+// 25. Deprecate RandomPoisson (v1) ops in favor of v2 (2017/10/25).
#define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0
#define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0