Searched refs:enNetType (Results 1 – 3 of 3) sorted by relevance
46 if (pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_ROI) { in SAMPLE_SVP_NNIE_FillForwardInfo()58 } else if ((pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_CNN) || in SAMPLE_SVP_NNIE_FillForwardInfo()59 (pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_RECURRENT)) { in SAMPLE_SVP_NNIE_FillForwardInfo()94 if (pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_ROI) { in SAMPLE_SVP_NNIE_FillForwardInfo()214 if (pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_RECURRENT) { in SAMPLE_SVP_NNIE_GetTaskAndBlobBufSize()286 if (pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_ROI) { in SAMPLE_SVP_NNIE_ParamInit()293 } else if ((pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_CNN) || in SAMPLE_SVP_NNIE_ParamInit()294 (pstNnieParam->pstModel->astSeg[i].enNetType == SVP_NNIE_NET_TYPE_RECURRENT)) { in SAMPLE_SVP_NNIE_ParamInit()
166 SVP_NNIE_NET_TYPE_E enNetType; member