提交 fefa47c5 authored 作者: amrithasuresh's avatar amrithasuresh

Fixed indentation

上级 5982acdc
...@@ -198,8 +198,8 @@ class DotModulo(Op): ...@@ -198,8 +198,8 @@ class DotModulo(Op):
# MRG31k3p # MRG31k3p
# generator constants : # generator constants :
M1 = np.asarray(np.int32(2147483647)) # 2^31 - 1 M1 = np.asarray(np.int32(2147483647)) # 2^31 - 1
M2 = np.asarray(np.int32(2147462579)) # 2^31 - 21069 M2 = np.asarray(np.int32(2147462579)) # 2^31 - 21069
MASK12 = np.int32(511) # 2^9 - 1 MASK12 = np.int32(511) # 2^9 - 1
MASK13 = np.int32(16777215) # 2^24 - 1 MASK13 = np.int32(16777215) # 2^24 - 1
MASK2 = np.int32(65535) # 2^16 - 1 MASK2 = np.int32(65535) # 2^16 - 1
...@@ -212,13 +212,13 @@ NORM = 4.656612873077392578125e-10 # 1./2^31 ...@@ -212,13 +212,13 @@ NORM = 4.656612873077392578125e-10 # 1./2^31
# dtype='int64') # dtype='int64')
A1p72 = np.asarray([[1516919229, 758510237, 499121365], A1p72 = np.asarray([[1516919229, 758510237, 499121365],
[1884998244, 1516919229, 335398200], [1884998244, 1516919229, 335398200],
[601897748, 1884998244, 358115744]], [601897748, 1884998244, 358115744]],
dtype='int64') dtype='int64')
A2p72 = np.asarray([[1228857673, 1496414766, 954677935], A2p72 = np.asarray([[1228857673, 1496414766, 954677935],
[1133297478, 1407477216, 1496414766], [1133297478, 1407477216, 1496414766],
[2002613992, 1639496704, 1407477216]], [2002613992, 1639496704, 1407477216]],
dtype='int64') dtype='int64')
A1p134 = np.asarray( A1p134 = np.asarray(
[[1702500920, 1849582496, 1656874625], [[1702500920, 1849582496, 1656874625],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论