Package apple.accelerate.struct
Class BNNSArithmeticBinary
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.BNNSArithmeticBinary
-
public final class BNNSArithmeticBinary extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description BNNSArithmeticBinary()protectedBNNSArithmeticBinary(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BNNSNDArrayDescriptorin1()intin1_type()BNNSNDArrayDescriptorin2()intin2_type()BNNSNDArrayDescriptorout()intout_type()voidsetIn1(BNNSNDArrayDescriptor value)voidsetIn1_type(int value)voidsetIn2(BNNSNDArrayDescriptor value)voidsetIn2_type(int value)voidsetOut(BNNSNDArrayDescriptor value)voidsetOut_type(int value)
-
-
-
Method Detail
-
in1
public BNNSNDArrayDescriptor in1()
-
setIn1
public void setIn1(BNNSNDArrayDescriptor value)
-
in1_type
public int in1_type()
-
setIn1_type
public void setIn1_type(int value)
-
in2
public BNNSNDArrayDescriptor in2()
-
setIn2
public void setIn2(BNNSNDArrayDescriptor value)
-
in2_type
public int in2_type()
-
setIn2_type
public void setIn2_type(int value)
-
out
public BNNSNDArrayDescriptor out()
-
setOut
public void setOut(BNNSNDArrayDescriptor value)
-
out_type
public int out_type()
-
setOut_type
public void setOut_type(int value)
-
-