Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Tensor Class Reference

Class for a data management component responsible for representation of data in the n-dimensions numeric format. More...

Public Member Functions

def getDataMemoryStatus
 
def getNumberOfDimensions
 
def getDimensionSize
 
def getDimensions
 
def getSize
 
def check
 
def getLayoutPtr
 
def allocateDataMemory
 
def freeDataMemory
 
def resize
 
- Public Member Functions inherited from SerializationIface
def serialize
 
def deserialize
 
def getSerializationTag
 
- Public Member Functions inherited from Base
def __init__
 
- Public Member Functions inherited from TensorIface
def setDimensions
 
def allocateDataMemory
 
def freeDataMemory
 
def resize
 
def check
 
def getSampleTensor
 
- Public Member Functions inherited from DenseTensorIface
def getSubtensorEx
 
def releaseSubtensor
 
def getSubtensor
 
def createDefaultSubtensorLayout
 
def createRawSubtensorLayout
 

Additional Inherited Members

- Static Public Attributes inherited from TensorIface
 notAllocated = ...
 
 userAllocated = ...
 
 internallyAllocated = ...
 
 doNotAllocate = ...
 
 notAllocate = ...
 
 doAllocate = ...
 

Detailed Description

This class implements the most general methods for data access.

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

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

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