onnxruntime/onnxruntime
Chen Fu 34175f0b7c
FP16 conv (#15062)
### Description

Convolution for fp16 datatype. Use NHWC for computation. For NCHW input,
it rearranges the input tensor to NHWC format before computing the
result.

Support two optional fusion:

1. Activation
2. Add (not yet implemented)

### Motivation and Context

Accelerating fp16 inference
2023-03-21 10:32:43 -07:00
..
contrib_ops FP16 conv (#15062) 2023-03-21 10:32:43 -07:00
core FP16 conv (#15062) 2023-03-21 10:32:43 -07:00
python Fix ROCm 5.2.3 pipeline (#15073) 2023-03-17 15:59:57 +08:00
test FP16 conv (#15062) 2023-03-21 10:32:43 -07:00
tool/etw
wasm [js/web] support flag 'optimizedModelFilePath' in session options (#14355) 2023-02-24 15:50:15 -08:00
__init__.py Add GetVersionSting API for C++, C# and Python (#14873) 2023-03-02 17:11:07 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings