Class CudaTensorGEMMOperation
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
A class that represents cuda tensor g e m m operation.
public sealed class CudaTensorGEMMOperation
- Inheritance
-
CudaTensorGEMMOperation
- Inherited Members
Properties
Alpha
Gets or sets the alpha.
public float Alpha { get; set; }
Property Value
- float
The alpha.
Beta
Gets or sets the beta.
public float Beta { get; set; }
Property Value
- float
The beta.
K
Gets or sets the k.
public int K { get; set; }
Property Value
- int
The k.
M
Gets or sets the m.
public int M { get; set; }
Property Value
- int
The m.
N
Gets or sets the n.
public int N { get; set; }
Property Value
- int
The n.
Precision
Gets or sets the precision.
public CudaTensorPrecision Precision { get; set; }
Property Value
- CudaTensorPrecision
The precision.
TransposeA
Gets or sets the transpose a.
public bool TransposeA { get; set; }
Property Value
- bool
The transpose a.
TransposeB
Gets or sets the transpose b.
public bool TransposeB { get; set; }
Property Value
- bool
The transpose b.