onnxruntime/onnxruntime/core/common
Chun-Wei Chen 7f3aa3a163
Add GetStartTime() for profiler to get private profiling_start_time_ (#4994)
* add GetStartTime() for profiler

* add function in inference_session

* remove qualified name

* add the api in cxx_api.h

* rename starttime to StartTimeNs, expost profiling object

* rename GetProfilingStartTime

* move Ortapis to the right place

* move to the end

* add const for session

* const the right place

* use const auto instead of const auto* for session

* remove const for auto getstarttime

* remove const for auto getstarttime

add unit tests

* nit: update test name and add comments
2020-09-16 00:17:04 -07:00
..
logging Add Cmake config for onnxruntime_NO_EXCEPTIONS (#4975) 2020-09-01 10:17:50 -07:00
cpuid_info.cc
cpuid_info.h
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 GetStartTime() for profiler to get private profiling_start_time_ (#4994) 2020-09-16 00:17:04 -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 Parallelizing elementwise kernels (#4577) 2020-09-04 14:45:43 -07:00
utf8_util.h