onnxruntime/onnxruntime/core/util
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
..
distance.h
math.h
math_cpu.cc FP16 conv (#15062) 2023-03-21 10:32:43 -07:00
math_cpuonly.h upgrade emsdk to 3.1.19 (#12690) 2022-08-30 13:42:45 -07:00
protobuf_parsing_utils.h
qmath.h Cjian/c4244 round 6 (#13663) 2022-11-16 16:26:11 -05:00
thread_utils.cc Changes to support standalone custom ops in a minimal build. (#14497) 2023-03-01 11:22:54 +10:00
thread_utils.h Enabling thread pool to be numa-aware (#13778) 2022-12-12 10:33:55 -08:00