Struct windows::Win32::AI::MachineLearning::DirectML::DML_GEMM_OPERATOR_DESC
#[repr(C)]pub struct DML_GEMM_OPERATOR_DESC {
pub ATensor: *const DML_TENSOR_DESC,
pub BTensor: *const DML_TENSOR_DESC,
pub CTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
pub TransA: DML_MATRIX_TRANSFORM,
pub TransB: DML_MATRIX_TRANSFORM,
pub Alpha: f32,
pub Beta: f32,
pub FusedActivation: *const DML_OPERATOR_DESC,
}
Fields§
§ATensor: *const DML_TENSOR_DESC
§BTensor: *const DML_TENSOR_DESC
§CTensor: *const DML_TENSOR_DESC
§OutputTensor: *const DML_TENSOR_DESC
§TransA: DML_MATRIX_TRANSFORM
§TransB: DML_MATRIX_TRANSFORM
§Alpha: f32
§Beta: f32
§FusedActivation: *const DML_OPERATOR_DESC
Trait Implementations§
§impl Clone for DML_GEMM_OPERATOR_DESC
impl Clone for DML_GEMM_OPERATOR_DESC
§fn clone(&self) -> DML_GEMM_OPERATOR_DESC
fn clone(&self) -> DML_GEMM_OPERATOR_DESC
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DML_GEMM_OPERATOR_DESC
impl Debug for DML_GEMM_OPERATOR_DESC
§impl Default for DML_GEMM_OPERATOR_DESC
impl Default for DML_GEMM_OPERATOR_DESC
§impl PartialEq for DML_GEMM_OPERATOR_DESC
impl PartialEq for DML_GEMM_OPERATOR_DESC
§fn eq(&self, other: &DML_GEMM_OPERATOR_DESC) -> bool
fn eq(&self, other: &DML_GEMM_OPERATOR_DESC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DML_GEMM_OPERATOR_DESC
impl StructuralPartialEq for DML_GEMM_OPERATOR_DESC
Auto Trait Implementations§
impl Freeze for DML_GEMM_OPERATOR_DESC
impl RefUnwindSafe for DML_GEMM_OPERATOR_DESC
impl !Send for DML_GEMM_OPERATOR_DESC
impl !Sync for DML_GEMM_OPERATOR_DESC
impl Unpin for DML_GEMM_OPERATOR_DESC
impl UnwindSafe for DML_GEMM_OPERATOR_DESC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)