Home
last modified time | relevance | path

Searched refs:SVP_NNIE_MAX_NET_SEG_NUM (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_nnie.h80 HI_U32 au32TaskBufSize[SVP_NNIE_MAX_NET_SEG_NUM];
84 …SAMPLE_SVP_NNIE_SEG_DATA_S astSegData[SVP_NNIE_MAX_NET_SEG_NUM]; // each seg's input and output bl…
85 SVP_NNIE_FORWARD_CTRL_S astForwardCtrl[SVP_NNIE_MAX_NET_SEG_NUM];
86 SVP_NNIE_FORWARD_WITHBBOX_CTRL_S astForwardWithBboxCtrl[SVP_NNIE_MAX_NET_SEG_NUM];
113 HI_U64 au64StepVirAddr[SAMPLE_SVP_NNIE_EACH_SEG_STEP_ADDR_NUM * SVP_NNIE_MAX_NET_SEG_NUM];
114 SVP_NNIE_ID_E aenNnieCoreId[SVP_NNIE_MAX_NET_SEG_NUM];
Dsample_comm_nnie.c253 SAMPLE_SVP_NNIE_BLOB_SIZE_S astBlobSize[SVP_NNIE_MAX_NET_SEG_NUM] = {0}; in SAMPLE_SVP_NNIE_ParamInit()
262 astBlobSize, &u32TotalSize, SVP_NNIE_MAX_NET_SEG_NUM); in SAMPLE_SVP_NNIE_ParamInit()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_nnie.h83 #define SVP_NNIE_MAX_NET_SEG_NUM 8 /* NNIE max segment num that the net being cut into */ macro
186 SVP_NNIE_SEG_S astSeg[SVP_NNIE_MAX_NET_SEG_NUM];
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_nnie.h83 #define SVP_NNIE_MAX_NET_SEG_NUM 8 /* NNIE max segment num that the net being cut into */ macro
186 SVP_NNIE_SEG_S astSeg[SVP_NNIE_MAX_NET_SEG_NUM];
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
Dsample_nnie.c98 pstNnieParam->pstModel->u32NetSegNum > SVP_NNIE_MAX_NET_SEG_NUM, in SAMPLE_SVP_NNIE_Forward()
103 pstNnieParam->pstModel->u32NetSegNum, SVP_NNIE_MAX_NET_SEG_NUM); in SAMPLE_SVP_NNIE_Forward()
204 pstNnieParam->pstModel->u32NetSegNum > SVP_NNIE_MAX_NET_SEG_NUM, in SAMPLE_SVP_NNIE_ForwardWithBbox()
209 pstNnieParam->pstModel->u32NetSegNum, SVP_NNIE_MAX_NET_SEG_NUM); in SAMPLE_SVP_NNIE_ForwardWithBbox()
316 …SAMPLE_SVP_CHECK_EXPR_RET(pstInputDataIdx->u32SegIdx >= SVP_NNIE_MAX_NET_SEG_NUM, HI_INVALID_VALUE, in SAMPLE_SVP_NNIE_FillSrcData()
317 …AMPLE_SVP_ERR_LEVEL_ERROR, "Error, u32SegIdx should be less than %u!\n", SVP_NNIE_MAX_NET_SEG_NUM); in SAMPLE_SVP_NNIE_FillSrcData()