File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -162,16 +162,9 @@ class OpFromGraph(Op, HasInnerGraph):
162
162
Currently does not support ``updates`` or ``givens`` argument.
163
163
164
164
.. TODO:
165
- - examples for a multi-layer mlp. where?
166
- - __hash__, __eq__ otherwise won't merge, try
167
- is_same_graph_with_merge(op1.local_outputs, op2,
168
- local_outputs)
169
- - c_code() to remove the double overhead?
170
- - grad() make it support DisconnectedType and the new interface
171
- - add support for NullType and DisconnectedType when R_op supports them
172
- - check how it works with updates.
165
+ - Allow / test merging of OpFromGraph nodes
166
+ - Add support for NullType and DisconnectedType when R_op supports them
173
167
- Add support to pickle this Op.
174
- - Add support/test with random generator
175
168
- Add optimization to removing unused inputs/outputs
176
169
- Add optimization to work inplace on inputs when not inline
177
170
You can’t perform that action at this time.
0 commit comments