Home
last modified time | relevance | path

Searched refs:unShape (Results 1 – 13 of 13) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
Dsample_nnie.c114 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stSeq.u64VirAddrStep) + in SAMPLE_SVP_NNIE_Forward()
126 pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stWhc.u32Chn * in SAMPLE_SVP_NNIE_Forward()
127 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stWhc.u32Height * in SAMPLE_SVP_NNIE_Forward()
170 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stSeq.u64VirAddrStep) + in SAMPLE_SVP_NNIE_Forward()
182 pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stWhc.u32Chn * in SAMPLE_SVP_NNIE_Forward()
183 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stWhc.u32Height * in SAMPLE_SVP_NNIE_Forward()
219 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stSeq.u64VirAddrStep) + in SAMPLE_SVP_NNIE_ForwardWithBbox()
231 pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stWhc.u32Chn * in SAMPLE_SVP_NNIE_ForwardWithBbox()
232 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stWhc.u32Height * in SAMPLE_SVP_NNIE_ForwardWithBbox()
276 … pstNnieParam->astSegData[pstProcSegIdx->u32SegIdx].astDst[i].unShape.stSeq.u64VirAddrStep) + in SAMPLE_SVP_NNIE_ForwardWithBbox()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
Dai_infer_process.c92 HI_U32 u32ClassNum = pstCnnPara->pstModel->astSeg[0].astDstNode[0].unShape.stWhc.u32Width; in SampleSvpNnieCnnSoftwareParaInit()
121 pstCnnSoftWarePara->stGetTopN.unShape.stWhc.u32Chn = 1; in SampleSvpNnieCnnSoftwareParaInit()
122 pstCnnSoftWarePara->stGetTopN.unShape.stWhc.u32Height = 1; in SampleSvpNnieCnnSoftwareParaInit()
123 pstCnnSoftWarePara->stGetTopN.unShape.stWhc.u32Width = u32GetTopFrameSize / sizeof(HI_U32); in SampleSvpNnieCnnSoftwareParaInit()
287 g_stCnnNnieParam.astSegData[0].astSrc[0].unShape.stWhc.u32Chn, in CnnCreate()
288 g_stCnnNnieParam.astSegData[0].astSrc[0].unShape.stWhc.u32Width, in CnnCreate()
289 g_stCnnNnieParam.astSegData[0].astSrc[0].unShape.stWhc.u32Height, in CnnCreate()
360 u32Height = pstNnieParam->astSegData[segId].astSrc[nodeId].unShape.stWhc.u32Height; in FillNnieByImg()
361 u32Width = pstNnieParam->astSegData[segId].astSrc[nodeId].unShape.stWhc.u32Width; in FillNnieByImg()
362 u32Chn = pstNnieParam->astSegData[segId].astSrc[nodeId].unShape.stWhc.u32Chn; in FillNnieByImg()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_nnie.c76 pstNnieParam->astSegData[i].astSrc[j].unShape.stSeq.u32Dim = in SAMPLE_SVP_NNIE_FillForwardInfo()
77 pstNnieParam->pstModel->astSeg[i].astSrcNode[j].unShape.u32Dim; in SAMPLE_SVP_NNIE_FillForwardInfo()
79 pstNnieParam->astSegData[i].astSrc[j].unShape.stSeq.u64VirAddrStep = in SAMPLE_SVP_NNIE_FillForwardInfo()
83 pstNnieParam->astSegData[i].astSrc[j].unShape.stWhc.u32Chn = in SAMPLE_SVP_NNIE_FillForwardInfo()
84 pstNnieParam->pstModel->astSeg[i].astSrcNode[j].unShape.stWhc.u32Chn; in SAMPLE_SVP_NNIE_FillForwardInfo()
85 pstNnieParam->astSegData[i].astSrc[j].unShape.stWhc.u32Height = in SAMPLE_SVP_NNIE_FillForwardInfo()
86 pstNnieParam->pstModel->astSeg[i].astSrcNode[j].unShape.stWhc.u32Height; in SAMPLE_SVP_NNIE_FillForwardInfo()
87 pstNnieParam->astSegData[i].astSrc[j].unShape.stWhc.u32Width = in SAMPLE_SVP_NNIE_FillForwardInfo()
88 pstNnieParam->pstModel->astSeg[i].astSrcNode[j].unShape.stWhc.u32Width; in SAMPLE_SVP_NNIE_FillForwardInfo()
107 pstNnieParam->astSegData[i].astDst[j].unShape.stSeq.u32Dim = in SAMPLE_SVP_NNIE_FillForwardInfo()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
Dsample_ive_kcf.c977 &pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height); in SAMPLE_IVE_Rfcn_Rpn()
981 pstSoftwareParam->stRpnBbox.u32Num * pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Chn * in SAMPLE_IVE_Rfcn_Rpn()
982 … pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height * pstSoftwareParam->stRpnBbox.u32Stride); in SAMPLE_IVE_Rfcn_Rpn()
997 for (i = 0; i < pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height; i++) { in SAMPLE_IVE_Rfcn_GetResult()
1011 pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height, pstSoftwareParam->au32ConfThresh, in SAMPLE_IVE_Rfcn_GetResult()
1089 … pstSoftWareParam->u32OriImHeight = pstNnieParam->astSegData[0].astSrc[0].unShape.stWhc.u32Height; in SAMPLE_IVE_Rfcn_SoftwareInit()
1090 pstSoftWareParam->u32OriImWidth = pstNnieParam->astSegData[0].astSrc[0].unShape.stWhc.u32Width; 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()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_comm_svp.h82 } unShape; member
Dhi_runtime_comm.h91 } unShape; member
Dhi_nnie.h124 } unShape; member
Dhi_comm_ive.h315 } unShape; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_comm_svp.h82 } unShape; member
Dhi_runtime_comm.h91 } unShape; member
Dhi_nnie.h124 } unShape; member
Dhi_comm_ive.h315 } unShape; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/
Dsample_svp_nnie_software.c2360 …m->astSegData[0].astDst[0].u32Stride, pstNnieParam->astSegData[0].astDst[0].unShape.stWhc.u32Width, in SAMPLE_SVP_NNIE_Cnn_GetTopN()
2434 … pstSoftwareParam->stRpnBbox.u32Stride, &pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height); in SAMPLE_SVP_NNIE_FasterRcnn_Rpn()
2437 pstSoftwareParam->stRpnBbox.u32Num * pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Chn * in SAMPLE_SVP_NNIE_FasterRcnn_Rpn()
2438 … pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height * pstSoftwareParam->stRpnBbox.u32Stride); in SAMPLE_SVP_NNIE_FasterRcnn_Rpn()
2456 … pstSoftwareParam->stRpnBbox.u32Stride, &pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height); in SAMPLE_SVP_NNIE_Pvanet_Rpn()
2459 pstSoftwareParam->stRpnBbox.u32Num * pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Chn * in SAMPLE_SVP_NNIE_Pvanet_Rpn()
2460 … pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height * pstSoftwareParam->stRpnBbox.u32Stride); in SAMPLE_SVP_NNIE_Pvanet_Rpn()
2529 for (i = 0; i < pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height; i++) { in SAMPLE_SVP_NNIE_FasterRcnn_GetResult()
2541 pstSoftwareParam->stRpnBbox.u32Stride, pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height, in SAMPLE_SVP_NNIE_FasterRcnn_GetResult()
2566 for (i = 0; i < pstSoftwareParam->stRpnBbox.unShape.stWhc.u32Height; i++) { in SAMPLE_SVP_NNIE_Pvanet_GetResult()
[all …]