#[repr(C)]
pub struct DML_GEMM_OPERATOR_DESC { pub ATensor: *mut DML_TENSOR_DESC, pub BTensor: *mut DML_TENSOR_DESC, pub CTensor: *mut DML_TENSOR_DESC, pub OutputTensor: *mut DML_TENSOR_DESC, pub TransA: DML_MATRIX_TRANSFORM, pub TransB: DML_MATRIX_TRANSFORM, pub Alpha: f32, pub Beta: f32, pub FusedActivation: *mut DML_OPERATOR_DESC, }
Expand description

Required features: ‘Win32_AI_MachineLearning_DirectML’

Fields

ATensor: *mut DML_TENSOR_DESCBTensor: *mut DML_TENSOR_DESCCTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCTransA: DML_MATRIX_TRANSFORMTransB: DML_MATRIX_TRANSFORMAlpha: f32Beta: f32FusedActivation: *mut DML_OPERATOR_DESC

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.