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

List of all members

Data structure representing the intervals on which the kernel should be applied to the input. More...

Class Constructor

Convolution2dStride ( long  first,
long  second 
)

Constructs Convolution2dStride with parameters

Parameters
firstThe first interval on which the kernel should be applied to the input
secondThe second interval on which the kernel should be applied to the input

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of intervals on which the kernel should be applied to the input

Returns
Array of intervals on which the kernel should be applied to the input
void setSize ( long  first,
long  second 
)

Sets the array of intervals on which the kernel should be applied to the input

Parameters
firstThe first interval on which the kernel should be applied to the input
secondThe second interval on which the kernel should be applied to the input

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

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