MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Lookup

Method Lookup

tensorflow/core/framework/collective.cc:183–187  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

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

Callers 2

FindFunction · 0.45
FindErrFunction · 0.45

Calls

no outgoing calls

Tested by 2

FindFunction · 0.36
FindErrFunction · 0.36