Add logging APIs for custom operators #14416
Add logging APIs for custom operators
2736cc93
Fix comparison of integers with mismatched signs
9bda8a0d
Add 1 to msg_len to get buffer size. Test custom op without session c…
0788185d
Use variadic template; Add checked and unchecked logging functions
b1d38a44
Add Ort::Status::IsOK() to C++ API header
5e4ba114
Edit comments
94bcfcbf
Add a new logger class that caches the logging severity level
e501bc5f
Remove tuple header and simplify some comments
b0a70155
Fix merge conflicts with main
8c0e9ed2
Use wide path string for Windows
f9ab12c7
Always cache the Ort::Logger's severity level.
c1bfdd0b
Use ORT_FILE in documentation comments for Ort::Logger.
c187d716
Fix misspelling in comment
5e4ec2d4
Add tests for C/C++ logging APIs
98a38fbe
Merge latest commits from main (fix conflicts)
4459431a
Simplify tests by mocking OrtStatus
8bca995d
Experiment with printf format __attribute__
71e6637c
Disable -Wformat-nonliteral for Ort::Logger::LogFormattedMessage
e03b7e9c
Also disable -Wformat-security
b7aa149d
Fix warning about unused parameter in testing helper
73c0e164
Link tests with nsync lib on non-Windows builds
5fa94a70
Merge latest commits from main
6585d191
Dont test logging APIs in a minimal build because we need exceptions …
f113f5fd
Add stub ortenv_setup() for iOS tests
3cae8c77
Check C++14 before using std::make_unique<>()
bcdcc470
Merge branch 'adrianl/custom-op-logging-apis' of github.com:microsoft…
c1b97a51
Use std:: namespace for snprintf calls in the C++ API header
ef1bcedd
Merge latest commits from main
dafea83e
Merge latest commits from main
8582b29c
Merge latest commits from main
05b5be3b
Add C/C++ API KernelInfo_GetNodeName
5bd5e82d
Merge latest commits from main
adbaebb8
Merge latest commits from main
953d253a
Merge latest commits from main
8c6a722d
Add KernelContext_GetLogger API
394522fd
Merge latest commits from main
f2d40ea0
Merge latest commits from main branch
ae4c485b
adrianlizarraga
deleted the adrianl/custom-op-logging-apis branch 3 years ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub