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

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

Data structure representing the intervals on which the subtensors for pooling are computed. 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 
)

Constructs the structure representing the intervals on which the subtensors for pooling are computed

Parameters
firstInterval over the first dimension on which the pooling is performed
secondInterval over the second dimension on which the pooling is performed
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.