MCPcopy Create free account
hub / github.com/ddsggcs/cv_learning_resnet50 / LoadCon2dWeight

Function LoadCon2dWeight

practice/cpp/5th_codegen/resnet_codegen.cc:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54float* LoadCon2dWeight() { return (float*)__global_weight[out_cnt++]; }
55
56int* LoadCon2dParamPreLoad(const std::string& name, int len) {
57 auto file_name = "../../model/resnet50_weight/resnet50_" + name + "_param.txt";

Callers 1

ComputeLayerConv2dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected