public class cudnnConvolutionBwdDataAlgoPerf extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
algo |
int |
determinism |
int |
mathType |
long |
memory |
int[] |
reserved |
int |
status |
float |
time |
| Constructor and Description |
|---|
cudnnConvolutionBwdDataAlgoPerf()
Creates a new, uninitialized cudnnConvolutionBwdDataAlgoPerf
|
cudnnConvolutionBwdDataAlgoPerf(int algo,
int status,
float time,
long memory,
int determinism,
int mathType,
int[] reserved)
Creates a new cudnnConvolutionBwdDataAlgoPerf with the given values
|
public int algo
public int status
public float time
public long memory
public int determinism
public int mathType
public int[] reserved
public cudnnConvolutionBwdDataAlgoPerf()
public cudnnConvolutionBwdDataAlgoPerf(int algo,
int status,
float time,
long memory,
int determinism,
int mathType,
int[] reserved)
algo - The algo valuestatus - The status valuetime - The time valuememory - The memory valuedeterminism - The determinism valuemathType - The mathType valuereserved - The reserved valueCopyright © 2019. All rights reserved.