Uses of Class
org.nd4j.common.util.NioUtil.BufferType
-
Packages that use NioUtil.BufferType Package Description org.nd4j.common.util -
-
Uses of NioUtil.BufferType in org.nd4j.common.util
Methods in org.nd4j.common.util that return NioUtil.BufferType Modifier and Type Method Description static NioUtil.BufferTypeNioUtil.BufferType. valueOf(String name)Returns the enum constant of this type with the specified name.static NioUtil.BufferType[]NioUtil.BufferType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.common.util with parameters of type NioUtil.BufferType Modifier and Type Method Description static voidNioUtil. copyAtStride(int n, NioUtil.BufferType bufferType, ByteBuffer from, int fromOffset, int fromStride, ByteBuffer to, int toOffset, int toStride)Copy from the given from buffer to the to buffer at the specified offsets and strides
-