Package apple.accelerate.struct
Class BNNSArithmeticUnary
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.accelerate.struct.BNNSArithmeticUnary
-
public final class BNNSArithmeticUnary extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description BNNSArithmeticUnary()BNNSArithmeticUnary(BNNSNDArrayDescriptor in, int in_type, BNNSNDArrayDescriptor out, int out_type)protectedBNNSArithmeticUnary(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BNNSNDArrayDescriptorin()intin_type()BNNSNDArrayDescriptorout()intout_type()voidsetIn(BNNSNDArrayDescriptor value)voidsetIn_type(int value)voidsetOut(BNNSNDArrayDescriptor value)voidsetOut_type(int value)
-
-
-
Constructor Detail
-
BNNSArithmeticUnary
public BNNSArithmeticUnary()
-
BNNSArithmeticUnary
protected BNNSArithmeticUnary(org.moe.natj.general.Pointer peer)
-
BNNSArithmeticUnary
public BNNSArithmeticUnary(BNNSNDArrayDescriptor in, int in_type, BNNSNDArrayDescriptor out, int out_type)
-
-
Method Detail
-
in
public BNNSNDArrayDescriptor in()
-
setIn
public void setIn(BNNSNDArrayDescriptor value)
-
in_type
public int in_type()
-
setIn_type
public void setIn_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)
-
-