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