提交 ca23a25a authored 作者: Daniel Renshaw's avatar Daniel Renshaw

Minor spelling correction (evaluete -> evaluate).

上级 cb08bc11
......@@ -789,7 +789,7 @@ def insert_deepcopy(fgraph, wrapped_inputs, wrapped_outputs):
Insert deepcopy in the fgraph to break aliasing of outputs
"""
# This loop was inserted to remove aliasing between outputs when
# they all evaluete to the same value. Originally it was OK for
# they all evaluate to the same value. Originally it was OK for
# outputs to be aliased, but some of the outputs can be shared
# variables, and is not good for shared variables to be
# aliased. It might be possible to optimize this by making sure
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论