Uses of Interface
org.tensorflow.ndarray.buffer.layout.ByteDataLayout
-
Packages that use ByteDataLayout Package Description org.tensorflow.ndarray.impl.buffer.adapter -
-
Uses of ByteDataLayout in org.tensorflow.ndarray.impl.buffer.adapter
Methods in org.tensorflow.ndarray.impl.buffer.adapter with parameters of type ByteDataLayout Modifier and Type Method Description static <S extends DataBuffer<?>>
ByteDataBufferDataBufferAdapterFactory. create(S buffer, ByteDataLayout<S> layout)Creates an adapter that applies a byte data layout to the given buffer.
-