aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-22 16:03:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-22 16:06:07 -0700
commit86aedb620a3a9de73b4c6e2d24763ff22aa45d03 (patch)
tree850c3d82ef4b511ff17cf4ba213fdb704ba60cdb /tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt
parent7f75fc526898c4c030b5c6f30deb331fcff7b70c (diff)
Expose the new collective reduce and broacast ops as non-public
python interface functions. Note that they are not yet fully implemented; this change is to facilitate further development. PiperOrigin-RevId: 197639372
Diffstat (limited to 'tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt')
-rw-r--r--tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt b/tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt
index 10d9771d46..fdd9443ba5 100644
--- a/tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt
+++ b/tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt
@@ -1,5 +1,5 @@
op {
graph_op_name: "CollectiveReduce"
- visibility: SKIP
summary: "Mutually reduces multiple tensors of identical type and shape."
+ visibility: HIDDEN
}