コード例 #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)