MCPcopy Create free account
hub / github.com/CausalLearning/robust-unlearnable-examples / __len__

Method __len__

utils/data.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 return x, y, ii
69
70 def __len__(self):
71 return len(self.x)
72
73
74def datasetCIFAR10(root='./path', train=True, transform=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected