Uses of Class
org.nd4j.common.primitives.ImmutableQuad
-
Packages that use ImmutableQuad Package Description org.nd4j.common.primitives -
-
Uses of ImmutableQuad in org.nd4j.common.primitives
Methods in org.nd4j.common.primitives that return ImmutableQuad Modifier and Type Method Description static <F,S,T,O>
ImmutableQuad<F,S,T,O>ImmutableQuad. of(F first, S second, T third, O fourth)static <F,S,T,O>
ImmutableQuad<F,S,T,O>ImmutableQuad. quadOf(F first, S second, T third, O fourth)
-