MCPcopy Create free account
hub / github.com/Kitware/COAT / __init__

Method __init__

utils/mask.py:136–139  ·  view source on GitHub ↗
(self, shape='stripe', mask_size=2, mode='random_direct')

Source from the content-addressed store, hash-verified

134
135class exchange_patch:
136 def __init__(self, shape='stripe', mask_size=2, mode='random_direct'):
137 self.shape = shape
138 self.mask_size = mask_size
139 self.mode = mode
140
141 def __call__(self, features):
142 # Stripe mask

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected