Uses of Class
org.deeplearning4j.nn.graph.vertex.impl.ElementWiseVertex.Op
-
Packages that use ElementWiseVertex.Op Package Description org.deeplearning4j.nn.graph.vertex.impl -
-
Uses of ElementWiseVertex.Op in org.deeplearning4j.nn.graph.vertex.impl
Methods in org.deeplearning4j.nn.graph.vertex.impl that return ElementWiseVertex.Op Modifier and Type Method 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.Constructors in org.deeplearning4j.nn.graph.vertex.impl with parameters of type ElementWiseVertex.Op Constructor Description ElementWiseVertex(ComputationGraph graph, String name, int vertexIndex, ElementWiseVertex.Op op, DataType dataType)
ElementWiseVertex(ComputationGraph graph, String name, int vertexIndex, VertexIndices[] inputVertices, VertexIndices[] outputVertices, ElementWiseVertex.Op op, DataType dataType)
-