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

Public Member Functions | List of all members
Argument Class Reference

Base class to represent computation input and output arguments. More...

Public Member Functions

def __init__
 
def __lshift__
 
def size
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Default constructor. Constructs empty arguments

Variant 2

Constructs conputation argument that contains n elements

Parameters
nNumber of elements in the argument

Member Function Documentation

def __lshift__ (   self,
  val 
)

Inserts element into this argument structure

Parameters
valElement to insert
Returns
Updated argument structure
def size (   self)

Retrieves number of elements in the argument

Returns
Number of elements in the argument

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

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