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

Public Member Functions | Static Public Attributes | List of all members
TensorIface Class Reference

Abstract interface class for a data management component responsible for representation of data in the numeric format. More...

Public Member Functions

def setDimensions
 
def allocateDataMemory
 
def freeDataMemory
 
def resize
 
def check
 
def getSampleTensor
 

Static Public Attributes

 notAllocated = ...
 
 userAllocated = ...
 
 internallyAllocated = ...
 
 doNotAllocate = ...
 
 notAllocate = ...
 
 doAllocate = ...
 

Detailed Description

This class declares 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.