提交 2f78e971 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Change logger name for more consistency, following code review.

上级 80b0d16a
...@@ -495,7 +495,7 @@ class Op(utils.object2, PureOp, CLinkerOp): ...@@ -495,7 +495,7 @@ class Op(utils.object2, PureOp, CLinkerOp):
the thunk can potentially cache return values (like CLinker does), the thunk can potentially cache return values (like CLinker does),
then it must not do so for variables in the no_recycling list. then it must not do so for variables in the no_recycling list.
""" """
logger = logging.getLogger('theano.gof.Op') logger = logging.getLogger('theano.gof.op.Op')
node_input_storage = [storage_map[r] for r in node.inputs] node_input_storage = [storage_map[r] for r in node.inputs]
node_output_storage = [storage_map[r] for r in node.outputs] node_output_storage = [storage_map[r] for r in node.outputs]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论