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

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

Abstract class that specifies the interface of layer. More...

Public Member Functions

def __init__
 
- Public Member Functions inherited from Base
def __init__
 

Static Public Attributes

 forwardLayer = ...
 
 backwardLayer = ...
 

Detailed Description

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

def __init__ (   self)

Member Data Documentation

backwardLayer = ...
static

Backward stage of the layer algorithm

forwardLayer = ...
static

Forward stage of the layer algorithm


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.