Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Contains classes for a data management component responsible for representation of data in the n-dimensions numeric format. More...
Packages | |
package | com.intel.daal.data_management.data |
Contains classes that implement the data management component responsible for representaion of the data in numerical format. | |
Classes | |
class | HomogenTensor |
A derivative class of the Tensor class, that provides methods to access the data that is stored as a contiguous homogeneous array. More... | |
class | HomogenTensorArrayImpl |
A derivative class of the HomogenTensorImpl class, that provides implementation of a homogen tensor with data stored as array of primitives. | |
class | HomogenTensorByteBufferImpl |
A derivative class of the HomogenTensorImpl class, that provides implementation of a homogen tensor with data stored in a native C++ tensor. | |
class | HomogenTensorImpl |
A derivative class of the TensorImpl class, that provides common interfaces for different implementations of a homogen tensor. | |
class | Tensor |
Class for the data management component responsible for the representation of the tensor data. More... | |
class | Tensor.DataLayout |
class | Tensor.AllocationFlag |
interface | TensorDenseIface |
class | TensorImpl |
Class for the data management component responsible for the representation of the data in a numerical format. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.