apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.67k stars 3.45k forks source link

[Frontend] Add NNEF frontend #17053

Open agoston-mc opened 4 months ago

agoston-mc commented 4 months ago

Add an NNEF frontend to Relax and Relay, as proposed in RFC #108.

The Docker image scripts and test scripts have also been extended to accommodate NNEF.

agoston-mc commented 3 weeks ago

Can I ask for a status update on this PR? I have resolved the requested changes; the checks will fail as long as the Docker image does not contain the NNEF package.

@tqchen @yongwww

yongwww commented 3 weeks ago

@agoston-mc It would be good to submit the Docker-related changes (the changes under directory docker/ in this PR) as a separate PR and get it merged first. Then, we can use the newly built image in this PR to pass the CI checks. You can find some image doc here: https://tvm.apache.org/docs/contribute/ci.html?highlight=update%20container#docker-images.