MCPcopy Create free account
hub / github.com/alibaba/MNN / get

Method get

tools/converter/source/optimizer/caffeextra/CaffeExtraManager.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace MNN {
13namespace Express {
14CaffeExtraManager* CaffeExtraManager::get() {
15 static std::shared_ptr<CaffeExtraManager> gInstance(new CaffeExtraManager);
16 return gInstance.get();
17}
18
19void CaffeExtraManager::insert(const std::string& name, std::shared_ptr<Transform> transform) {
20 OpCount::get()->insertOp("CAFFE", name);

Callers 8

onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected