提交 82aac7d9 authored 作者: Tim Cooijmans's avatar Tim Cooijmans

BatchedDot: remove unnecessary __str__

上级 a915c821
...@@ -3534,9 +3534,6 @@ class BatchedDot(Op): ...@@ -3534,9 +3534,6 @@ class BatchedDot(Op):
xshp, yshp = shapes xshp, yshp = shapes
return [xshp[:-1] + yshp[2:]] return [xshp[:-1] + yshp[2:]]
def __str__(self):
return "batched_dot"
def batched_dot(a, b): def batched_dot(a, b):
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论