提交 5a7f5d8f authored 作者: abalkin's avatar abalkin

Renamed duplicate test_dot to test_clip.

上级 19dba6c1
......@@ -7022,7 +7022,7 @@ class TestTensorInstanceMethods(unittest.TestCase):
assert_array_equal(X.argsort().eval({X: x}), x.argsort())
assert_array_equal(X.argsort(1).eval({X: x}), x.argsort(1))
def test_dot(self):
def test_clip(self):
X, Y = self.vars
x, y = self.vals
Z = X.clip(0.5 - Y, 0.5 + Y)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论