public abstract class BaseConvolutionConfig extends Object
| Constructor and Description |
|---|
BaseConvolutionConfig() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(Field property)
Get the value for a given property
for this function
|
void |
setValueFor(Field target,
Object value)
Set the value for this function.
|
public Object getValue(Field property)
property - the property to getpublic void setValueFor(Field target, Object value)
ND4JIllegalStateException
will be thrown.target - the target fieldvalue - the value to setCopyright © 2018. All rights reserved.