MCPcopy Create free account
hub / github.com/OAID/Tengine / FindSelector

Method FindSelector

executor/lib/node_ops.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369NodeOpsSelector* NodeOpsRegistry::FindSelector(const std::string& name)
370{
371 if(registry.count(name) == 0)
372 return nullptr;
373
374 return registry.at(name).get();
375}
376
377bool NodeOpsRegistry::RegisterSelector(NodeOpsSelector* selector)
378{

Callers 1

RegisterOPImplementorMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected