MCPcopy Create free account
hub / github.com/OpenBMB/VisRAG / conv2d_same

Function conv2d_same

timm_modified/timm/layers/conv2d_same.py:17–27  ·  view source on GitHub ↗
(
        x,
        weight: torch.Tensor,
        bias: Optional[torch.Tensor] = None,
        stride: Tuple[int, int] = (1, 1),
        padding: Tuple[int, int] = (0, 0),
        dilation: Tuple[int, int] = (1, 1),
        groups: int = 1,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

forwardMethod · 0.90
forwardMethod · 0.85

Calls 1

pad_sameFunction · 0.85

Tested by

no test coverage detected