static*/
| 181 | |
| 182 | /*static*/ |
| 183 | Status CollectiveRegistry::Lookup( |
| 184 | const string& collective_name, |
| 185 | CollectiveImplementationInterface** implementation) { |
| 186 | return LookupHelper(collective_name, implementation, false); |
| 187 | } |
| 188 | |
| 189 | /*static*/ |
| 190 | Status CollectiveRegistry::LookupParamResolverInstance( |