onnxruntime/onnxruntime/core/profile
Scott McKay 62af8da3f6 Use OrtMutex and OrtCondVar everywhere instead of std::mutex/std::condition_variable for consistency.
Needed to change the MissingTrack enum naming due to ort_mutex.h including Windows.h which #defines TRUE and FALSE (via inclusion of fdi_fci_types.h), breaking usage of MissingTrack::TRUE and MissingTrack::FALSE.
2020-06-03 08:42:16 -07:00
..
context.h Use OrtMutex and OrtCondVar everywhere instead of std::mutex/std::condition_variable for consistency. 2020-06-03 08:42:16 -07:00
profile.cc Create Utils for Adding Range and Marker (#4013) 2020-05-24 22:55:24 -07:00
profile.h Create Utils for Adding Range and Marker (#4013) 2020-05-24 22:55:24 -07:00