提交 75ab67e2 authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove debut stuff

上级 80a73ecc
......@@ -822,9 +822,8 @@ def test_maximum_minimum_grad():
g = theano.grad(o.sum(), [x, y])
theano.printing.debugprint(g)
f = theano.function([x, y], g)
theano.printing.debugprint(f, print_type=True)
assert np.allclose(f([1], [1]), [[1], [0]])
print()
MinimumTester = makeBroadcastTester(
op=minimum,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论