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