MCPcopy Create free account
hub / github.com/NVlabs/RADIO / IntermediateFeatureNormalizerBase

Class IntermediateFeatureNormalizerBase

radio/feature_normalizer.py:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44class IntermediateFeatureNormalizerBase(nn.Module):
45 def forward(self, x: torch.Tensor, index: int, rot_index: int = None, skip: Optional[int] = None) -> InterFeatState:
46 raise NotImplementedError()
47
48
49class IntermediateFeatureNormalizer(IntermediateFeatureNormalizerBase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…