Fix LSTM ONNX compatibility
Minor fixes related to #167.
-
Add forcedInputsCategoryattribute to MetaOperator, which allows to change the input category of the meta op inputs (which should not necessarily inherits from its inner nodes). Example: the meta op input should be aParamcategory but this input goes to aSqueezeoperator inside the meta op. If inherited, the input category would beDatainstead ofParam. -
Added binding for set_upper_node. -
Fixed bug in GraphView::save(). -
Changed behavior of Scheduler to initialize the consumer list to the output nodes.
Edited by Olivier BICHLER