Compatibility compile fix
PiperOrigin-RevId: 258380926
This commit is contained in:
parent
307abb30de
commit
d2233029df
tensorflow/lite
@ -1,3 +1,5 @@
|
|||||||
|
load("//tensorflow/lite:special_rules.bzl", "tflite_extra_gles_deps")
|
||||||
|
|
||||||
package(
|
package(
|
||||||
default_visibility = ["//visibility:public"],
|
default_visibility = ["//visibility:public"],
|
||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
@ -56,7 +58,7 @@ cc_library(
|
|||||||
"//tensorflow/lite/schema:schema_fbs",
|
"//tensorflow/lite/schema:schema_fbs",
|
||||||
],
|
],
|
||||||
":tflite_gpu_binary_release": [],
|
":tflite_gpu_binary_release": [],
|
||||||
}),
|
}) + tflite_extra_gles_deps(),
|
||||||
)
|
)
|
||||||
|
|
||||||
objc_library(
|
objc_library(
|
||||||
|
@ -8,3 +8,7 @@ def tflite_portable_test_suite(**kwargs):
|
|||||||
def ios_visibility_whitelist():
|
def ios_visibility_whitelist():
|
||||||
"""This is a no-op outside of Google."""
|
"""This is a no-op outside of Google."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def tflite_extra_gles_deps():
|
||||||
|
"""This is a no-op outside of Google."""
|
||||||
|
return []
|
||||||
|
Loading…
Reference in New Issue
Block a user