Python* API Reference for Intel® Data Analytics Acceleration Library 2019

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

Data structure representing the size of the 3D subtensor from which the element is computed. More...

Public Member Functions

def __init__
 

Static Public Attributes

 size = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  first = 2,
  second = 2,
  third = 2 
)

Constructs the structure representing the size of the 3D subtensor from which the element is computed

Parameters
firstSize of the first dimension of the 3D subtensor
secondSize of the second dimension of the 3D subtensor
thirdSize of the third dimension of the 3D subtensor

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.