Package apple.accelerate.struct
Class BNNSActivation
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.BNNSActivation
-
public final class BNNSActivation extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description BNNSActivation()protectedBNNSActivation(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatalpha()floatbeta()intfunction()intioffset()org.moe.natj.general.ptr.ConstIntPtrioffset_per_channel()intiscale()The following fields are available in macOS 10.13, iOS 11, tvOS 11, watchOS 4org.moe.natj.general.ptr.ConstIntPtriscale_per_channel()intishift()org.moe.natj.general.ptr.ConstIntPtrishift_per_channel()voidsetAlpha(float value)voidsetBeta(float value)voidsetFunction(int value)voidsetIoffset(int value)voidsetIoffset_per_channel(org.moe.natj.general.ptr.ConstIntPtr value)voidsetIscale(int value)The following fields are available in macOS 10.13, iOS 11, tvOS 11, watchOS 4voidsetIscale_per_channel(org.moe.natj.general.ptr.ConstIntPtr value)voidsetIshift(int value)voidsetIshift_per_channel(org.moe.natj.general.ptr.ConstIntPtr value)
-
-
-
Method Detail
-
function
public int function()
-
setFunction
public void setFunction(int value)
-
alpha
public float alpha()
-
setAlpha
public void setAlpha(float value)
-
beta
public float beta()
-
setBeta
public void setBeta(float value)
-
iscale
public int iscale()
The following fields are available in macOS 10.13, iOS 11, tvOS 11, watchOS 4
-
setIscale
public void setIscale(int value)
The following fields are available in macOS 10.13, iOS 11, tvOS 11, watchOS 4
-
ioffset
public int ioffset()
-
setIoffset
public void setIoffset(int value)
-
ishift
public int ishift()
-
setIshift
public void setIshift(int value)
-
iscale_per_channel
public org.moe.natj.general.ptr.ConstIntPtr iscale_per_channel()
-
setIscale_per_channel
public void setIscale_per_channel(org.moe.natj.general.ptr.ConstIntPtr value)
-
ioffset_per_channel
public org.moe.natj.general.ptr.ConstIntPtr ioffset_per_channel()
-
setIoffset_per_channel
public void setIoffset_per_channel(org.moe.natj.general.ptr.ConstIntPtr value)
-
ishift_per_channel
public org.moe.natj.general.ptr.ConstIntPtr ishift_per_channel()
-
setIshift_per_channel
public void setIshift_per_channel(org.moe.natj.general.ptr.ConstIntPtr value)
-
-