Internal Code Change

PiperOrigin-RevId: 571891742
This commit is contained in:
A. Unique TensorFlower
2023-10-09 03:46:19 -07:00
committed by TensorFlower Gardener
parent a859444925
commit 183ea61391

View File

@@ -22,9 +22,7 @@ cc_library(
cc_library(
name = "stable_delegate_registry",
hdrs = ["stable_delegate_registry.h"],
visibility = [
"//tensorflow/lite:__subpackages__",
] + experimental_acceleration_api_allowlist(),
visibility = experimental_acceleration_api_allowlist(),
deps = [
"//tensorflow/lite/core/acceleration/configuration:stable_delegate_registry",
],