提交 7f356313 authored 作者: Frederic's avatar Frederic

pep8

上级 c9e0b2c0
...@@ -715,8 +715,8 @@ class Op(utils.object2, PureOp, CLinkerOp): ...@@ -715,8 +715,8 @@ class Op(utils.object2, PureOp, CLinkerOp):
if (any(is_f16(i.type) for i in node.inputs) or if (any(is_f16(i.type) for i in node.inputs) or
any(is_f16(o.type) for o in node.outputs)): any(is_f16(o.type) for o in node.outputs)):
print ("Disabling C code for %s due to unsupported " print("Disabling C code for %s due to unsupported "
"float16" % (self,)) "float16" % (self,))
raise NotImplementedError("float16") raise NotImplementedError("float16")
e = FunctionGraph(node.inputs, node.outputs) e = FunctionGraph(node.inputs, node.outputs)
e_no_recycling = [new_o e_no_recycling = [new_o
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论