| workspace(name = "org_tensorflow_lite_support") |
| |
| # TFLite Support library splits up its workspace imports to work around the |
| # limitation that only load() statements can appear at the top of a *.bzl file. |
| |
| load("workspace9.bzl", "tflite_support_workspace9") |
| tflite_support_workspace9() |
| |
| load("workspace8.bzl", "tflite_support_workspace8") |
| tflite_support_workspace8() |
| |
| load("workspace7.bzl", "tflite_support_workspace7") |
| tflite_support_workspace7() |
| |
| load("workspace6.bzl", "tflite_support_workspace6") |
| tflite_support_workspace6() |
| |
| load("workspace5.bzl", "tflite_support_workspace5") |
| tflite_support_workspace5() |
| |
| load("workspace4.bzl", "tflite_support_workspace4") |
| tflite_support_workspace4() |
| |
| load("workspace3.bzl", "tflite_support_workspace3") |
| tflite_support_workspace3() |
| |
| load("workspace2.bzl", "tflite_support_workspace2") |
| tflite_support_workspace2() |
| |
| load("workspace1.bzl", "tflite_support_workspace1") |
| tflite_support_workspace1() |
| |
| load("workspace0.bzl", "tflite_support_workspace0") |
| tflite_support_workspace0() |
| |