提交 40a490cc 编写于 作者: H Henry Tan 提交者: TensorFlower Gardener

TPU library internal refactor.

PiperOrigin-RevId: 318177458
Change-Id: I849fb7214fac4eebbfec3a929f030a3de3cbc9a5
上级 0cc96ea1
......@@ -157,7 +157,6 @@ TpuCompilationCacheKey CreateCompilationCacheKey(
TpuCompilationCacheKey CreateCompilationCacheKey(
absl::string_view function_name, uint64 function_library_fingerprint,
absl::string_view mlir_module, const OpInputList& guaranteed_constants,
size_t guaranteed_constants_size,
const std::vector<TensorShape>& dynamic_shapes,
const TPUCompileMetadataProto& metadata,
const TpuMeshStateInterface& mesh_state) {
......
# Description: StreamExecutor Interface for TPUs
package(
default_visibility = [
"//learning/brain/tfrc/runtime/tpu_driver:__subpackages__",
"//tensorflow/core/tpu:__subpackages__",
],
default_visibility = ["//tensorflow/core/tpu:__subpackages__"],
licenses = ["notice"], # Apache 2.0
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册