Uses of Class
org.deeplearning4j.nn.conf.graph.ElementWiseVertex.Op
-
Packages that use ElementWiseVertex.Op Package Description org.deeplearning4j.nn.conf.graph -
-
Uses of ElementWiseVertex.Op in org.deeplearning4j.nn.conf.graph
Fields in org.deeplearning4j.nn.conf.graph declared as ElementWiseVertex.Op Modifier and Type Field Description protected ElementWiseVertex.Op
ElementWiseVertex. op
Methods in org.deeplearning4j.nn.conf.graph 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.conf.graph with parameters of type ElementWiseVertex.Op Constructor Description ElementWiseVertex(ElementWiseVertex.Op op)
-