onnxruntime/winml/test/common/runtimeParameters.h

10 lines
244 B
C
Raw Normal View History

// 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;
}