提交 a5626b0a authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Ricardo Vieira

Remove unnecessary logger and dunder setting in pfunc

上级 e15c09df
......@@ -3,7 +3,6 @@ Provide a simple user friendly API.
"""
import logging
from copy import copy
from typing import Optional
......@@ -16,11 +15,6 @@ from pytensor.graph.basic import Constant, Variable, clone_node_and_cache
from pytensor.graph.fg import FunctionGraph
_logger = logging.getLogger("pytensor.compile.function.pfunc")
__docformat__ = "restructuredtext en"
def rebuild_collect_shared(
outputs,
inputs=None,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论