File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
backends/xnnpack/third-party Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11load (
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
1212def define_xnnpack_build_src (xnnpack_build_src ):
1313 return ["XNNPACK/{}" .format (src ) for src in xnnpack_build_src ]
You can’t perform that action at this time.
0 commit comments