convert mat.h to a c++ header file (#2499)

old-commit-hash: 519c043a63c9286f55b5a4325604489da087957a
This commit is contained in:
Dean Lee
2020-11-09 17:19:09 +08:00
committed by GitHub
parent a600b9c0e2
commit 13a25b9e27
6 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ libs = [cereal, messaging, common, 'OpenCL', 'SNPE', 'symphony-cpu', 'capnp', 'z
TEST_THNEED = False
common_src = [
"models/commonmodel.c",
"models/commonmodel.cc",
"runners/snpemodel.cc",
"transforms/loadyuv.c",
"transforms/transform.c"
"transforms/transform.cc"
]
if arch == "aarch64":