MCPcopy Create free account
hub / github.com/LargeWorldModel/LWM / data_dim

Method data_dim

lwm/vision_chat.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55 @property
56 def data_dim(self):
57 return self.mesh.shape['dp'] * self.mesh.shape['fsdp']
58
59 def _process_frame(self, image, size):
60 width, height = image.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected