#[repr(C)]
pub struct DML_ROI_ALIGN_OPERATOR_DESC { pub InputTensor: *mut DML_TENSOR_DESC, pub ROITensor: *mut DML_TENSOR_DESC, pub BatchIndicesTensor: *mut DML_TENSOR_DESC, pub OutputTensor: *mut DML_TENSOR_DESC, pub ReductionFunction: DML_REDUCE_FUNCTION, pub InterpolationMode: DML_INTERPOLATION_MODE, pub SpatialScaleX: f32, pub SpatialScaleY: f32, pub OutOfBoundsInputValue: f32, pub MinimumSamplesPerOutput: u32, pub MaximumSamplesPerOutput: u32, }
Expand description

Required features: ‘Win32_AI_MachineLearning_DirectML’

Fields

InputTensor: *mut DML_TENSOR_DESCROITensor: *mut DML_TENSOR_DESCBatchIndicesTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCReductionFunction: DML_REDUCE_FUNCTIONInterpolationMode: DML_INTERPOLATION_MODESpatialScaleX: f32SpatialScaleY: f32OutOfBoundsInputValue: f32MinimumSamplesPerOutput: u32MaximumSamplesPerOutput: 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.