Move runtime.{h,cc,_test.cc} into core/common_runtime/eager as attr_builder
authorAkshay Modi <nareshmodi@google.com>
Thu, 17 May 2018 22:28:09 +0000 (15:28 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 22:30:39 +0000 (15:30 -0700)
commitc1ea01275b93e2d1f96ad1bdacc6aacf6fe231d7
tree85485b194879b7fcd8c1300331529a1fa0a9b3f4
parent3ede0fdaf69005b79f1783d236a1a4bf904978ba
Move runtime.{h,cc,_test.cc} into core/common_runtime/eager as attr_builder

I'm not familiar with how the CMake build is set up but from the description
of the problem the dependency graph is coarser than Bazel's, so I think this
should fix #18925.

PiperOrigin-RevId: 197061764
tensorflow/c/eager/BUILD
tensorflow/c/eager/c_api.cc
tensorflow/c/eager/c_api_internal.h
tensorflow/contrib/cmake/tf_c.cmake
tensorflow/core/common_runtime/eager/BUILD
tensorflow/core/common_runtime/eager/attr_builder.cc [moved from tensorflow/c/eager/runtime.cc with 99% similarity]
tensorflow/core/common_runtime/eager/attr_builder.h [moved from tensorflow/c/eager/runtime.h with 100% similarity]
tensorflow/core/common_runtime/eager/attr_builder_test.cc [moved from tensorflow/c/eager/runtime_test.cc with 97% similarity]
tensorflow/core/common_runtime/eager/eager_operation.h
tensorflow/core/common_runtime/eager/kernel_and_device_test.cc