public class cudnnConvolutionFwdAlgoPerf extends Object
Modifier and Type | Field and Description |
---|---|
int |
algo |
long |
memory |
int |
status |
float |
time |
Constructor and Description |
---|
cudnnConvolutionFwdAlgoPerf()
Default constructor
|
cudnnConvolutionFwdAlgoPerf(int algo,
int status,
float time,
long memory)
Creates a new cudnnConvolutionFwdAlgoPerf with the given values
|
public int algo
public int status
public float time
public long memory
public cudnnConvolutionFwdAlgoPerf()
public cudnnConvolutionFwdAlgoPerf(int algo, int status, float time, long memory)
algo
- The algo valuestatus
- The status valuetime
- The time valuememory
- The memory valueCopyright © 2016. All rights reserved.