提交 54d8f896 authored 作者: Roy Xue's avatar Roy Xue 提交者: Lijun Xue

Update test files

上级 4c012319
......@@ -19,7 +19,7 @@ def test_reduce():
x = T.scalar('x')
y = T.scalar('y')
z = ifelse(T.lt(3. * x, y), 3., 4.)
z = 5*y + x**2 + y**3 - 4*x
p = theano.ProfileStats(False)
......@@ -28,6 +28,8 @@ def test_reduce():
else:
m = None
m=theano.compile.get_mode(m).excluding('fusion', 'inplace')
f = theano.function([x, y], z, profile=p, name="test_profiling",
mode=m)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论