Convert TpuCompilationCacheLookup
into a template class.
PiperOrigin-RevId: 319140193 Change-Id: I9a2371da61593903277c7829ab9baf86dc74950d
This commit is contained in:
parent
5c9816cf6e
commit
3d5aaf94f9
@ -201,7 +201,6 @@ cc_library(
|
|||||||
"tpu_compilation_cache_lookup.h",
|
"tpu_compilation_cache_lookup.h",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":tpu_compilation_cache_entry",
|
|
||||||
":tpu_compilation_cache_interface",
|
":tpu_compilation_cache_interface",
|
||||||
":tpu_compilation_cache_proto_cc",
|
":tpu_compilation_cache_proto_cc",
|
||||||
"//tensorflow/core/lib/core:refcount",
|
"//tensorflow/core/lib/core:refcount",
|
||||||
|
@ -18,7 +18,6 @@ limitations under the License.
|
|||||||
#include "tensorflow/core/lib/core/refcount.h"
|
#include "tensorflow/core/lib/core/refcount.h"
|
||||||
#include "tensorflow/core/platform/status.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.pb.h"
|
||||||
#include "tensorflow/core/tpu/kernels/tpu_compilation_cache_entry.h"
|
|
||||||
#include "tensorflow/core/tpu/kernels/tpu_compilation_cache_interface.h"
|
#include "tensorflow/core/tpu/kernels/tpu_compilation_cache_interface.h"
|
||||||
|
|
||||||
namespace tensorflow {
|
namespace tensorflow {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user