struct

GS::Metal::KernelParams::MatmulParams

Inherits Struct < Value < Object

Matrix multiplication parameters

Constructors

new(m : UInt32, n : UInt32, k : UInt32, alpha : Float32 = 1.0_f32, beta : Float32 = 0.0_f32)
Source

Instance methods

alpha
Source
alpha=(alpha : Float32)
Source
beta
Source
beta=(beta : Float32)
Source
k=(k : UInt32)
Source
m=(m : UInt32)
Source
n=(n : UInt32)
Source