MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / swin_transformer.py

File swin_transformer.py

models/aios/backbones/swin_transformer.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import torch
2import torch.nn as nn
3import torch.nn.functional as F
4import torch.utils.checkpoint as checkpoint

Callers

nothing calls this directly

Calls 2

build_swin_transformerFunction · 0.85
forward_rawMethod · 0.80

Tested by

no test coverage detected