Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
ComputeMode | ( | int | value | ) |
Constructs the compute mode object using the provided value
value | Value corresponding to the compute mode object |
Static Public Attributes | |
static final ComputeMode | batch = new ComputeMode(batchValue) |
static final ComputeMode | online = new ComputeMode(onlineValue) |
static final ComputeMode | distributed = new ComputeMode(distributedValue) |
int getValue | ( | ) |
Returns the value corresponding to the compute mode object
|
static |
Batch processing computation mode
|
static |
Processing of data sets distributed across several devices
|
static |
Online mode - processing of data sets in blocks
For more complete information about compiler optimizations, see our Optimization Notice.