mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
* Add winml macro wrappers on top of google test macros * change test methods to disabled * Add custom winml macros for both taef and google tests * PR comments
9 lines
No EOL
243 B
C++
9 lines
No EOL
243 B
C++
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
namespace RuntimeParameters
|
|
{
|
|
// Runtime parameters passed through CLI arguments
|
|
extern std::unordered_map<std::string, std::string> Parameters;
|
|
} |