TIM-VX/samples/lenet_multi_device/BUILD

14 lines
224 B
Python
Raw Normal View History

2022-04-06 13:05:38 +08:00
cc_test(
name = "lenet_asymu8_cc",
copts = [
"-Werror", "-std=c++14"
],
srcs = [
"lenet_asymu8.cc",
"lenet_asymu8_weights.h"
],
deps = [
"//:tim-vx_interface"
],
)