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

Method forward

radio/feature_normalizer.py:45–46  ·  view source on GitHub ↗
(self, x: torch.Tensor, index: int, rot_index: int = None, skip: Optional[int] = None)

Source from the content-addressed store, hash-verified

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