Conversation
| * This api augments OrtTypeInfo to return denotations on the type. | ||
| * This is used by WinML to determine if an input/output is intended to be an Image or a Tensor. | ||
| */ | ||
| OrtStatus*(ORT_API_CALL* GetDenotationFromTypeInfo)(_In_ const OrtTypeInfo*, _Out_ const char** const denotation, _Out_ size_t* len)NO_EXCEPTION; |
There was a problem hiding this comment.
[nit] Add some spaces for readability before and after the function? Or is stupid clang-format messing things up?
OrtStatus* (...)(...) NO_EXCEPTION; #Resolved
There was a problem hiding this comment.
Ah, seems you just cut&paste this from elsewhere. Non-blocking minor. #Resolved
There was a problem hiding this comment.
There was a problem hiding this comment.
|
YW! In reply to: 352644894 [](ancestors = 352644894) |
| @@ -1,3 +1,6 @@ | |||
| # Copyright (c) Microsoft Corporation. All rights reserved. | |||
There was a problem hiding this comment.
All rights reserved. [](start = 39, length = 20)
Why keep "All rights reserved" here and remove it for the source files? #Resolved
There was a problem hiding this comment.
There was a problem hiding this comment.
Same thing for the other .cmake files and also in CMakeLists.txt?
In reply to: 374412145 [](ancestors = 374412145,374411856)
There was a problem hiding this comment.
hmm... seems like All rights reserved is more common in the code base... switching to that.
In reply to: 374412543 [](ancestors = 374412543,374412145,374411856)
| @@ -1,5 +1,6 @@ | |||
| // Copyright (c) Microsoft Corporation. All rights reserved. | |||
| @@ -1,5 +1,6 @@ | |||
| // Copyright (c) Microsoft Corporation. All rights reserved. | |||
| @@ -1,5 +1,6 @@ | |||
| // Copyright (c) Microsoft Corporation. All rights reserved. | |||
cmake/precompiled_header.cmake
Outdated
| @@ -1,3 +1,6 @@ | |||
| # Copyright (c) Microsoft Corporation. | |||
There was a problem hiding this comment.
All rights reserved. #Resolved
nit: two lines #Resolved Refers to: tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml:119 in 784cefa. [](commit_id = 784cefa, deletion_comment = False) |
User/sheilk/windowsai merge cr feedback