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

List of all members
Pooling1dKernelSize Class Reference

Data structure representing the size of the 1D subtensor from which the element is computed. More...

Class Constructor

◆ Pooling1dKernelSize()

Pooling1dKernelSize ( long  first)

Constructs KernelSize with parameters

Parameters
firstSize of the first dimension of the 1D subtensor

Detailed Description

Member Function Documentation

◆ getSize()

long [] getSize ( )

Gets the array of sizes of the 1D subtensor from which the element is computed

Returns
Array of sizes of the 1D subtensor from which the element is computed

◆ setSize()

void setSize ( long  first)

Sets the the array of sizes of the 1D subtensor from which the element is computed

Parameters
firstSize of the first dimension of the 1D subtensor

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

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