File tree Expand file tree Collapse file tree 4 files changed +17
-20
lines changed Expand file tree Collapse file tree 4 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 4
4
:mod: `graph ` -- Interface for the PyTensor graph
5
5
================================================
6
6
7
- ---------
8
- Reference
9
- ---------
10
-
11
7
.. automodule :: pytensor.graph.basic
12
- :platform: Unix, Windows
13
- :synopsis: Interface for types of symbolic variables
14
8
:members:
15
- .. moduleauthor :: LISA
Original file line number Diff line number Diff line change 1
1
2
2
.. _libdoc_graph :
3
3
4
- ================================================
5
- :mod: `graph ` -- Theano Internals [doc TODO]
6
- ================================================
4
+ ========================================
5
+ :mod: `graph ` -- PyTensor Graph Internals
6
+ ========================================
7
7
8
8
.. module :: graph
9
- :platform: Unix, Windows
10
- :synopsis: Theano Internals
9
+
11
10
.. moduleauthor :: LISA
12
11
13
12
.. toctree ::
14
13
:maxdepth: 1
15
14
16
15
graph
17
16
fgraph
17
+ replace
18
18
features
19
19
op
20
20
type
Original file line number Diff line number Diff line change 1
-
2
1
.. _libdoc_graph_op :
3
2
4
- ==============================================================
5
- :mod: `graph ` -- Objects and functions for computational graphs
6
- ==============================================================
3
+ ===========================================
4
+ :mod: `op ` -- Objects that define operations
5
+ ===========================================
7
6
8
7
.. automodule :: pytensor.graph.op
9
- :platform: Unix, Windows
10
- :synopsis: Interface for types of symbolic variables
11
- :members:
12
- .. moduleauthor :: LISA
8
+ :members:
Original file line number Diff line number Diff line change
1
+ .. _libdoc_graph_replace :
2
+
3
+ ==================================================
4
+ :mod: `replace ` -- High level graph transformations
5
+ ==================================================
6
+
7
+ .. automodule :: pytensor.graph.replace
8
+
You can’t perform that action at this time.
0 commit comments