mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
### Description
<!-- Describe your changes. -->
Pass through the ConfigOptions from the session via OpKernelInfo so that
kernel behavior can be configured.
Initial usage would be to optionally enable a fast path for ARM64 bloat16 GEMM - see #17031
Other usages could be things like selected the exact implementations of the activation functions for RNN operators instead of the default approximations (e.g. use [sigmoid_exact instead of sigmoid](
|
||
|---|---|---|
| .. | ||
| include | ||
| compare_ortvalue.cc | ||
| default_providers.cc | ||
| file_util.cc | ||
| scoped_env_vars.cc | ||
| temp_dir.cc | ||
| tensors_from_file.cc | ||
| test_allocator.cc | ||
| test_environment.cc | ||
| test_random_seed.cc | ||
| test_utils.cc | ||