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