Lines Matching refs:modelOptions
56 const ModelOptions& modelOptions) in IsLayerSupported() argument
58 …rn IWorkloadFactory::IsLayerSupported(s_Id, layer, dataType, outReasonIfUnsupported, modelOptions); in IsLayerSupported()
70 auto modelOptions = dynamic_cast<ClBackendModelContext*>(m_ModelContextPtr.get()); in AfterWorkloadsCreated() local
71 if (modelOptions->SaveCachedNetwork()) in AfterWorkloadsCreated()
75 auto cachedFd = modelOptions->GetCachedFileDescriptor(); in AfterWorkloadsCreated()
96 auto filePath = modelOptions->GetCachedNetworkFilePath(); in AfterWorkloadsCreated()
147 auto modelOptions = dynamic_cast<ClBackendModelContext*>(m_ModelContextPtr.get()); in InitializeCLCompileContext() local
148 auto filePath = modelOptions->GetCachedNetworkFilePath(); in InitializeCLCompileContext()
149 if (!(modelOptions->SaveCachedNetwork())) in InitializeCLCompileContext()
152 auto cachedFd = modelOptions->GetCachedFileDescriptor(); in InitializeCLCompileContext()
337 … auto modelOptions = dynamic_cast<ClBackendModelContext*>(m_ModelContextPtr.get()); in CreateWorkload() local
338 if (modelOptions) in CreateWorkload()
340 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateWorkload()
359 … auto modelOptions = dynamic_cast<ClBackendModelContext*>(m_ModelContextPtr.get()); in CreateWorkload() local
360 if (modelOptions) in CreateWorkload()
362 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateWorkload()
868 auto modelOptions = dynamic_cast<ClBackendModelContext*>(m_ModelContextPtr.get()); in CreateConvolution2d() local
869 if (modelOptions) in CreateConvolution2d()
871 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateConvolution2d()
890 auto modelOptions = dynamic_cast<ClBackendModelContext*>(m_ModelContextPtr.get()); in CreateConvolution3d() local
891 if (modelOptions) in CreateConvolution3d()
893 isFastMathEnabled = modelOptions->IsFastMathEnabled(); in CreateConvolution3d()