Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
windows-0.46.0
/
src
/
Windows
/
Win32
/
AI
/
MachineLearning
/
mod.rs
blob: ef74b8febef6d73925251f07124c2e616ecca171 [
file
]
#[
cfg
(
feature
=
"Win32_AI_MachineLearning_DirectML"
)]
pub
mod
DirectML
;
#[
cfg
(
feature
=
"Win32_AI_MachineLearning_WinML"
)]
pub
mod
WinML
;
#[
cfg
(
feature
=
"implement"
)]
::
core
::
include
!(
"impl.rs"
);