public final class BNNSLayerParametersGram
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
BNNSLayerParametersGram() |
|
BNNSLayerParametersGram(float alpha,
BNNSNDArrayDescriptor i_desc,
BNNSNDArrayDescriptor o_desc) |
protected |
BNNSLayerParametersGram(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
float |
alpha() |
BNNSNDArrayDescriptor |
i_desc() |
BNNSNDArrayDescriptor |
o_desc() |
void |
setAlpha(float value) |
void |
setI_desc(BNNSNDArrayDescriptor value) |
void |
setO_desc(BNNSNDArrayDescriptor value) |
public BNNSLayerParametersGram()
protected BNNSLayerParametersGram(org.moe.natj.general.Pointer peer)
public BNNSLayerParametersGram(float alpha,
BNNSNDArrayDescriptor i_desc,
BNNSNDArrayDescriptor o_desc)
public float alpha()
public void setAlpha(float value)
public BNNSNDArrayDescriptor i_desc()
public void setI_desc(BNNSNDArrayDescriptor value)
public BNNSNDArrayDescriptor o_desc()
public void setO_desc(BNNSNDArrayDescriptor value)