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

Method __init__

netdissect/segdata.py:7–12  ·  view source on GitHub ↗
(self, field, index, bitshift, bitmask, labels)

Source from the content-addressed store, hash-verified

5
6class FieldDef(object):
7 def __init__(self, field, index, bitshift, bitmask, labels):
8 self.field = field
9 self.index = index
10 self.bitshift = bitshift
11 self.bitmask = bitmask
12 self.labels = labels
13
14class MultiSegmentDataset(object):
15 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected