1 Star 1 Fork 4

wythe_qiu / nniefacelib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.Debug 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Hisilicon Hi35xx sample Makefile
include $(PWD)/../Makefile.param
CFLAGS += -I$(PWD)/vision
CFLAGS += -I$(PWD)/sample_nnie_software
CFLAGS += -O3
#CFLAGS += -DSAMPLE_SVP_NNIE_PERF_STAT
SMP_SRCS := $(wildcard *.c)
SMP_SRCS += $(wildcard ./vision/*.c)
SMP_SRCS += $(wildcard ./sample_nnie_software/*.c)
SMP_SRCS += $(wildcard $(PWD)/../common/*.c)
TARGET := nnie_face_test
TARGET_PATH := $(PWD)
# compile linux or HuaweiLite
include $(PWD)/../../$(ARM_ARCH)_$(OSTYPE).mak
C
1
https://gitee.com/wythe_qiu/nniefacelib.git
git@gitee.com:wythe_qiu/nniefacelib.git
wythe_qiu
nniefacelib
nniefacelib
master

搜索帮助