mmcv.cnn.make_res_layer¶ mmcv.cnn.make_res_layer(block: Module, inplanes: int, planes: int, blocks: int, stride: int = 1, dilation: int = 1, style: str = 'pytorch', with_cp: bool = False) → Module[source]¶