onnxruntime/onnxruntime/core/common
Edward Chen 66df167a73
Add support for op kernel type control required types, require int64 for some ops (#6832)
Adds support for required types to the op kernel type control infrastructure. Required types are always enabled.
Added int64 as a required type for certain ops.
2021-03-01 19:04:29 -08:00
..
logging Add Cmake config for onnxruntime_NO_EXCEPTIONS (#4975) 2020-09-01 10:17:50 -07:00
cpuid_info.cc Threading support for Hybrid core architecture (#6728) 2021-02-17 15:35:07 -08:00
cpuid_info.h Threading support for Hybrid core architecture (#6728) 2021-02-17 15:35:07 -08:00
denormal.cc Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00
path.cc adding concat logic when initial path is empty (#4525) 2020-07-16 23:46:12 -07:00
path.h adding concat logic when initial path is empty (#4525) 2020-07-16 23:46:12 -07:00
path_string.h Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
path_utils.h adding concat logic when initial path is empty (#4525) 2020-07-16 23:46:12 -07:00
profiler.cc Introduce training changes. 2020-03-11 14:39:03 -07:00
profiler.h Add GetProfilingStartTimeNs() to Python/C# APIs (#5280) 2020-10-14 05:32:43 -07:00
safeint.h Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
status.cc
str_helper.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
threadpool.cc Threading support for Hybrid core architecture (#6728) 2021-02-17 15:35:07 -08:00
type_list.h Enable type reduction for ConstantOfShape CPU kernel. (#6594) 2021-02-12 18:27:25 +10:00
type_set_utils.h Add support for op kernel type control required types, require int64 for some ops (#6832) 2021-03-01 19:04:29 -08:00
utf8_util.h