#[repr(C)]
pub struct DML_BUFFER_TENSOR_DESC { pub DataType: DML_TENSOR_DATA_TYPE, pub Flags: DML_TENSOR_FLAGS, pub DimensionCount: u32, pub Sizes: *mut u32, pub Strides: *mut u32, pub TotalTensorSizeInBytes: u64, pub GuaranteedBaseOffsetAlignment: u32, }
Expand description

Required features: ‘Win32_AI_MachineLearning_DirectML’

Fields

DataType: DML_TENSOR_DATA_TYPEFlags: DML_TENSOR_FLAGSDimensionCount: u32Sizes: *mut u32Strides: *mut u32TotalTensorSizeInBytes: u64GuaranteedBaseOffsetAlignment: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.