예제 #1
0
파일: var.py 프로젝트: AI-Cdrone/Theano
 def __hash__(self):
     t, d = self
     return hashtype(self) ^ hash(t) ^ hash(d.shape) ^ hash(self.sum)
예제 #2
0
 def __hash__(self):
     t, d = self
     return hashtype(self) ^ hash(t) ^ hash(d.shape) ^ hash(self.sum)