#[repr(C)]pub struct DML_NONZERO_COORDINATES_OPERATOR_DESC {
pub InputTensor: *const DML_TENSOR_DESC,
pub OutputCountTensor: *const DML_TENSOR_DESC,
pub OutputCoordinatesTensor: *const DML_TENSOR_DESC,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
Fields
InputTensor: *const DML_TENSOR_DESC
OutputCountTensor: *const DML_TENSOR_DESC
OutputCoordinatesTensor: *const DML_TENSOR_DESC
Trait Implementations
impl Copy for DML_NONZERO_COORDINATES_OPERATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_NONZERO_COORDINATES_OPERATOR_DESC
impl !Send for DML_NONZERO_COORDINATES_OPERATOR_DESC
impl !Sync for DML_NONZERO_COORDINATES_OPERATOR_DESC
impl Unpin for DML_NONZERO_COORDINATES_OPERATOR_DESC
impl UnwindSafe for DML_NONZERO_COORDINATES_OPERATOR_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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