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

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

Data structure representing the value sizes of the two dimensions on which 2D transposed 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 value sizes of the two dimensions on which 2D transposed convolution is performed

Parameters
firstThe size of first Indices dimension of value tensor
secondThe size of second Indices dimension of value tensor
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.