Move accumulate_n_v2 to core.
authorAlexandre Passos <apassos@google.com>
Mon, 26 Feb 2018 18:24:56 +0000 (10:24 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 26 Feb 2018 18:32:43 +0000 (10:32 -0800)
commit3ce1adbdf7b1f9a4a53d5438985d12b6526dbd14
treea32fc188bb517830f303ca8d80af4a687ab506f2
parentc6807e0c7c998f0e38e6930fca4a8cf667f791c6
Move accumulate_n_v2 to core.

PiperOrigin-RevId: 187042001
tensorflow/contrib/framework/BUILD
tensorflow/contrib/framework/python/ops/accumulate_n_v2.py [deleted file]
tensorflow/contrib/framework/python/ops/accumulate_n_v2_eager_test.py [deleted file]
tensorflow/contrib/framework/python/ops/accumulate_n_v2_test.py [deleted file]
tensorflow/python/kernel_tests/BUILD
tensorflow/python/kernel_tests/accumulate_n_eager_test.py [new file with mode: 0644]
tensorflow/python/kernel_tests/accumulate_n_test.py [new file with mode: 0644]
tensorflow/python/ops/math_ops.py