Package org.nd4j.common.primitives
Class Quad<F,S,T,O>
- java.lang.Object
-
- org.nd4j.common.primitives.Quad<F,S,T,O>
-
- All Implemented Interfaces:
Serializable
public class Quad<F,S,T,O> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Quad()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <F,S,T,O>
Quad<F,S,T,O>of(F first, S second, T third, O fourth)static <F,S,T,O>
Quad<F,S,T,O>quadOf(F first, S second, T third, O fourth)
-