Package | Description |
---|---|
org.deeplearning4j.nn.graph.vertex.impl |
Modifier and Type | Method and Description |
---|---|
static ElementWiseVertex.Op |
ElementWiseVertex.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementWiseVertex.Op[] |
ElementWiseVertex.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ElementWiseVertex(ComputationGraph graph,
String name,
int vertexIndex,
ElementWiseVertex.Op op) |
ElementWiseVertex(ComputationGraph graph,
String name,
int vertexIndex,
VertexIndices[] inputVertices,
VertexIndices[] outputVertices,
ElementWiseVertex.Op op) |
Copyright © 2018. All rights reserved.