Modifier and Type | Method and Description |
---|---|
GraphVertex |
PoolHelperVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
SubsetVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
ScaleVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
FrozenVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
L2Vertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
abstract GraphVertex |
GraphVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype)
Create a
GraphVertex instance, for the given computation graph,
given the configuration instance. |
GraphVertex |
ReshapeVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
MergeVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
UnstackVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
ElementWiseVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
StackVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
L2NormalizeVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
ShiftVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
PreprocessorVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
GraphVertex |
LayerVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
Modifier and Type | Method and Description |
---|---|
GraphVertex |
DuplicateToTimeSeriesVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
Modifier and Type | Method and Description |
---|---|
GraphVertex |
SameDiffVertex.instantiate(ComputationGraph graph,
String name,
int idx,
INDArray paramsView,
boolean initializeParams,
DataType networkDatatype) |
Modifier and Type | Field and Description |
---|---|
protected GraphVertex[] |
ComputationGraph.vertices
All GraphVertex objects in the network.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,GraphVertex> |
ComputationGraph.verticesMap
Map of vertices by name
|
Modifier and Type | Method and Description |
---|---|
GraphVertex |
ComputationGraph.getVertex(String name)
Return a given GraphVertex by name, or null if no vertex with that name exists
|
GraphVertex[] |
ComputationGraph.getVertices()
Returns an array of all GraphVertex objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGraphVertex |
class |
BaseWrapperVertex |
Modifier and Type | Field and Description |
---|---|
protected GraphVertex |
BaseWrapperVertex.underlying |
Constructor and Description |
---|
BaseWrapperVertex(GraphVertex underlying) |
Modifier and Type | Class and Description |
---|---|
class |
ElementWiseVertex |
class |
FrozenVertex |
class |
InputVertex |
class |
L2NormalizeVertex |
class |
L2Vertex |
class |
LayerVertex |
class |
MergeVertex |
class |
PoolHelperVertex |
class |
PreprocessorVertex |
class |
ReshapeVertex |
class |
ScaleVertex |
class |
ShiftVertex |
class |
StackVertex |
class |
SubsetVertex |
class |
UnstackVertex |
Constructor and Description |
---|
FrozenVertex(GraphVertex underlying) |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateToTimeSeriesVertex |
class |
LastTimeStepVertex |
class |
ReverseTimeSeriesVertex |
Modifier and Type | Class and Description |
---|---|
class |
SameDiffGraphVertex |
Copyright © 2022. All rights reserved.