Struct windows_sys::Win32::AI::MachineLearning::WinML::WINML_RESOURCE_BINDING_DESC
[−]#[repr(C)]pub struct WINML_RESOURCE_BINDING_DESC {
pub ElementType: WINML_TENSOR_DATA_TYPE,
pub NumDimensions: u32,
pub pShape: *mut i64,
pub pResource: ID3D12Resource,
}Expand description
Required features: ‘Win32_AI_MachineLearning_WinML’, ‘Win32_Graphics_Direct3D12’
Fields
ElementType: WINML_TENSOR_DATA_TYPENumDimensions: u32pShape: *mut i64pResource: ID3D12Resource