Uses of Class
org.nd4j.linalg.api.concurrency.ArrayType
-
Packages that use ArrayType Package Description org.nd4j.linalg.api.concurrency -
-
Uses of ArrayType in org.nd4j.linalg.api.concurrency
Methods in org.nd4j.linalg.api.concurrency that return ArrayType Modifier and Type Method Description ArrayTypeBasicDistributedINDArray. getINDArrayType()ArrayTypeDistributedINDArray. getINDArrayType()This method returns ArrayType for this instancestatic ArrayTypeArrayType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArrayType[]ArrayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.linalg.api.concurrency with parameters of type ArrayType Constructor Description BasicDistributedINDArray(@NonNull ArrayType arrayType)
-