Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

Static Public Attributes | List of all members
Tensor.AllocationFlag Class Reference

Static Public Attributes

static final AllocationFlag DoNotAllocate = new AllocationFlag(_doNotAllocate)
 
static final AllocationFlag NotAllocate
 
static final AllocationFlag DoAllocate = new AllocationFlag(_doAllocate)
 

Detailed Description

Specifies whether the Tensor allocates memory

Member Data Documentation

final AllocationFlag DoAllocate = new AllocationFlag(_doAllocate)
static
Deprecated:
This item will be removed in a future release. Use DoNotAllocate instead.

Tensor allocates memory when needed

final AllocationFlag DoNotAllocate = new AllocationFlag(_doNotAllocate)
static

Tensor does not allocate memory

final AllocationFlag NotAllocate
static
Initial value:
= new AllocationFlag(
_notAllocate)

Tensor does not allocate memory


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

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