mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Improve code readability and performance. (#2257) Remove one time checks from loops. Move out GetType<>() calls from loop as they go through local function statics. Get rid of index calculations from input and output so we can simlpy advance ptrs and potentially do better pre-fetch. Improve code readability. |
||
|---|---|---|
| .. | ||
| cpu | ||
| cuda | ||
| cpu_contrib_kernels.cc | ||
| cpu_contrib_kernels.h | ||
| cuda_contrib_kernels.cc | ||
| cuda_contrib_kernels.h | ||