microsoft / microsoft/onnxruntime
Reorder input and Reorder output Ops
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 179
Description
Hi Onnxrt team,
I was profiling resnet-18 model using onnxrt profiler. But I found that with Conv there are two additional ops added(Reorder input and Reorder output). What is the use of those ops for the Conv?
And one more question was: how can I run onnx model with onnxrt with single threaded?
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ONNX Runtime profiler output for the ResNet-18 Conv operations and the documented single-threaded execution entry point. Clarify what the Reorder input and Reorder output operations represent, and document how to run an ONNX model with a single thread.
Written by the indexing model from the issue text.
Assessment
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100