onnxruntime/onnxruntime/test
Chen Fu cd0af7ad44
Symmetric quantized convolution kernel ARM64 (#9772)
Adding a symmetric quantized convolution kernel for ARM64

Note:
Indirect conv performs worse for shallow convs (input channels are small). This is much more so for low end pre-dot CPUs, where only 128 or deeper conv is faster with indirect conv. With DOT-CPUs, 32 deep conv is already faster

Co-authored-by: Chen Fu <fuchen@microsoft.com>
2021-12-13 21:14:45 -08:00
..
api_tests_without_env
common Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
contrib_ops Implementation of QAttention for the DNNL execution provider (#10004) 2021-12-10 21:50:13 -08:00
debug_node_inputs_outputs Extend node debugging utilities to push tensors and node placement to SQL database (#8672) 2021-08-21 00:40:12 -07:00
eager Change TensorShape to typically not allocate heap memory (#9542) 2021-11-08 10:29:54 -08:00
framework Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
fuzzing Remove redundant inline specifiers, sync server IsLittleEndianOrder with runtime core (#9856) 2021-11-29 08:32:16 -08:00
global_thread_pools Custom thread creation and join hooks (#9426) 2021-11-12 19:10:31 -08:00
ir Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
mlas Symmetric quantized convolution kernel ARM64 (#9772) 2021-12-13 21:14:45 -08:00
onnx Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
opaque_api Remove Featurizers code (#9300) 2021-10-20 10:20:35 -07:00
optimizer Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
perftest Enable proper override using MIMalloc (#9944) 2021-12-07 17:56:58 -08:00
platform Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
proto
providers Symmetric quantized convolution kernel ARM64 (#9772) 2021-12-13 21:14:45 -08:00
python Add quantization tool and its unittest with s8s8 support (#10007) 2021-12-10 16:40:01 -08:00
quantization Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
shared_lib Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
testdata Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
tvm Make onnxruntime::Status nodiscard (#9279) 2021-10-08 17:10:31 -07:00
unittest_main
util Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
wasm
win_getopt
xctest