mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
### 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 |
||
|---|---|---|
| .. | ||
| distance.h | ||
| math.h | ||
| math_cpu.cc | ||
| math_cpuonly.h | ||
| protobuf_parsing_utils.h | ||
| qmath.h | ||
| thread_utils.cc | ||
| thread_utils.h | ||