mmcv.cnn.make_res_layer¶ mmcv.cnn.make_res_layer(block: torch.nn.modules.module.Module, inplanes: int, planes: int, blocks: int, stride: int = 1, dilation: int = 1, style: str = 'pytorch', with_cp: bool = False) → torch.nn.modules.module.Module[源代码]¶