public class SDVertexParams extends SDLayerParams
Constructor and Description |
---|
SDVertexParams() |
Modifier and Type | Method and Description |
---|---|
void |
defineInputs(int numInputs)
Define the inputs to the DL4J SameDiff vertex with generated names.
|
void |
defineInputs(String... inputNames)
Define the inputs to the DL4J SameDiff Vertex with specific names
|
addBiasParam, addWeightParam, clear, equals, getBiasParameterKeys, getParameterKeys, getParamShapes, getWeightParameterKeys, hashCode, isBiasParam, isWeightParam
public void defineInputs(String... inputNames)
inputNames
- Names of the inputs. Number here also defines the number of vertex inputsdefineInputs(int)
public void defineInputs(int numInputs)
numInputs
- Number of inputs to the vertex.Copyright © 2020. All rights reserved.