Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Static Public Attributes | List of all members
BatchNormalizationMethod Class Reference

Available methods for the batch normalization layer. More...

Class Constructor

BatchNormalizationMethod ( int  value)

Constructs the method object using the provided value

Parameters
valueValue corresponding to the method object

Static Public Attributes

static final
BatchNormalizationMethod 
defaultDense = new BatchNormalizationMethod(DefaultMethodValue)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the method object

Returns
Value corresponding to the method object

Member Data Documentation

final BatchNormalizationMethod defaultDense = new BatchNormalizationMethod(DefaultMethodValue)
static

Default method


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

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