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

Method vision_encoder

examples/common/model_loader.py:88–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86
87 @property
88 def vision_encoder(self):
89 return self.inner.visual
90
91 def forward(self, *args, **kwargs):
92 enc = self.inner.visual(*args, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected