#[repr(C)]pub struct DML_RESAMPLE_GRAD_OPERATOR_DESC {
pub InputGradientTensor: *const DML_TENSOR_DESC,
pub OutputGradientTensor: *const DML_TENSOR_DESC,
pub InterpolationMode: DML_INTERPOLATION_MODE,
pub DimensionCount: u32,
pub Scales: *const f32,
pub InputPixelOffsets: *const f32,
pub OutputPixelOffsets: *const f32,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
Fields
InputGradientTensor: *const DML_TENSOR_DESC
OutputGradientTensor: *const DML_TENSOR_DESC
InterpolationMode: DML_INTERPOLATION_MODE
DimensionCount: u32
Scales: *const f32
InputPixelOffsets: *const f32
OutputPixelOffsets: *const f32
Trait Implementations
impl Clone for DML_RESAMPLE_GRAD_OPERATOR_DESC
impl Clone for DML_RESAMPLE_GRAD_OPERATOR_DESC
impl Copy for DML_RESAMPLE_GRAD_OPERATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_RESAMPLE_GRAD_OPERATOR_DESC
impl !Send for DML_RESAMPLE_GRAD_OPERATOR_DESC
impl !Sync for DML_RESAMPLE_GRAD_OPERATOR_DESC
impl Unpin for DML_RESAMPLE_GRAD_OPERATOR_DESC
impl UnwindSafe for DML_RESAMPLE_GRAD_OPERATOR_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more