Skip to content

Commit 88091ee

Browse files
committed
fix bug
1 parent 9918182 commit 88091ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/xnnpack/third-party/xnnpack_src_defs.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
load(
2-
"//xplat/third-party/XNNPACK/XNNPACK:build_srcs.bzl",
2+
"//backends/xnnpack/third-party/XNNPACK:build_srcs.bzl",
33
_LOGGING_SRCS = "LOGGING_SRCS",
44
_OPERATOR_SRCS = "OPERATOR_SRCS",
55
_SUBGRAPH_SRCS = "SUBGRAPH_SRCS",
66
_TABLE_SRCS = "TABLE_SRCS",
77
_XNNPACK_SRCS = "XNNPACK_SRCS",
88
)
9-
load("//xplat/third-party/XNNPACK/XNNPACK/gen:microkernels.bzl", "prod_srcs_for_arch")
10-
load("//tools/build_defs:glob_defs.bzl", "subdir_glob")
9+
load("//backends/xnnpack/third-party/XNNPACK/gen:microkernels.bzl", "prod_srcs_for_arch")
10+
load("//third-party:glob_defs.bzl", "subdir_glob")
1111

1212
def define_xnnpack_build_src(xnnpack_build_src):
1313
return ["XNNPACK/{}".format(src) for src in xnnpack_build_src]

0 commit comments

Comments
 (0)