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