Moving generated API to tensorflow/.
authorAnna R <annarev@google.com>
Thu, 31 May 2018 20:11:43 +0000 (13:11 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 20:15:21 +0000 (13:15 -0700)
commit106191ccf06b49f7802736a63932a613546b56c5
tree126938105e69b86f24527eeb080938da71f315c7
parenteebbcaf554fb89059054936491763fde9cf9513d
Moving generated API to tensorflow/.

PiperOrigin-RevId: 198767512
18 files changed:
tensorflow/BUILD
tensorflow/__init__.py
tensorflow/api_template.__init__.py [new file with mode: 0644]
tensorflow/contrib/cmake/tf_python.cmake
tensorflow/contrib/cmake/tf_tests.cmake
tensorflow/python/BUILD
tensorflow/python/kernel_tests/BUILD
tensorflow/python/kernel_tests/ackermann_op.cc [moved from tensorflow/user_ops/ackermann_op.cc with 100% similarity]
tensorflow/python/kernel_tests/ackermann_test.py [moved from tensorflow/user_ops/ackermann_test.py with 76% similarity]
tensorflow/python/kernel_tests/duplicate_op.cc [moved from tensorflow/user_ops/duplicate_op.cc with 100% similarity]
tensorflow/python/kernel_tests/duplicate_op_test.py [moved from tensorflow/user_ops/duplicate_op_test.py with 69% similarity]
tensorflow/python/kernel_tests/invalid_op.cc [moved from tensorflow/user_ops/invalid_op.cc with 100% similarity]
tensorflow/python/kernel_tests/invalid_op_test.py [moved from tensorflow/user_ops/invalid_op_test.py with 67% similarity]
tensorflow/python/util/stat_summarizer.i
tensorflow/tools/api/generator/BUILD
tensorflow/tools/api/generator/api_gen.bzl [new file with mode: 0644]
tensorflow/tools/api/generator/create_python_api.py
tensorflow/user_ops/BUILD [deleted file]