File tree 1 file changed +0
-12
lines changed
pytensor/tensor/rewriting
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -99,18 +99,6 @@ class ShapeFeature(Feature):
99
99
100
100
Notes
101
101
-----
102
- Right now there is only the ConvOp that could really take
103
- advantage of this shape inference, but it is worth it even
104
- just for the ConvOp. All that's necessary to do shape
105
- inference is 1) to mark shared inputs as having a particular
106
- shape, either via a .tag or some similar hacking; and 2) to
107
- add an optional In() argument to promise that inputs will
108
- have a certain shape (or even to have certain shapes in
109
- certain dimensions).
110
-
111
- We can't automatically infer the shape of shared variables as they can
112
- change of shape during the execution by default.
113
-
114
102
To use this shape information in rewrites, use the
115
103
``shape_of`` dictionary.
116
104
You can’t perform that action at this time.
0 commit comments