Move the guts of TFE_Op into EagerOperation
authorAkshay Modi <nareshmodi@google.com>
Fri, 20 Apr 2018 18:34:55 +0000 (11:34 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 20 Apr 2018 18:37:39 +0000 (11:37 -0700)
commit76ea66f24d4370e6e7848b83fc0b571ba7edfa2d
treedb34453119f995aceed382d7779791e55874f3b0
parent712bbc5d7babd523951445f361f0e339061cd259
Move the guts of TFE_Op into EagerOperation

PiperOrigin-RevId: 193698320
tensorflow/c/eager/BUILD
tensorflow/c/eager/c_api.cc
tensorflow/c/eager/c_api_internal.h
tensorflow/core/common_runtime/eager/BUILD
tensorflow/core/common_runtime/eager/eager_operation.cc [new file with mode: 0644]
tensorflow/core/common_runtime/eager/eager_operation.h [new file with mode: 0644]