mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
10 lines
244 B
C
10 lines
244 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;
|
||
|
|
}
|