onnxruntime/onnxruntime/core/session
Ori Levari 9cefde3391
User/orilevari/32bit comparison warning (#2800)
* use correct type for for loop

* explicitly specify void for parameters of OrtGetApiBase because the function is defined in c, so when the function is just (), it is interpreted as having an unknown number of parameters. This was causing compiler warning C4276.
2020-01-08 15:04:59 -08:00
..
abi_session_options.cc Add a transformer to use Gelu approximation for cuda provider (#2480) 2019-11-27 10:15:50 -08:00
abi_session_options_impl.h
allocator_impl.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
custom_ops.cc Ryanunderhill/customop dll (#2002) 2019-10-11 11:12:51 -07:00
custom_ops.h
default_cpu_allocator_c_api.cc Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
environment.cc Advance Featurizers commits and fix up ORT lining issues. (#2705) 2019-12-19 20:27:36 -08:00
inference_session.cc send shutdown event when dll is unloaded and EvaluationStop, SessionC… (#2704) 2019-12-20 16:11:21 -08:00
inference_session.h Merge branch 'master' into windowsai 2019-12-20 17:38:37 -08:00
inference_session_utils.cc Revert "User/orilevari/windowsai master merge (#2674)" 2019-12-19 16:11:48 -08:00
inference_session_utils.h Revert "User/orilevari/windowsai master merge (#2674)" 2019-12-19 16:11:48 -08:00
IOBinding.cc Support replacing OrtValue of feed in IOBinding instance (#1819) 2019-09-17 07:43:47 +10:00
IOBinding.h Support replacing OrtValue of feed in IOBinding instance (#1819) 2019-09-17 07:43:47 +10:00
onnxruntime_c_api.cc User/orilevari/32bit comparison warning (#2800) 2020-01-08 15:04:59 -08:00
ort_apis.h Adding platform telemetry (#2109) 2019-10-19 18:25:57 -07:00