Home
last modified time | relevance | path

Searched refs:SVP_NNIE_MAX_INPUT_NUM (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_nnie.h84 #define SVP_NNIE_MAX_INPUT_NUM 16 /* NNIE max input num in each seg */ macro
175 SVP_NNIE_NODE_S astSrcNode[SVP_NNIE_MAX_INPUT_NUM];
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_nnie.h84 #define SVP_NNIE_MAX_INPUT_NUM 16 /* NNIE max input num in each seg */ macro
175 SVP_NNIE_NODE_S astSrcNode[SVP_NNIE_MAX_INPUT_NUM];
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_nnie.h66 SVP_SRC_BLOB_S astSrc[SVP_NNIE_MAX_INPUT_NUM];
72 HI_U32 au32SrcSize[SVP_NNIE_MAX_INPUT_NUM];
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
Dsample_nnie.c318 … SAMPLE_SVP_CHECK_EXPR_RET(pstInputDataIdx->u32NodeIdx >= SVP_NNIE_MAX_INPUT_NUM, HI_INVALID_VALUE, in SAMPLE_SVP_NNIE_FillSrcData()
319 …SAMPLE_SVP_ERR_LEVEL_ERROR, "Error, u32NodeIdx should be less than %u!\n", SVP_NNIE_MAX_INPUT_NUM); in SAMPLE_SVP_NNIE_FillSrcData()