This CL updates the macos_arm64 Tensorflow config setting with the appropriate

flag value.

PiperOrigin-RevId: 360338445
Change-Id: I3c0df6b99497d5360372fc200271edb35f040bca
This commit is contained in:
A. Unique TensorFlower 2021-03-01 20:23:00 -08:00 committed by TensorFlower Gardener
parent f01e77f69c
commit 803f57cafd

View File

@ -229,7 +229,7 @@ config_setting(
name = "macos_arm64",
values = {
"apple_platform_type": "macos",
"cpu": "darwin_arm64",
"cpu": "darwin",
},
visibility = ["//visibility:public"],
)