| Class | Description |
|---|---|
| ByteBufferDenseTensor |
Base class for dense int/float/double/long/boolean/string/byte[] tensors backed by a ByteBuffer using TensorFlow-compatible layout.
|
| DenseBooleanTensor |
Dense tensor which can be converted from/to a tensorflow tensor object.
|
| DenseBytesTensor |
Dense tensor which can be converted from/to a TensorFlow tensor object.
|
| DenseDoubleTensor |
Dense tensor which can be converted from/to a tensorflow tensor object.
|
| DenseFloatTensor |
Dense tensor which can be converted from/to a tensorflow tensor object.
|
| DenseIntTensor |
Dense tensor which can be converted from/to a tensorflow tensor object.
|
| DenseLongTensor |
Dense tensor which can be converted from/to a tensorflow tensor object.
|
| DenseStringTensor |
Dense tensor which can be converted from/to a TensorFlow tensor object.
|