This CL updates the macos_arm64 Tensorflow config setting with the appropriate

flag value.

PiperOrigin-RevId: 360430849
Change-Id: I4dd79ca428566bf5bec43709ac600a8127d289d9
This commit is contained in:
Mihai Maruseac 2021-03-02 08:12:56 -08:00 committed by TensorFlower Gardener
parent 29ba662acd
commit df026d24da

View File

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