提交 85c752cc authored 作者: Chinnadhurai Sankar's avatar Chinnadhurai Sankar

fix indentation

上级 a39f7edf
...@@ -980,7 +980,7 @@ class Op(utils.object2, PureOp, CLinkerOp): ...@@ -980,7 +980,7 @@ class Op(utils.object2, PureOp, CLinkerOp):
return self.make_py_thunk(node, storage_map, compute_map, no_recycling) return self.make_py_thunk(node, storage_map, compute_map, no_recycling)
def make_node(self, *inputs): def make_node(self, *inputs):
""" """
Create a "apply" nodes for the inputs in that order. Create a "apply" nodes for the inputs in that order.
""" """
if not hasattr(self, 'itypes'): if not hasattr(self, 'itypes'):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论