onnxruntime/onnxruntime/core/session
Ryan Lai c6a3620ba8
Remove evaluate telemetry due to redundancy (#4996)
* Remove evaluate start / stop from telemetry

* Remove eval telemetry

* remove check for evaluate time delay

* add comment

* remove const

Co-authored-by: Ryan Lai <ryalai96@gamil.com>
2020-09-01 17:02:00 -07:00
..
abi_session_options.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
abi_session_options_impl.h Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
allocator_impl.h Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
custom_ops.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
custom_ops.h Ryanunderhill/ocr custom op (#744) 2019-04-05 18:53:20 -07:00
default_cpu_allocator_c_api.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
device_allocator.cc Rename DeviceAllocatorRegistrationInfo to a more generic name; Use OrtArenaCfg for arena members; Remove unused OrtMemType; Simplify CreateAllocator interface. (#4970) 2020-09-01 09:25:32 -07:00
device_allocator.h Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
environment.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
inference_session.cc Remove evaluate telemetry due to redundancy (#4996) 2020-09-01 17:02:00 -07:00
inference_session.h Remove evaluate telemetry due to redundancy (#4996) 2020-09-01 17:02:00 -07:00
inference_session_utils.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
inference_session_utils.h Fix build break from removing custom ORT onnx protobuf (#4904) 2020-08-25 18:10:42 +10:00
IOBinding.cc Support binding a graph output to a specific device via the Python binding (#4439) 2020-07-07 21:09:37 -07:00
IOBinding.h Support binding a graph output to a specific device via the Python binding (#4439) 2020-07-07 21:09:37 -07:00
onnxruntime_c_api.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
ort_apis.h Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
ort_env.cc Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
ort_env.h Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00