MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / insert

Method insert

include/common/StrKeyMap.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void insert(const std::pair<std::string, V> &p) {
48 map_.insert(p);
49 }
50};
51
52#endif // DNNLIBRARY_DNN_MAP_H

Callers 15

infer_cfgFunction · 0.80
AddLayer_CONV_2D_ImplMethod · 0.80
AddLayer_MAX_POOL_2DMethod · 0.80
AddLayer_RELUMethod · 0.80
AddLayer_SOFTMAXMethod · 0.80
AddLayer_ADDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected