Expand description
The Kernel trait and kernel-match / cost types (§4.2).
Structs§
- Cost
- A cost estimate for running a kernel, consumed by the placement cost model
(
docs/ORT2.md§6). All time fields are in microseconds; a fuller model (roofline, calibration) lands inonnx-runtime-cost-model(Phase 2).
Enums§
Traits§
- Kernel
- A kernel ready to execute a specific op with specific shapes (§4.2).