| Package | Description |
|---|---|
| org.tensorflow.ndarray.buffer.layout | |
| org.tensorflow.ndarray.impl.buffer.adapter | |
| org.tensorflow.ndarray.impl.buffer.layout |
| Modifier and Type | Field and Description |
|---|---|
static BooleanDataLayout<ByteDataBuffer> |
DataLayouts.BOOL
Data layout for converting booleans to/from byte values.
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends DataBuffer<?>> |
DataBufferAdapterFactory.create(S buffer,
BooleanDataLayout<S> layout)
Creates an adapter that applies a boolean data layout to the given buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoolLayout
Data layout that converts booleans from/to bytes.
|
Copyright © 2015–2020. All rights reserved.