@Deprecated public class AggregateAxpy extends BaseAggregate
arguments, finalResult, indexingArguments, intArrayArguments, realArguments, shapes
Constructor and Description |
---|
AggregateAxpy(INDArray x,
INDArray y,
double alpha)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getSharedMemorySize()
Deprecated.
This method returns amount of shared memory required for this specific Aggregate.
|
int |
getThreadsPerInstance()
Deprecated.
This method returns desired number of threads per Aggregate instance
PLEASE NOTE: this method is especially important for
CUDA backend.
|
int |
maxArguments()
Deprecated.
This method returns maximum number of shapes being passed per Aggregate
|
int |
maxIndexArguments()
Deprecated.
This method returns maximum number of IndexArguments per Aggregate
|
int |
maxIntArrays()
Deprecated.
This method returns maximum number of IntArrays being passed per Aggregate
|
int |
maxIntArraySize()
Deprecated.
This method returns maximum length for IntArrays, if any
|
int |
maxRealArguments()
Deprecated.
This method returns maximum number of real (float/double) per Aggregate
|
int |
maxShapes()
Deprecated.
This method returns maximum number of shapes being passed per Aggregate
|
String |
name()
Deprecated.
|
int |
opNum()
Deprecated.
|
getArguments, getFinalResult, getIndexingArguments, getIntArrayArguments, getRealArguments, getRequiredBatchMemorySize, getShapes, setFinalResult
public int getSharedMemorySize()
public int getThreadsPerInstance()
public String name()
public int opNum()
public int maxArguments()
Aggregate
public int maxShapes()
Aggregate
public int maxIntArrays()
Aggregate
public int maxIntArraySize()
Aggregate
public int maxIndexArguments()
Aggregate
public int maxRealArguments()
Aggregate
Copyright © 2019. All rights reserved.