Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720935918
  • Loading branch information
tensorflower-gardener committed Jan 29, 2025
1 parent 7ab967c commit 5764746
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tensorflow/lite/delegates/coreml/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ objc_library(
name = "coreml_executor",
srcs = ["coreml_executor.mm"],
hdrs = ["coreml_executor.h"],
copts = ["-std=c++17"],
sdk_frameworks = [
"CoreML",
"Foundation",
Expand All @@ -47,7 +46,6 @@ objc_library(
name = "coreml_delegate",
srcs = ["coreml_delegate.mm"],
hdrs = ["coreml_delegate.h"],
copts = ["-std=c++17"],
defines = select({
"//tensorflow/lite/delegates:tflite_debug_delegate": ["TFLITE_DEBUG_DELEGATE"],
"//conditions:default": [],
Expand Down Expand Up @@ -76,7 +74,6 @@ objc_library(
hdrs = [
"coreml_delegate_kernel.h",
],
copts = ["-std=c++17"],
deps = [
":coreml_executor",
":mlmodel_proto_cc",
Expand Down
2 changes: 0 additions & 2 deletions tensorflow/lite/delegates/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ objc_library(
name = "metal_delegate",
srcs = ["metal_delegate.mm"],
hdrs = ["metal_delegate.h"],
copts = ["-std=c++17"],
module_name = "TensorFlowLiteCMetal",
sdk_frameworks = ["Metal"],
deps = [
Expand Down Expand Up @@ -161,7 +160,6 @@ objc_library(
objc_library(
name = "metal_delegate_internal",
hdrs = ["metal_delegate_internal.h"],
copts = ["-std=c++17"],
sdk_frameworks = ["Metal"],
deps = ["//tensorflow/lite/delegates/gpu:metal_delegate"],
)
Expand Down
1 change: 0 additions & 1 deletion tensorflow/lite/delegates/gpu/metal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package(

DEFAULT_COPTS = [
"-Wno-shorten-64-to-32",
"-std=c++17",
]

objc_library(
Expand Down

0 comments on commit 5764746

Please sign in to comment.