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

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

Data structure representing the size of the two-dimensional kernel subtensor. More...

Public Member Functions

def __init__
 

Static Public Attributes

 size = ...
 

Detailed Description

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

Constructor & Destructor Documentation

def __init__ (   self,
  first,
  second 
)

Constructs the structure representing the size of the two-dimensional kernel subtensor

Parameters
firstSize of the first dimension of the two-dimensional kernel subtensor
secondSize of the second dimension of the wto-dimensional kernel subtensor
Deprecated:
This item will be removed in a future release.

Member Data Documentation

size = ...
static

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

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