Definition at line 1110 of file mainIDo.cpp. References Exec(), Impala::Core::Feature::WeightedFeatureList::GetFeature(), Impala::MakeString(), mCudaDevice, mSetName, Impala::Util::Read(), Impala::Persistency::RepositoryGetFile(), ResolveExports(), and Impala::Core::Feature::WeightedFeatureList::Size(). Referenced by PrecomputeExec(). 01111 { 01112 String fileName = ResolveExports(iniFile); 01113 Persistency::File file = Persistency::RepositoryGetFile(fileName, false, 01114 false); 01115 Core::Feature::WeightedFeatureList fList; 01116 Read(&fList, file); 01117 for (int i=0 ; i<fList.Size() ; i++) 01118 { 01119 Exec("computeaveragecuda", mSetName + " " + fList.GetFeature(i) 01120 + cat + " --cudaDevice " + MakeString(mCudaDevice), 1); 01121 } 01122 }
Here is the call graph for this function: ![]()
|