MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / __init__

Method __init__

netdissect/sampler.py:23–24  ·  view source on GitHub ↗
(self, samples)

Source from the content-addressed store, hash-verified

21 Subsets can be created by specifying a subset of output indexes.
22 """
23 def __init__(self, samples):
24 self.samples = samples
25
26 def __iter__(self):
27 return iter(self.samples)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected