microsoft / microsoft/onnxruntime

Reorder input and Reorder output Ops

Open
#11,005 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.