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