MCPcopy Create free account
hub / github.com/city96/ComfyUI-GGUF / shape

Method shape

ops.py:88–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86
87 @property
88 def shape(self):
89 if not hasattr(self, "tensor_shape"):
90 self.tensor_shape = self.size()
91 return self.tensor_shape
92
93class GGMLLayer(torch.nn.Module):
94 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected