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

Method get

source/shape/SizeComputer.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36SizeComputerSuite* SizeComputerSuite::get() {
37 return gInstance;
38}
39
40void SizeComputerSuite::insert(SizeComputer* t, OpType type) {
41 mRegistry[type] = t;

Calls

no outgoing calls

Tested by

no test coverage detected