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

Method Get

tensorflow/core/util/proto/descriptor_pool_registry.cc:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29DescriptorPoolRegistry::DescriptorPoolFn* DescriptorPoolRegistry::Get(
30 const string& source) {
31 auto found = fns_.find(source);
32 if (found == fns_.end()) return nullptr;
33 return &found->second;
34}
35
36void DescriptorPoolRegistry::Register(
37 const string& source,

Callers 2

GetDescriptorPoolFunction · 0.45
TESTFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.36