Searched refs:_fc (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/ |
D | resnet.py | 80 def _fc(in_channel, out_channel, use_se=False): function 132 self.se_dense_0 = _fc(out_channel, int(out_channel/4), use_se=self.use_se) 133 self.se_dense_1 = _fc(int(out_channel/4), out_channel, use_se=self.use_se) 273 self.end_point = _fc(out_channels[3], num_classes, use_se=self.use_se)
|
/third_party/mindspore/tests/st/ps/multi_full_ps/ |
D | resnet.py | 58 def _fc(in_channel, out_channel): function 196 self.end_point = _fc(out_channels[3], num_classes)
|
/third_party/mindspore/tests/ut/python/model/ |
D | resnet.py | 58 def _fc(in_channel, out_channel): function 196 self.end_point = _fc(out_channels[3], num_classes)
|
/third_party/mindspore/tests/st/networks/models/resnet50/src/ |
D | resnet.py | 58 def _fc(in_channel, out_channel): function 196 self.end_point = _fc(out_channels[3], num_classes)
|
/third_party/mindspore/tests/st/quantization/resnet50_quant/ |
D | resnet_quant_manual.py | 67 def _fc(in_channel, out_channel): function
|