提交 89aaf08d authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update comment.

上级 48ced75a
...@@ -666,7 +666,7 @@ class TensorType(Type): ...@@ -666,7 +666,7 @@ class TensorType(Type):
@staticmethod @staticmethod
def values_eq(a, b, force_same_dtype=True): def values_eq(a, b, force_same_dtype=True):
#TODO: check to see if the dtype and shapes must match #TODO: check to see if the shapes must match
# for now, we err on safe side... # for now, we err on safe side...
if a.shape != b.shape: if a.shape != b.shape:
return False return False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论