Make op_resolver public.
PiperOrigin-RevId: 337232229 Change-Id: I5731349bd8442bea845f8445983e93be8c5659f7
This commit is contained in:
parent
cd14fbf0cd
commit
938de3ca21
@ -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",
|
||||
|
@ -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 = [],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user