Moves KernelAndDevice to common_runtime
authorAlexandre Passos <apassos@google.com>
Wed, 21 Mar 2018 18:12:28 +0000 (11:12 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 21 Mar 2018 18:15:39 +0000 (11:15 -0700)
commit0eaec2864b737b7a278b028a1719d062470f3397
treeababbdff358b5e610398f2f75b3b9d5d7c0d5108
parenta0d3ce1de30735dd8d0ed8f95a6eb4d0c3e7773b
Moves KernelAndDevice to common_runtime

PiperOrigin-RevId: 189936396
tensorflow/BUILD
tensorflow/c/eager/BUILD
tensorflow/c/eager/c_api_internal.h
tensorflow/c/eager/runtime.cc
tensorflow/c/eager/runtime.h
tensorflow/c/eager/runtime_test.cc
tensorflow/core/BUILD
tensorflow/core/common_runtime/eager/BUILD [new file with mode: 0644]
tensorflow/core/common_runtime/eager/kernel_and_device.cc [new file with mode: 0644]
tensorflow/core/common_runtime/eager/kernel_and_device.h [new file with mode: 0644]
tensorflow/core/common_runtime/eager/kernel_and_device_test.cc [new file with mode: 0644]