struct

GS::Metal::KernelParams::ElementwiseParams

Inherits Struct < Value < Object

Elementwise operation parameters

Constructors

new(count : 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
count
Source
count=(count : UInt32)
Source