MCPcopy Create free account
hub / github.com/XLearning-SCU/2022-CVPR-DART / __len__

Method __len__

utils.py:241–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

239 return iter(np.arange(len(self.index1)))
240
241 def __len__(self):
242 return self.N

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected