Package apple.accelerate.struct
Class BNNSLayerParametersReduction
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.BNNSLayerParametersReduction
-
public final class BNNSLayerParametersReduction extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description BNNSLayerParametersReduction()protectedBNNSLayerParametersReduction(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatepsilon()BNNSNDArrayDescriptori_desc()BNNSNDArrayDescriptoro_desc()intreduce_func()voidsetEpsilon(float value)voidsetI_desc(BNNSNDArrayDescriptor value)voidsetO_desc(BNNSNDArrayDescriptor value)voidsetReduce_func(int value)voidsetW_desc(BNNSNDArrayDescriptor value)BNNSNDArrayDescriptorw_desc()
-
-
-
Method Detail
-
i_desc
public BNNSNDArrayDescriptor i_desc()
-
setI_desc
public void setI_desc(BNNSNDArrayDescriptor value)
-
o_desc
public BNNSNDArrayDescriptor o_desc()
-
setO_desc
public void setO_desc(BNNSNDArrayDescriptor value)
-
w_desc
public BNNSNDArrayDescriptor w_desc()
-
setW_desc
public void setW_desc(BNNSNDArrayDescriptor value)
-
reduce_func
public int reduce_func()
-
setReduce_func
public void setReduce_func(int value)
-
epsilon
public float epsilon()
-
setEpsilon
public void setEpsilon(float value)
-
-