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

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

Data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed. 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 = 2,
  second = 2,
  third = 2 
)

Constructs the structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed

Parameters
firstNumber of data elements to add to the the first dimension of the three-dimensional subtensor
secondNumber of data elements to add to the the second dimension of the three-dimensional subtensor
thirdNumber of data elements to add to the the third dimension of the three-dimensional 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.