summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Win32/System/WinRT/ML/mod.rs
blob: c215d8f42f7630f93059fb0ba0f2fb45fafd065d (plain)
1
2
3
4
5
pub type ILearningModelDeviceFactoryNative = *mut ::core::ffi::c_void;
pub type ILearningModelOperatorProviderNative = *mut ::core::ffi::c_void;
pub type ILearningModelSessionOptionsNative = *mut ::core::ffi::c_void;
pub type ITensorNative = *mut ::core::ffi::c_void;
pub type ITensorStaticsNative = *mut ::core::ffi::c_void;