onnxruntime/onnxruntime/core/mlas
Tracy Sharpe 16297a8e61
Implement NCHWc Upsample linear mode (#7623)
Extend the existing NCHWc Upsample operator to support linear modes too.
2021-05-10 12:16:16 -07:00
..
inc Implement NCHWc Upsample linear mode (#7623) 2021-05-10 12:16:16 -07:00
lib Implement NCHWc Upsample linear mode (#7623) 2021-05-10 12:16:16 -07:00
.clang-format Adding interface for batched integer gemm (#7249) 2021-04-15 10:25:31 -07:00
README.md

About MLAS

MLAS is a compute library containing processor optimized GEMM kernels and platform specific threading code.

Unit tests for MLAS

Unit tests for the SGEMM kernels are available under onnxruntime\test\mlas. These tests run over a range of inputs that then execute the various special cases for aligned and unaligned outputs. The tests have failed if any "mismatch" strings are printed.