mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-17 01:44:45 +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](
|
||
|---|---|---|
| .. | ||
| test | ||
| asserts.h | ||
| capturing_sink.h | ||
| compare_ortvalue.h | ||
| current_test_name.h | ||
| default_providers.h | ||
| file_util.h | ||
| inference_session_wrapper.h | ||
| providers.h | ||
| scoped_env_vars.h | ||
| temp_dir.h | ||
| tensors_from_file.h | ||
| test_allocator.h | ||
| test_environment.h | ||
| test_random_seed.h | ||
| test_utils.h | ||