Uses of Class
org.nd4j.linalg.api.shape.options.ArrayType
-
Packages that use ArrayType Package Description org.nd4j.linalg.api.shape.options -
-
Uses of ArrayType in org.nd4j.linalg.api.shape.options
Methods in org.nd4j.linalg.api.shape.options that return ArrayType Modifier and Type Method Description static ArrayTypeArrayOptionsHelper. arrayType(long[] shapeInfo)static 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.Methods in org.nd4j.linalg.api.shape.options with parameters of type ArrayType Modifier and Type Method Description static voidArrayOptionsHelper. setOptionBit(long[] storage, ArrayType type)static longArrayOptionsHelper. setOptionBit(long storage, ArrayType type)
-