mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Open source build support for TensorFlow Lite Toco.
- Handle proto incompatibilities - Mixed bazel compatibility fixes. - Add link to absl libraries PiperOrigin-RevId: 174103981
This commit is contained in:
parent
d6a9cd40c1
commit
ef7052fbd9
|
|
@ -288,6 +288,14 @@ config_setting(
|
|||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
# Make a dummy rule that we can chaqnge "default" in select statements to.
|
||||
# to disable dependencies in copybara.
|
||||
config_setting(
|
||||
name = "dummy_disabled_internal",
|
||||
values = {"define": "with_dummy_disabled_internal=true"},
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
package_group(
|
||||
name = "internal",
|
||||
packages = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user