public class TFOpLayer extends Layer
Layer.Builder<T extends Layer.Builder<T>>constraints, iDropout, layerName| Modifier and Type | Method and Description |
|---|---|
GradientNormalization |
getGradientNormalization() |
double |
getGradientNormalizationThreshold() |
LayerMemoryReport |
getMemoryReport(InputType inputType) |
InputType |
getOutputType(int idx,
InputType inputType) |
InputPreProcessor |
getPreProcessorForInputType(InputType inputType) |
List<Regularization> |
getRegularizationByParam(String paramName) |
ParamInitializer |
initializer() |
Layer |
instantiate(NeuralNetConfiguration conf,
Collection<TrainingListener> trainingListeners,
int layerIndex,
INDArray layerParamsView,
boolean initializeParams,
DataType networkDataType) |
boolean |
isPretrainParam(String param) |
void |
setNIn(InputType inputType,
boolean override) |
canEqual, clone, equals, getConstraints, getIDropout, getLayerName, getUpdaterByParam, hashCode, initializeConstraints, resetLayerDefaultConfig, setConstraints, setDataType, setIDropout, setLayerName, toStringpublic ParamInitializer initializer()
initializer in class Layerpublic InputPreProcessor getPreProcessorForInputType(InputType inputType)
getPreProcessorForInputType in class Layerpublic boolean isPretrainParam(String param)
isPretrainParam in interface TrainingConfigisPretrainParam in class Layerpublic InputType getOutputType(int idx, InputType inputType)
getOutputType in class Layerpublic void setNIn(InputType inputType, boolean override)
public GradientNormalization getGradientNormalization()
public Layer instantiate(NeuralNetConfiguration conf, Collection<TrainingListener> trainingListeners, int layerIndex, INDArray layerParamsView, boolean initializeParams, DataType networkDataType)
instantiate in class Layerpublic double getGradientNormalizationThreshold()
public List<Regularization> getRegularizationByParam(String paramName)
getRegularizationByParam in interface TrainingConfiggetRegularizationByParam in class Layerpublic LayerMemoryReport getMemoryReport(InputType inputType)
getMemoryReport in class LayerCopyright © 2021. All rights reserved.