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
|
||||
3
BUILD
3
BUILD
|
|
@ -24,6 +24,7 @@ cc_library(
|
|||
includes = [
|
||||
"include",
|
||||
"src/tim/vx",
|
||||
"src/tim/transform",
|
||||
],
|
||||
hdrs = [
|
||||
"include/tim/vx/context.h",
|
||||
|
|
@ -31,7 +32,7 @@ cc_library(
|
|||
"include/tim/vx/operation.h",
|
||||
"include/tim/vx/tensor.h",
|
||||
"include/tim/vx/types.h",
|
||||
"include/tim/transform/layout_inference.h"
|
||||
"include/tim/transform/layout_inference.h",
|
||||
] + glob([
|
||||
"include/tim/vx/ops/*.h"
|
||||
]),
|
||||
|
|
|
|||
Loading…
Reference in New Issue