Uses of Class
org.nd4j.linalg.compression.CompressionAlgorithm
-
Packages that use CompressionAlgorithm Package Description org.nd4j.linalg.compression -
-
Uses of CompressionAlgorithm in org.nd4j.linalg.compression
Methods in org.nd4j.linalg.compression that return CompressionAlgorithm Modifier and Type Method Description static CompressionAlgorithm
CompressionAlgorithm. fromString(String algorithm)
Return the appropriate compression algorithm from the given stringstatic CompressionAlgorithm
CompressionAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompressionAlgorithm[]
CompressionAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-