Uses of Class
org.nd4j.linalg.api.buffer.DataBuffer.TypeEx
-
Packages that use DataBuffer.TypeEx Package Description org.nd4j.linalg.api.buffer -
-
Uses of DataBuffer.TypeEx in org.nd4j.linalg.api.buffer
Methods in org.nd4j.linalg.api.buffer that return DataBuffer.TypeEx Modifier and Type Method Description static DataBuffer.TypeExDataBuffer.TypeEx. valueOf(String name)Returns the enum constant of this type with the specified name.static DataBuffer.TypeEx[]DataBuffer.TypeEx. values()Returns an array containing the constants of this enum type, in the order they are declared.
-