Convert TpuCompilationCacheLookup into a template class.

PiperOrigin-RevId: 319140193
Change-Id: I9a2371da61593903277c7829ab9baf86dc74950d
This commit is contained in:
Henry Tan 2020-06-30 18:32:55 -07:00 committed by TensorFlower Gardener
parent 5c9816cf6e
commit 3d5aaf94f9
2 changed files with 0 additions and 2 deletions

View File

@ -201,7 +201,6 @@ cc_library(
"tpu_compilation_cache_lookup.h",
],
deps = [
":tpu_compilation_cache_entry",
":tpu_compilation_cache_interface",
":tpu_compilation_cache_proto_cc",
"//tensorflow/core/lib/core:refcount",

View File

@ -18,7 +18,6 @@ limitations under the License.
#include "tensorflow/core/lib/core/refcount.h"
#include "tensorflow/core/platform/status.h"
#include "tensorflow/core/tpu/kernels/tpu_compilation_cache.pb.h"
#include "tensorflow/core/tpu/kernels/tpu_compilation_cache_entry.h"
#include "tensorflow/core/tpu/kernels/tpu_compilation_cache_interface.h"
namespace tensorflow {