MCPcopy Create free account
hub / github.com/NVlabs/SegFormer / __len__

Method __len__

tests/test_eval_hook.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 return results
21
22 def __len__(self):
23 return 1
24
25
26class ExampleModel(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected