Set up TFRT OSS dependency in Tensorflow.

PiperOrigin-RevId: 311354250
Change-Id: I79f65da3dbde9ea21d412860fb63b417818268ee
This commit is contained in:
Kuangyuan Chen 2020-05-13 10:20:30 -07:00 committed by TensorFlower Gardener
parent eaacee1738
commit 840e8b64a1
1 changed files with 0 additions and 13 deletions

View File

@ -162,19 +162,6 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
print("path_prefix was specified to tf_workspace but is no longer used " +
"and will be removed in the future.")
TFRT_COMMIT = "26fb26d716545388edb9785f8f4b3e60a4ad5092"
TFRT_SHA256 = "f7419a3eaab8b7137a4de5b428045a731d93da91ef1bce9ba91fab81ed23a676"
TFRT_URLS = [
"http://mirror.tensorflow.org/github.com/tensorflow/runtime/archive/{commit}.zip".format(commit = TFRT_COMMIT),
"https://github.com/tensorflow/runtime/archive/{commit}.zip".format(commit = TFRT_COMMIT),
]
tf_http_archive(
name = "tf_runtime",
sha256 = TFRT_SHA256,
strip_prefix = "runtime-" + TFRT_COMMIT,
urls = TFRT_URLS,
)
tf_http_archive(
name = "XNNPACK",
sha256 = "15a300dec0d483af67310ed2edf76a6eff643e1438d0612ad00a372add472c22",