Fix bazel BUILD
Signed-off-by: Kainan Cha <kainan.zha@verisilicon.com>
This commit is contained in:
parent
99db6ab69d
commit
e111c35d9f
|
|
@ -0,0 +1 @@
|
||||||
|
3.1.0
|
||||||
7
BUILD
7
BUILD
|
|
@ -8,10 +8,10 @@ cc_library(
|
||||||
includes = [
|
includes = [
|
||||||
"include"
|
"include"
|
||||||
],
|
],
|
||||||
hdrs =
|
hdrs =
|
||||||
glob(["include/tim/utils/nbg_parser/*.h"])
|
glob(["include/tim/utils/nbg_parser/*.h"])
|
||||||
,
|
,
|
||||||
srcs =
|
srcs =
|
||||||
glob(["src/tim/utils/nbg_parser/*.c"])
|
glob(["src/tim/utils/nbg_parser/*.c"])
|
||||||
,
|
,
|
||||||
linkstatic = True,
|
linkstatic = True,
|
||||||
|
|
@ -24,6 +24,7 @@ cc_library(
|
||||||
includes = [
|
includes = [
|
||||||
"include",
|
"include",
|
||||||
"src/tim/vx",
|
"src/tim/vx",
|
||||||
|
"src/tim/transform",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = [
|
||||||
"include/tim/vx/context.h",
|
"include/tim/vx/context.h",
|
||||||
|
|
@ -31,7 +32,7 @@ cc_library(
|
||||||
"include/tim/vx/operation.h",
|
"include/tim/vx/operation.h",
|
||||||
"include/tim/vx/tensor.h",
|
"include/tim/vx/tensor.h",
|
||||||
"include/tim/vx/types.h",
|
"include/tim/vx/types.h",
|
||||||
"include/tim/transform/layout_inference.h"
|
"include/tim/transform/layout_inference.h",
|
||||||
] + glob([
|
] + glob([
|
||||||
"include/tim/vx/ops/*.h"
|
"include/tim/vx/ops/*.h"
|
||||||
]),
|
]),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue