Expose the new collective reduce and broacast ops as non-public
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 22 May 2018 23:03:16 +0000 (16:03 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 22 May 2018 23:06:07 +0000 (16:06 -0700)
commit86aedb620a3a9de73b4c6e2d24763ff22aa45d03
tree850c3d82ef4b511ff17cf4ba213fdb704ba60cdb
parent7f75fc526898c4c030b5c6f30deb331fcff7b70c
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
tensorflow/core/api_def/base_api/api_def_CollectiveBcastRecv.pbtxt
tensorflow/core/api_def/base_api/api_def_CollectiveBcastSend.pbtxt
tensorflow/core/api_def/base_api/api_def_CollectiveReduce.pbtxt
tensorflow/core/api_def/python_api/api_def_CollectiveBcastRecv.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_CollectiveBcastSend.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_CollectiveReduce.pbtxt [new file with mode: 0644]
tensorflow/python/BUILD
tensorflow/python/ops/collective_ops.py [new file with mode: 0644]
tensorflow/python/ops/collective_ops_test.py [new file with mode: 0644]