From 17cc97ca34de33aadd136ef804a9c4fbeabf73b6 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sat, 27 Jan 2018 19:56:33 +0000 Subject: [PATCH] Hide UniqueWithCounts and UniqueWithCountsV2 in hidden_ops.txt Signed-off-by: Yong Tang --- tensorflow/python/ops/hidden_ops.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/python/ops/hidden_ops.txt b/tensorflow/python/ops/hidden_ops.txt index f6ef6f3..9b8172b 100644 --- a/tensorflow/python/ops/hidden_ops.txt +++ b/tensorflow/python/ops/hidden_ops.txt @@ -32,6 +32,8 @@ TileGrad # Exported through array_grad instead of array_ops. ZerosLike # TODO(josh11b): Use this instead of the Python version. Unique UniqueV2 +UniqueWithCounts +UniqueWithCountsV2 Unpack # candidate_sampling_ops -- 2.7.4