コード例 #1
0
 def shape(self):
     return expr_shape(self.args[0])
コード例 #2
0
 def shape(self):
     return tuple(reversed(expr_shape(self.args[0])))