onnxruntime/winml/lib/Api.Experimental/LearningModelSessionOptionsExperimental.h

17 lines
502 B
C++

#pragma once
#include "LearningModelSessionOptionsExperimental.g.h"
namespace WINML_EXPERIMENTALP {
struct LearningModelSessionOptionsExperimental : LearningModelSessionOptionsExperimentalT<LearningModelSessionOptionsExperimental>
{
LearningModelSessionOptionsExperimental(const winml::LearningModelSession& options);
wfc::IMapView<winrt::hstring, uint32_t> GetNamedDimensionOverrides();
private:
wfc::IMapView<winrt::hstring, uint32_t> overrides_;
};
} // namespace WINML_EXPERIMENTALP