From 7b0071d95406f500f81393b0486909dd847dd584 Mon Sep 17 00:00:00 2001 From: Taehee Jeong Date: Mon, 8 Jun 2020 21:40:20 -0700 Subject: [PATCH] Add build-related tags to TensorFlowLite and TensorFlowLiteAllDelegates PiperOrigin-RevId: 315416013 Change-Id: Iadec680f8c999cd9c32d7945e0da66675da4191b --- tensorflow/lite/experimental/swift/BUILD.apple | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/lite/experimental/swift/BUILD.apple b/tensorflow/lite/experimental/swift/BUILD.apple index 9ea45854fed..d16e5b1030b 100644 --- a/tensorflow/lite/experimental/swift/BUILD.apple +++ b/tensorflow/lite/experimental/swift/BUILD.apple @@ -56,7 +56,7 @@ swift_library( "//conditions:default": [], }), module_name = "TensorFlowLite", - tags = TFL_DEFAULT_TAGS, + tags = TFL_DEFAULT_TAGS + ["nobuilder"], visibility = ios_visibility_whitelist(), deps = [ "//tensorflow/lite/experimental/ios:tensorflow_lite_c", @@ -82,7 +82,7 @@ swift_library( "-Wl,-weak_framework,Metal", ], module_name = "TensorFlowLite", - tags = TFL_DEFAULT_TAGS, + tags = TFL_DEFAULT_TAGS + ["builder_default_ios_arm64"], deps = [ "//tensorflow/lite/delegates/gpu:metal_delegate", "//tensorflow/lite/experimental/delegates/coreml:coreml_delegate",