MCPcopy Create free account
hub / github.com/apple/ml-pointersect / shape

Method shape

pointersect/inference/structures.py:1111–1112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1109
1110 @property
1111 def shape(self):
1112 return self.origins_w.shape
1113
1114 @property
1115 def size(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected