Make op_resolver public.

PiperOrigin-RevId: 337232229
Change-Id: I5731349bd8442bea845f8445983e93be8c5659f7
This commit is contained in:
Xunkai Zhang 2020-10-14 21:03:44 -07:00 committed by TensorFlower Gardener
parent cd14fbf0cd
commit 938de3ca21
2 changed files with 6 additions and 12 deletions

View File

@ -309,8 +309,7 @@ cc_library(
compatible_with = get_compatible_with_portable(),
copts = tflite_copts() + TFLITE_DEFAULT_COPTS,
visibility = [
"//tensorflow/lite:__subpackages__",
"//tensorflow_lite_support:__subpackages__",
"//visibility:public",
],
deps = [
"//tensorflow/lite:stderr_reporter",
@ -325,8 +324,7 @@ cc_library(
compatible_with = get_compatible_with_portable(),
copts = tflite_copts() + TFLITE_DEFAULT_COPTS,
visibility = [
"//tensorflow/lite:__subpackages__",
"//tensorflow_lite_support:__subpackages__",
"//visibility:public",
],
deps = [
":minimal_logging",
@ -341,8 +339,7 @@ cc_library(
compatible_with = get_compatible_with_portable(),
copts = tflite_copts() + TFLITE_DEFAULT_COPTS,
visibility = [
"//tensorflow/lite:__subpackages__",
"//tensorflow_lite_support:__subpackages__",
"//visibility:public",
],
deps = [
"//tensorflow/lite:mutable_op_resolver",
@ -357,8 +354,7 @@ cc_library(
compatible_with = get_compatible_with_portable(),
copts = tflite_copts() + TFLITE_DEFAULT_COPTS,
visibility = [
"//tensorflow/lite:__subpackages__",
"//tensorflow_lite_support:__subpackages__",
"//visibility:public",
],
deps = [
":util",

View File

@ -49,8 +49,7 @@ cc_library(
compatible_with = get_compatible_with_portable(),
copts = tflite_copts() + micro_copts(),
visibility = [
"//tensorflow/lite:__subpackages__",
"//tensorflow_lite_support:__subpackages__",
"//visibility:public",
],
deps = [
":error_reporter",
@ -68,8 +67,7 @@ cc_library(
compatible_with = get_compatible_with_portable(),
copts = tflite_copts() + micro_copts(),
visibility = [
"//tensorflow/lite:__subpackages__",
"//tensorflow_lite_support:__subpackages__",
"//visibility:public",
],
deps = [],
)