-
Notifications
You must be signed in to change notification settings - Fork 128
/
WORKSPACE
35 lines (23 loc) · 1016 Bytes
/
WORKSPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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()