Uses of Class
org.nd4j.linalg.api.buffer.DataTypeEx
-
Packages that use DataTypeEx Package Description org.nd4j.linalg.api.buffer org.nd4j.linalg.api.ndarray org.nd4j.linalg.compression org.nd4j.linalg.factory -
-
Uses of DataTypeEx in org.nd4j.linalg.api.buffer
Methods in org.nd4j.linalg.api.buffer that return DataTypeEx Modifier and Type Method Description static DataTypeExDataTypeEx. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTypeEx[]DataTypeEx. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataTypeEx in org.nd4j.linalg.api.ndarray
Methods in org.nd4j.linalg.api.ndarray that return DataTypeEx Modifier and Type Method Description protected static DataTypeExBaseNDArray. convertType(DataType type) -
Uses of DataTypeEx in org.nd4j.linalg.compression
Methods in org.nd4j.linalg.compression with parameters of type DataTypeEx Modifier and Type Method Description static booleanCompressionUtils. goingToCompress(@NonNull DataTypeEx from, @NonNull DataTypeEx to)static booleanCompressionUtils. goingToDecompress(@NonNull DataTypeEx from, @NonNull DataTypeEx to) -
Uses of DataTypeEx in org.nd4j.linalg.factory
Methods in org.nd4j.linalg.factory with parameters of type DataTypeEx Modifier and Type Method Description voidNDArrayFactory. convertDataEx(DataTypeEx typeSrc, org.bytedeco.javacpp.Pointer source, DataTypeEx typeDst, org.bytedeco.javacpp.Pointer target, long length)voidNDArrayFactory. convertDataEx(DataTypeEx typeSrc, org.bytedeco.javacpp.Pointer source, DataTypeEx typeDst, DataBuffer buffer)DataBufferNDArrayFactory. convertDataEx(DataTypeEx typeSrc, DataBuffer source, DataTypeEx typeDst)voidNDArrayFactory. convertDataEx(DataTypeEx typeSrc, DataBuffer source, DataTypeEx typeDst, DataBuffer target)INDArrayNDArrayFactory. convertDataEx(DataTypeEx typeSrc, INDArray source, DataTypeEx typeDst)
-