@Deprecated public class AggregateAxpy extends BaseAggregate
arguments, finalResult, indexingArguments, intArrayArguments, realArguments, shapes| Constructor and Description |
|---|
AggregateAxpy(@NonNull INDArray x,
@NonNull 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, setFinalResultpublic int getSharedMemorySize()
public int getThreadsPerInstance()
public String name()
public int opNum()
public int maxArguments()
Aggregatepublic int maxShapes()
Aggregatepublic int maxIntArrays()
Aggregatepublic int maxIntArraySize()
Aggregatepublic int maxIndexArguments()
Aggregatepublic int maxRealArguments()
AggregateCopyright © 2022. All rights reserved.