提交 8c7991b3 authored 作者: Frederic's avatar Frederic

Also remove useless op in fast_run.

上级 b19eee60
...@@ -5145,4 +5145,4 @@ else: ...@@ -5145,4 +5145,4 @@ else:
# Although the op just returns its input, it should be removed from # Although the op just returns its input, it should be removed from
# the graph to make sure all possible optimizations can be applied. # the graph to make sure all possible optimizations can be applied.
register_canonicalize(gof.OpRemove(theano.gradient.consider_constant_), register_canonicalize(gof.OpRemove(theano.gradient.consider_constant_),
'fast_compile', name='remove_consider_constant') 'fast_compile', 'fast_run', name='remove_consider_constant')
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论