[TARGET] Add layout_transform, clip and expand_dims in onnx converter (#6366)
authorXingyu Zhou <zhoxingy@amazon.com>
Sat, 5 Sep 2020 22:06:35 +0000 (15:06 -0700)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 22:06:35 +0000 (15:06 -0700)
commit9aa69e2e14a75962faaf352b639c9daf53fc2222
treed9d373ab6cf71f19ca43f827905dd0f0a9847e7d
parent3451ccb14384c2d98738efa6ff9b073f74d87ad2
[TARGET] Add layout_transform, clip and expand_dims in onnx converter (#6366)

* Add layout_transform, clip and expand_dims in onnx converter

* remove _add_input and address comments

* address comments
python/tvm/contrib/target/onnx.py
tests/python/contrib/test_onnx.py