Move inplace update operators.
authorPatrick Nguyen <drpng@google.com>
Fri, 6 Apr 2018 23:33:11 +0000 (16:33 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 6 Apr 2018 23:35:38 +0000 (16:35 -0700)
commit0cc22638cf96c16933632de61ee8d454693f9ebd
tree54ada2cbf8caa0f1e507021c075d2ed014342c22
parentb79b11519abdda73e4ba9d9ddf690d7918fcca9d
Move inplace update operators.

The ops are not part of the public API.

PiperOrigin-RevId: 191957660
18 files changed:
tensorflow/core/api_def/base_api/api_def_DeepCopy.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_Empty.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_InplaceAdd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_InplaceSub.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/base_api/api_def_InplaceUpdate.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_DeepCopy.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_Empty.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_InplaceAdd.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_InplaceSub.pbtxt [new file with mode: 0644]
tensorflow/core/api_def/python_api/api_def_InplaceUpdate.pbtxt [new file with mode: 0644]
tensorflow/core/kernels/inplace_ops.cc
tensorflow/core/kernels/inplace_ops_functor.h
tensorflow/core/kernels/inplace_ops_functor_gpu.cu.cc
tensorflow/core/ops/array_ops.cc
tensorflow/python/BUILD
tensorflow/python/kernel_tests/BUILD
tensorflow/python/kernel_tests/inplace_ops_test.py [new file with mode: 0644]
tensorflow/python/ops/inplace_ops.py [new file with mode: 0644]