onnxruntime/include/onnxruntime/core/framework
Edward Chen d5ed3e7fba
Enable type reduction in EyeLike, Mod, random.cc CPU kernels. (#6960)
* Update EyeLike CPU kernel.

* Update Mod CPU kernel.

* Update Multinomial CPU kernel.

* Slight improvement to Pad CPU kernel binary size.

* Update RandomNormal[Like], RandomUniform[Like] CPU kernels.
2021-03-10 15:32:56 +10: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 Change OpKernel class to be shared with shared providers (#6837) 2021-03-02 00:53:48 -08:00
data_types_internal.h Enable type reduction in EyeLike, Mod, random.cc CPU kernels. (#6960) 2021-03-10 15:32:56 +10:00
endian.h
execution_provider.h Change OpKernel class to be shared with shared providers (#6837) 2021-03-02 00:53:48 -08:00
fence.h Remove Cuda dependency from TensorRT shared provider (#5014) 2020-09-04 11:35:02 -07:00
float16.h Change OpKernel class to be shared with shared providers (#6837) 2021-03-02 00:53:48 -08: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 Make kernel hash stable in type reduced build (#6603) 2021-02-09 12:00:08 +10:00
kernel_registry.h Change OpKernel class to be shared with shared providers (#6837) 2021-03-02 00:53:48 -08:00
ml_value.h Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
op_kernel.h Change OpKernel class to be shared with shared providers (#6837) 2021-03-02 00:53:48 -08:00
op_kernel_context.h Change OpKernel class to be shared with shared providers (#6837) 2021-03-02 00:53:48 -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 Plug n Allocate with external CUDA allocator via PyBind. (#6679) 2021-02-17 18:59:38 -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