onnxruntime/onnxruntime/test
Thiago Crepaldi 32c05fcdd1
Add Col2Im CPU op (#12311)
**Description**
This PR implements N-dimensional Col2Im as a contrib CPU Op as specified
by ONNX's https://github.com/onnx/onnx/pull/3948

**Motivation and Context**
- Col2Im enables models such as:
  - [SS-DCNet](https://github.com/xhp-hust-2018-2011/SS-DCNet)
  - [DSTT](https://github.com/ruiliu-ai/DSTT)
- It also serves to document the ORT's obscure `math::Col2ImNd` utility

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Co-authored-by: Liqun Fu <liqfu@microsoft.com>
2023-01-25 12:23:00 -08:00
..
api_tests_without_env
common oneDNN ep bf16 enabling (#13484) 2022-11-04 18:25:09 -07:00
contrib_ops Upgrade CUTLASS to v2.11 and add sequence length threshold for cutlass FMHA (#14401) 2023-01-25 09:43:48 -08:00
custom_op_registration Add ability to register custom ops by specifying a function name (#14177) 2023-01-12 15:11:34 +10:00
debug_node_inputs_outputs Bug Fix - WASM build break (#13699) 2022-11-20 23:30:31 -08:00
eager Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
framework remove unnecessary waitOnEPStep when current node and the consumer node are in the same stream (#14173) 2023-01-20 07:35:15 -08:00
fuzzing Remove previously deprecated API (#12935) 2022-09-14 10:58:03 -07:00
global_thread_pools Exclude affinity-setting logic from minimal build (#13967) 2022-12-15 14:43:42 -08:00
ir to work with onnx 1.13 rc, implement ver 18 reduce and optioanl ops, … (#13765) 2023-01-09 10:26:16 -08:00
mlas Supporting Intel AMX instructions in quantized GEMM (#14042) 2023-01-10 12:16:27 -08:00
onnx Add Col2Im CPU op (#12311) 2023-01-25 12:23:00 -08:00
opaque_api Deprecate APIs returning raw ptrs and provide replacements (#11922) 2022-06-24 09:50:04 -07:00
optimizer Removing Double QDQ from Graphs (#14024) 2023-01-16 19:06:57 -08:00
perftest Ort openvino 4.3 cli (#14341) 2023-01-23 14:17:52 -08:00
platform Tune test case for hybrid cpu (#14204) 2023-01-10 12:54:02 -08:00
proto
providers Add Col2Im CPU op (#12311) 2023-01-25 12:23:00 -08:00
python Misc transformer fixes - 3 (#14320) 2023-01-20 13:57:57 -08:00
quantization
shared_lib Exclude a multi-stream case from reduced ops build (#14351) 2023-01-19 14:39:25 -08:00
testdata Add Col2Im CPU op (#12311) 2023-01-25 12:23:00 -08:00
unittest_main
util Ort openvino 4.3 cli (#14341) 2023-01-23 14:17:52 -08:00
wasm
win_getopt
xctest Add ability to register custom ops by specifying a function name (#14177) 2023-01-12 15:11:34 +10:00