Searched refs:stTskBuf (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
H A D | sample_comm_nnie.c | 53 pstNnieParam->astForwardWithBboxCtrl[i].stTskBuf.u64PhyAddr =
in SAMPLE_SVP_NNIE_FillForwardInfo() 55 pstNnieParam->astForwardWithBboxCtrl[i].stTskBuf.u64VirAddr =
in SAMPLE_SVP_NNIE_FillForwardInfo() 57 pstNnieParam->astForwardWithBboxCtrl[i].stTskBuf.u32Size = pstNnieParam->au32TaskBufSize[i];
in SAMPLE_SVP_NNIE_FillForwardInfo() 65 pstNnieParam->astForwardCtrl[i].stTskBuf.u64PhyAddr = pstNnieParam->stTaskBuf.u64PhyAddr + u32Offset;
in SAMPLE_SVP_NNIE_FillForwardInfo() 66 pstNnieParam->astForwardCtrl[i].stTskBuf.u64VirAddr = pstNnieParam->stTaskBuf.u64VirAddr + u32Offset;
in SAMPLE_SVP_NNIE_FillForwardInfo() 67 pstNnieParam->astForwardCtrl[i].stTskBuf.u32Size = pstNnieParam->au32TaskBufSize[i];
in SAMPLE_SVP_NNIE_FillForwardInfo() 288 pstNnieParam->astForwardWithBboxCtrl[i].stTskBuf.u64PhyAddr =
in SAMPLE_SVP_NNIE_ParamInit() 290 pstNnieParam->astForwardWithBboxCtrl[i].stTskBuf.u64VirAddr =
in SAMPLE_SVP_NNIE_ParamInit() 292 pstNnieParam->astForwardWithBboxCtrl[i].stTskBuf.u32Size = pstNnieParam->au32TaskBufSize[i];
in SAMPLE_SVP_NNIE_ParamInit() 296 pstNnieParam->astForwardCtrl[i].stTskBuf in SAMPLE_SVP_NNIE_ParamInit() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_nnie.h | 198 SVP_MEM_INFO_S stTskBuf; /* auxiliary task mem */ member 208 SVP_MEM_INFO_S stTskBuf; /* auxiliary task mem */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_nnie.h | 198 SVP_MEM_INFO_S stTskBuf; /* auxiliary task mem */ member 208 SVP_MEM_INFO_S stTskBuf; /* auxiliary task mem */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
H A D | ai_infer_process.c | 296 s32Ret = HI_MPI_SVP_NNIE_AddTskBuf(&(g_stCnnNnieParam.astForwardCtrl[0].stTskBuf));
in CnnCreate() 320 s32Ret = HI_MPI_SVP_NNIE_RemoveTskBuf(&(g_stCnnNnieParam.astForwardCtrl[0].stTskBuf));
in CnnDestroy() 452 SAMPLE_COMM_SVP_FlushCache(pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64PhyAddr,
in SAMPLE_SVP_NNIE_Forward() 454 pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64VirAddr),
in SAMPLE_SVP_NNIE_Forward() 455 pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u32Size);
in SAMPLE_SVP_NNIE_Forward()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_kcf.c | 1314 SAMPLE_COMM_SVP_FlushCache(pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64PhyAddr,
in SAMPLE_IVE_Forward() 1316 pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64VirAddr),
in SAMPLE_IVE_Forward() 1317 pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u32Size);
in SAMPLE_IVE_Forward() 1411 SAMPLE_COMM_SVP_FlushCache(pstNnieParam->astForwardWithBboxCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64PhyAddr,
in SAMPLE_IVE_ForwardWithBbox() 1413 pstNnieParam->astForwardWithBboxCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64VirAddr),
in SAMPLE_IVE_ForwardWithBbox() 1414 pstNnieParam->astForwardWithBboxCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u32Size);
in SAMPLE_IVE_ForwardWithBbox()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/ |
H A D | sample_nnie.c | 105 SAMPLE_COMM_SVP_FlushCache(pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64PhyAddr,
in SAMPLE_SVP_NNIE_Forward() 107 pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64VirAddr),
in SAMPLE_SVP_NNIE_Forward() 108 pstNnieParam->astForwardCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u32Size);
in SAMPLE_SVP_NNIE_Forward() 210 SAMPLE_COMM_SVP_FlushCache(pstNnieParam->astForwardWithBboxCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64PhyAddr,
in SAMPLE_SVP_NNIE_ForwardWithBbox() 212 pstNnieParam->astForwardWithBboxCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u64VirAddr),
in SAMPLE_SVP_NNIE_ForwardWithBbox() 213 pstNnieParam->astForwardWithBboxCtrl[pstProcSegIdx->u32SegIdx].stTskBuf.u32Size);
in SAMPLE_SVP_NNIE_ForwardWithBbox() 685 s32Ret = HI_MPI_SVP_NNIE_AddTskBuf(&(s_stCnnNnieParam.astForwardCtrl[0].stTskBuf));
in SAMPLE_SVP_NNIE_Cnn() 730 s32Ret = HI_MPI_SVP_NNIE_RemoveTskBuf(&(s_stCnnNnieParam.astForwardCtrl[0].stTskBuf));
in SAMPLE_SVP_NNIE_Cnn()
|
Completed in 13 milliseconds