onnxruntime/include/onnxruntime/core/session
RandySheriffH 8e610f25d8
Implement lite custom op API (#15778)
Implement a set of new APIs for lightweight custom ops registration, to
save efforts from schema-composing.
A few highlights:

- Support build-time type inference;
- Support function-as-op for "stateless" ops;
- Support structure-as-op for "stateful" ops;
- Support varied input/output forms such as span, scalar, and tensors,
either optional or non-optional.

---------

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2023-05-04 09:49:17 -07:00
..
environment.h Revert "Call pluggable EP's shutdown function in Environment::~Environment() (#11120)" (#11393) 2022-05-02 14:38:31 -07:00
experimental_onnxruntime_cxx_api.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
experimental_onnxruntime_cxx_inline.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
onnxruntime_c_api.h Update VERSION_NUMBER (#15773) 2023-05-03 15:07:34 -07:00
onnxruntime_cxx_api.h Prefast fixes for CUDA EP (#15726) 2023-04-29 12:43:12 -07:00
onnxruntime_cxx_inline.h Prefast fixes for CUDA EP (#15726) 2023-04-29 12:43:12 -07:00
onnxruntime_lite_custom_op.h Implement lite custom op API (#15778) 2023-05-04 09:49:17 -07:00
onnxruntime_run_options_config_keys.h Adding RunOptions synchronization behaviour to C/C++ API (#14088) 2023-02-07 19:59:28 -08:00
onnxruntime_session_options_config_keys.h Default kOrtSessionOptionsDisableQuantQDQ to 1 when the DML EP is registered (#15725) 2023-05-01 08:26:03 -07:00
snippets.dox [C API Docs] Add docs for run options tag/log level accessors/modifiers. (#9045) 2021-09-14 08:53:35 -07:00