onnxruntime/include/onnxruntime/core/framework
Edward Chen 318b82ca7e
Cast Op performance fix. (#6509)
Update CPU Cast implementation to fix performance regressions.
Update Cast unit tests for more coverage.
2021-02-04 14:52:37 -08:00
..
alloc_kind.h Exclude some training specific code from the minimal build. Cleanup some related aspects of allocation planner. (#5861) 2020-11-20 20:25:46 +10:00
allocator.h Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08:00
customregistry.h Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
data_types.h Cast Op performance fix. (#6509) 2021-02-04 14:52:37 -08:00
data_types_internal.h Op kernel type reduction infrastructure. (#6466) 2021-01-28 07:27:19 -08:00
endian.h
execution_provider.h Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08:00
fence.h Remove Cuda dependency from TensorRT shared provider (#5014) 2020-09-04 11:35:02 -07:00
framework_common.h
func_api.h Unify IExecutionProvider and IExecutionProviderFactory interfaces (#6108) 2020-12-15 16:45:53 -08:00
kernel_def_builder.h Introduce VariadicAlias, remove hardcoded alias limits (#6106) 2020-12-11 10:47:08 -08:00
kernel_registry.h Add kernel def hash logic for minimal build (#4891) 2020-08-23 14:39:07 +10:00
ml_value.h Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
op_kernel.h Op kernel type reduction infrastructure. (#6466) 2021-01-28 07:27:19 -08:00
op_kernel_info.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
op_node_proto_helper.h Allow Kernels refer to some attribute data directly in the protobuf (#5624) 2020-10-29 16:12:54 -07:00
ortdevice.h Deprecate Python global configuration functions [Part 1] (#5923) 2020-12-15 11:32:43 -08:00
ortmemoryinfo.h Remove Cuda dependency from TensorRT shared provider (#5014) 2020-09-04 11:35:02 -07:00
provider_options.h Deprecate Python global configuration functions [Part 1] (#5923) 2020-12-15 11:32:43 -08:00
provider_options_utils.h Rename MakeString and ParseString functions. (#6272) 2021-01-07 15:43:42 -08:00
provider_shutdown.h Fix shared provider unload crash (#5553) 2020-10-21 13:01:21 -07:00
run_options.h Pipeline Parallel Experimental Python API (#5815) 2021-01-15 12:07:28 +08:00
sparse_tensor.h Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
tensor.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
tensor_shape.h