Package org.tensorflow.ndarray.buffer.layout
package org.tensorflow.ndarray.buffer.layout
-
ClassDescriptionBooleanDataLayout<S extends DataBuffer<?>>A
DataLayoutthat converts data stored in a buffer to booleans.ByteDataLayout<S extends DataBuffer<?>>ADataLayoutthat converts data stored in a buffer to bytes.DataLayout<S extends DataBuffer<?>, T>Converts data stored in a buffer to a given type.ExposesDataLayoutinstances of data formats frequently used in linear algebra computation.DoubleDataLayout<S extends DataBuffer<?>>ADataLayoutthat converts data stored in a buffer to doubles.FloatDataLayout<S extends DataBuffer<?>>ADataLayoutthat converts data stored in a buffer to floats.IntDataLayout<S extends DataBuffer<?>>ADataLayoutthat converts data stored in a buffer to ints.LongDataLayout<S extends DataBuffer<?>>ADataLayoutthat converts data stored in a buffer to longs.ShortDataLayout<S extends DataBuffer<?>>ADataLayoutthat converts data stored in a buffer to shorts.