Uses of Interface
org.tensorflow.ndarray.buffer.layout.FloatDataLayout
-
Packages that use FloatDataLayout Package Description org.tensorflow.ndarray.buffer.layout org.tensorflow.ndarray.impl.buffer.adapter org.tensorflow.ndarray.impl.buffer.layout -
-
Uses of FloatDataLayout in org.tensorflow.ndarray.buffer.layout
Fields in org.tensorflow.ndarray.buffer.layout declared as FloatDataLayout Modifier and Type Field Description static FloatDataLayout<ShortDataBuffer>DataLayouts. BFLOAT16Data layout for converting 16-bit bfloats to/from short values.static FloatDataLayout<ShortDataBuffer>DataLayouts. FLOAT16Data layout for converting 16-bit half floats to/from short values. -
Uses of FloatDataLayout in org.tensorflow.ndarray.impl.buffer.adapter
Methods in org.tensorflow.ndarray.impl.buffer.adapter with parameters of type FloatDataLayout Modifier and Type Method Description static <S extends DataBuffer<?>>
FloatDataBufferDataBufferAdapterFactory. create(S buffer, FloatDataLayout<S> layout)Creates an adapter that applies a float data layout to the given buffer. -
Uses of FloatDataLayout in org.tensorflow.ndarray.impl.buffer.layout
Classes in org.tensorflow.ndarray.impl.buffer.layout that implement FloatDataLayout Modifier and Type Class Description classBfloat16LayoutData layout that converts 32-bit floats from/to 16-bit, truncating their mantissa to 7 bits but preserving the 8-bit exponent with the same bias.classFloat16LayoutData layout that converts 32-bit floats from/to 16-bit, accordingly to the IEEE-754 half-precision floating point specification.
-