Lines Matching refs:norm
47 def __init__(self, type, norm, size): argument
49 self.norm = norm
58 if self.norm:
64 return self.type == other.type and self.norm == other.norm and self.size == other.size
70 if self.norm:
84 if self.norm:
348 if channel.norm != ref_channel.norm:
431 norm = None
435 if norm is None:
436 norm = c.norm
437 assert c.norm == norm
438 return norm
524 norm = True
527 norm = False
530 channel = Channel(type, norm, size)