C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
TensorLayoutIface Class Referenceabstract

Abstract interface class for a data management component responsible for representation of data layout in the tensor. This class declares the most general methods for data access. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Member Function Documentation

virtual services::Status shuffleDimensions ( const services::Collection< size_t > &  dimsOrder)
pure virtual

Sets the new order of existing dimension in the Tensor

Parameters
[in]dimsOrderCollection with the new indices for each dimension

Implemented in TensorOffsetLayout.


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.