microsoft / onnxruntime Public
Home
Gary Miguel edited this page Oct 20, 2021
·
10 revisions
Pages 23
Please use the learning roadmap on the home wiki page for building general understanding of ORT.
Navigation by topic
Glossary
Development
Common Tasks
Dependencies
Core Architecture
Feature Details
Inferencing
Training
Clone this wiki locally
Learning Roadmap
See ORT Mindmap for an alternate way of visualizing the relationships between these topics (right click and hold to drag, ctrl+scroll to zoom).
Basic
- InferenceSession/ORTModule
- Graph/Node/NodeArg
- Ops and Kernels
- ORTValue/Tensor
- GraphTransformer
- Per-op Gradient Building
- Performance Investigation
Intermediate
- ExecutionProvider
- IOBinding/dlpack
- PyBind
- Gradient Graph Building
- CUDA Programming
Advanced
-
- SessionState
- ExecutionFrame
-
Distributed Training
Domain Experts
- Performance optimization for CUDA kernels
- Hyper-parameter tuning