#[repr(C)]pub struct DML_CUMULATIVE_SUMMATION_OPERATOR_DESC {
pub InputTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
pub Axis: u32,
pub AxisDirection: DML_AXIS_DIRECTION,
pub HasExclusiveSum: BOOL,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
, "Win32_Foundation"
Fields
InputTensor: *const DML_TENSOR_DESC
OutputTensor: *const DML_TENSOR_DESC
Axis: u32
AxisDirection: DML_AXIS_DIRECTION
HasExclusiveSum: BOOL
Trait Implementations
impl Copy for DML_CUMULATIVE_SUMMATION_OPERATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_CUMULATIVE_SUMMATION_OPERATOR_DESC
impl !Send for DML_CUMULATIVE_SUMMATION_OPERATOR_DESC
impl !Sync for DML_CUMULATIVE_SUMMATION_OPERATOR_DESC
impl Unpin for DML_CUMULATIVE_SUMMATION_OPERATOR_DESC
impl UnwindSafe for DML_CUMULATIVE_SUMMATION_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