You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fix Loop and If handlers to run the new onnx_backend_test
2. Add initializers from all the subgraphs into tensor_dict
3. Update If, Loop and Scan to make a copy of tensor_dict and
add in all the inputs and outputs of the subgraph into this
tensor_dict copy and then send it to
backend.onnx_graph_to_tensorflow_ops
4. Update backend.onnx_graph_to_tensorflow_ops to eliminate tensor_dict
and just use the subgraph_tensor_dict from IF, Loop and Scan
5. Fix Min and Max to support inputs that are in different shapes
6. Add dynamic input support to SequenceInsert
7. Add Opset 13 support for If, Loop, Concat, Constant, Matmul, Sub
8. Fix issue #742
Signed-off-by: Winnie Tsang <[email protected]>
Co-authored-by: Chin Huang <[email protected]>
0 commit comments