Searched refs:u16DstNum (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
H A D | sample_comm_nnie.c | 49 pstNnieParam->astForwardWithBboxCtrl[i].u32DstNum = pstNnieParam->pstModel->astSeg[i].u16DstNum;
in SAMPLE_SVP_NNIE_FillForwardInfo() 62 pstNnieParam->astForwardCtrl[i].u32DstNum = pstNnieParam->pstModel->astSeg[i].u16DstNum;
in SAMPLE_SVP_NNIE_FillForwardInfo() 104 for (j = 0; j < pstNnieParam->pstModel->astSeg[i].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_FillForwardInfo() 235 pstNnieParam->pstModel->astSeg[i].u16DstNum, (HI_U32)u64TotalStep, &(pstNnieParam->astSegData[i].astDst[0]),
in SAMPLE_SVP_NNIE_GetTaskAndBlobBufSize() 323 for (j = 0; j < pstNnieParam->pstModel->astSeg[i].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_ParamInit()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_nnie.h | 168 HI_U16 u16DstNum; member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_nnie.h | 168 HI_U16 u16DstNum; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/ |
H A D | sample_nnie.c | 135 for (j = 0; j < pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_Forward() 144 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum),
in SAMPLE_SVP_NNIE_Forward() 240 for (j = 0; j < pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_ForwardWithBbox() 249 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum),
in SAMPLE_SVP_NNIE_ForwardWithBbox() 421 for (u32NodeIdx = 0; u32NodeIdx < pstNnieParam->pstModel->astSeg[u32SegIdx].u16DstNum; u32NodeIdx++) {
in SAMPLE_SVP_NNIE_PrintReportResult() 979 for (j = 0; j < pstNnieParam->pstModel->astSeg[0].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_FasterRcnn_SoftwareInit() 993 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[0].u16DstNum), HI_FAILURE,
in SAMPLE_SVP_NNIE_FasterRcnn_SoftwareInit() 1447 for (j = 0; j < pstNnieParam->pstModel->astSeg[0].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_Rfcn_SoftwareInit() 1461 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[0].u16DstNum), HI_FAILURE,
in SAMPLE_SVP_NNIE_Rfcn_SoftwareInit() 3065 SAMPLE_SVP_CHECK_EXPR_RET(SAMPLE_SVP_NNIE_YOLOV3_REPORT_BLOB_NUM != pstNnieParam->pstModel->astSeg[0].u16DstNum,
in SAMPLE_SVP_NNIE_Yolov3_SoftwareInit() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_kcf.c | 1104 for (j = 0; j < pstNnieParam->pstModel->astSeg[0].u16DstNum; j++) {
in SAMPLE_IVE_Rfcn_SoftwareInit() 1118 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[0].u16DstNum), HI_FAILURE,
in SAMPLE_IVE_Rfcn_SoftwareInit() 1344 for (j = 0; j < pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum; j++) {
in SAMPLE_IVE_Forward() 1353 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum),
in SAMPLE_IVE_Forward() 1441 for (j = 0; j < pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum; j++) {
in SAMPLE_IVE_ForwardWithBbox() 1450 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum),
in SAMPLE_IVE_ForwardWithBbox()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
H A D | ai_infer_process.c | 484 for (j = 0; j < pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum; j++) {
in SAMPLE_SVP_NNIE_Forward() 493 SAMPLE_SVP_CHECK_EXPR_RET((j == pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].u16DstNum),
in SAMPLE_SVP_NNIE_Forward()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/ |
H A D | sample_svp_nnie_software.c | 2691 for (i = 0; i < pstNnieParam->pstModel->astSeg[0].u16DstNum / 2; i++) { in SAMPLE_SVP_NNIE_Ssd_GetResultTmpBuf() 3024 for (i = 0; i < pstNnieParam->pstModel->astSeg[0].u16DstNum; i++) { in SAMPLE_SVP_NNIE_Yolov3_GetResultTmpBuf()
|
Completed in 17 milliseconds