Enum GemmType
Flags used for GEMM function
[Flags]
public enum GemmType
Fields
Default = 0
Do not apply transpose to neither matrices
Src1Transpose = 1
transpose src1
Src2Transpose = 2
transpose src2
Src3Transpose = 4
transpose src3
Flags used for GEMM function
[Flags]
public enum GemmType
Default = 0
Do not apply transpose to neither matrices
Src1Transpose = 1
transpose src1
Src2Transpose = 2
transpose src2
Src3Transpose = 4
transpose src3