We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15c09d commit a5626b0Copy full SHA for a5626b0
pytensor/compile/function/pfunc.py
@@ -3,7 +3,6 @@
3
4
"""
5
6
-import logging
7
from copy import copy
8
from typing import Optional
9
@@ -16,11 +15,6 @@
16
15
from pytensor.graph.fg import FunctionGraph
17
18
19
-_logger = logging.getLogger("pytensor.compile.function.pfunc")
20
-
21
-__docformat__ = "restructuredtext en"
22
23
24
def rebuild_collect_shared(
25
outputs,
26
inputs=None,
0 commit comments