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 two-dimensional subtensor on which 2D convolution 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,
  second 
)

Constructs the structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which 2D convolution is performed

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