7 static std::once_flag flag;
8 std::string& gSNPELocation() {
9 static std::string g_snpe_location;
10 std::call_once(flag, [](){
13 return g_snpe_location;
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...