mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
9 lines
264 B
C
9 lines
264 B
C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|||
// Licensed under the MIT License.
|
|||
|
|||
#pragma once
|
|||
namespace RuntimeParameters
|
|||
{
|
|||
// Runtime parameters passed through CLI arguments
|
|||
extern std::unordered_map<std::string, std::string> Parameters;
|
|||
}
|