Searched refs:astDstNode (Results 1 – 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
D | sample_comm_nnie.c | 105 if (pstNnieParam->pstModel->astSeg[i].astDstNode[j].enType == SVP_BLOB_TYPE_SEQ_S32) { in SAMPLE_SVP_NNIE_FillForwardInfo() 106 …NnieParam->astSegData[i].astDst[j].enType = pstNnieParam->pstModel->astSeg[i].astDstNode[j].enType; in SAMPLE_SVP_NNIE_FillForwardInfo() 108 pstNnieParam->pstModel->astSeg[i].astDstNode[j].unShape.u32Dim; in SAMPLE_SVP_NNIE_FillForwardInfo() 113 …NnieParam->astSegData[i].astDst[j].enType = pstNnieParam->pstModel->astSeg[i].astDstNode[j].enType; in SAMPLE_SVP_NNIE_FillForwardInfo() 115 pstNnieParam->pstModel->astSeg[i].astDstNode[j].unShape.stWhc.u32Chn; in SAMPLE_SVP_NNIE_FillForwardInfo() 117 pstNnieParam->pstModel->astSeg[i].astDstNode[j].unShape.stWhc.u32Height; in SAMPLE_SVP_NNIE_FillForwardInfo() 119 pstNnieParam->pstModel->astSeg[i].astDstNode[j].unShape.stWhc.u32Width; in SAMPLE_SVP_NNIE_FillForwardInfo() 234 s32Ret = SAMPLE_SVP_NNIE_GetBlobMemSize(&(pstNnieParam->pstModel->astSeg[i].astDstNode[0]), in SAMPLE_SVP_NNIE_GetTaskAndBlobBufSize()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/ |
D | sample_nnie.c | 136 … if (strncmp(pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].astDstNode[j].szName, in SAMPLE_SVP_NNIE_Forward() 241 … if (strncmp(pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].astDstNode[j].szName, in SAMPLE_SVP_NNIE_ForwardWithBbox() 424 pstNnieParam->pstModel->astSeg[u32SegIdx].astDstNode[u32NodeIdx].u32NodeId, 0); in SAMPLE_SVP_NNIE_PrintReportResult() 528 HI_U32 u32ClassNum = pstCnnPara->pstModel->astSeg[0].astDstNode[0].unShape.stWhc.u32Width; in SAMPLE_SVP_NNIE_Cnn_SoftwareParaInit() 980 if (strncmp(pstNnieParam->pstModel->astSeg[0].astDstNode[j].szName, in SAMPLE_SVP_NNIE_FasterRcnn_SoftwareInit() 985 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Height; in SAMPLE_SVP_NNIE_FasterRcnn_SoftwareInit() 987 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Width; in SAMPLE_SVP_NNIE_FasterRcnn_SoftwareInit() 989 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Chn; in SAMPLE_SVP_NNIE_FasterRcnn_SoftwareInit() 1448 if (strncmp(pstNnieParam->pstModel->astSeg[0].astDstNode[j].szName, in SAMPLE_SVP_NNIE_Rfcn_SoftwareInit() 1453 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Height; in SAMPLE_SVP_NNIE_Rfcn_SoftwareInit() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_nnie.h | 176 SVP_NNIE_NODE_S astDstNode[SVP_NNIE_MAX_OUTPUT_NUM]; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_nnie.h | 176 SVP_NNIE_NODE_S astDstNode[SVP_NNIE_MAX_OUTPUT_NUM]; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
D | ai_infer_process.c | 92 HI_U32 u32ClassNum = pstCnnPara->pstModel->astSeg[0].astDstNode[0].unShape.stWhc.u32Width; in SampleSvpNnieCnnSoftwareParaInit() 485 … if (strncmp(pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].astDstNode[j].szName, in SAMPLE_SVP_NNIE_Forward()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
D | sample_ive_kcf.c | 1105 if (strncmp(pstNnieParam->pstModel->astSeg[0].astDstNode[j].szName, in SAMPLE_IVE_Rfcn_SoftwareInit() 1110 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Height; in SAMPLE_IVE_Rfcn_SoftwareInit() 1112 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Width; in SAMPLE_IVE_Rfcn_SoftwareInit() 1114 pstNnieParam->pstModel->astSeg[0].astDstNode[j].unShape.stWhc.u32Chn; in SAMPLE_IVE_Rfcn_SoftwareInit() 1345 … if (strncmp(pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].astDstNode[j].szName, in SAMPLE_IVE_Forward() 1442 … if (strncmp(pstNnieParam->pstModel->astSeg[pstInputDataIdx->u32SegIdx].astDstNode[j].szName, in SAMPLE_IVE_ForwardWithBbox()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/ |
D | sample_svp_nnie_software.c | 3025 …u64DstBlobSize = pstNnieParam->pstModel->astSeg[0].astDstNode[i].unShape.stWhc.u32Width * sizeof(H… in SAMPLE_SVP_NNIE_Yolov3_GetResultTmpBuf() 3029 u64DstBlobSize *= pstNnieParam->pstModel->astSeg[0].astDstNode[i].unShape.stWhc.u32Height; in SAMPLE_SVP_NNIE_Yolov3_GetResultTmpBuf() 3033 u64DstBlobSize *= pstNnieParam->pstModel->astSeg[0].astDstNode[i].unShape.stWhc.u32Chn; in SAMPLE_SVP_NNIE_Yolov3_GetResultTmpBuf()
|