mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
With this patch, it optimizes Resize when the input X is 4D int8/uint8 tensor and the mode is linear by: * Transforming NCHW Resize to NHWC variant * Using the NHWC Resize kernel without floating-point computation It improves DeepLab V3 with uint8 quantization by 19% on X64. It also improves Resize of DeepLab V3 with int8 quantization by 15%~18% on X64. |
||
|---|---|---|
| .. | ||
| optimizer_api.h | ||
| optimizer_api_impl.cc | ||
| optimizer_utils.h | ||
| ort_transpose_optimizer.cc | ||
| ort_transpose_optimizer.h | ||
| transpose_optimizer.cc | ||