提交 dc01863f authored 作者: Iban Harlouchet's avatar Iban Harlouchet

__props__ for theano/tensor/elemwise.py

上级 576c75d6
...@@ -98,7 +98,6 @@ class DimShuffle(Op): ...@@ -98,7 +98,6 @@ class DimShuffle(Op):
Adding, subtracting dimensions can be done with reshape. Adding, subtracting dimensions can be done with reshape.
""" """
_f16_ok = True _f16_ok = True
check_input = False check_input = False
def __init__(self, input_broadcastable, new_order, inplace=False): def __init__(self, input_broadcastable, new_order, inplace=False):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论