Created by: Channingss
- ONNX support convert to paddle 1.8. some Op's attribute support Tensor, such as: Slice, Reshape and so on, Paddle 1.8 support more Ops, instance_norm, nonzero and so on.
- ONNX don't depend onnxruntime.
- ONNX support symbolic inference.
- ONNX support user custom input shape when ONNX model shape is not fixed.
- ONNX optimize the code structure to support more ops_set in future.
- ONNX support convert GTP2 & Bert, which will list in X2Paddle-Model-Zoo.list.