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