Lines Matching refs:norm
47 def __init__(self, type, norm, size):
49 self.norm = norm
58 if self.norm:
67 return self.type == other.type and self.norm == other.norm and self.size == other.size
76 if self.norm:
90 if self.norm:
354 if channel.norm != ref_channel.norm:
437 norm = None
441 if norm is None:
442 norm = c.norm
443 assert c.norm == norm
444 return norm
530 norm = True
533 norm = False
536 channel = Channel(type, norm, size)