mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
1. Parallel all the activations ops. 2. Parallel the performance critical path of the LRN op, which makes the ONNX model zoo googlenet model runs 60% faster(latency reduced from 21ms to 13ms). 3. Make the Gemm-Activation fusion support with all the activations ops. Before this change, it only supports LeakyRelu/Relu/Sigmoid/Tanh. 4. Delete onnxruntime/test/framework/op_kernel_test.cc because the file is almost empty. 5. Remove the loggings in KernelRegistry::TryFindKernel, return Status with error message instead. |
||
|---|---|---|
| .. | ||
| logging | ||
| code_location.h | ||
| common.h | ||
| const_pointer_container.h | ||
| eigen_common_wrapper.h | ||
| exceptions.h | ||
| make_unique.h | ||
| optional.h | ||
| status.h | ||