public class nvgraphStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
JNVGRAPH_STATUS_INTERNAL_ERROR
JNVgraph status returns
|
static int |
NVGRAPH_STATUS_ALLOC_FAILED |
static int |
NVGRAPH_STATUS_ARCH_MISMATCH |
static int |
NVGRAPH_STATUS_EXECUTION_FAILED |
static int |
NVGRAPH_STATUS_GRAPH_TYPE_NOT_SUPPORTED |
static int |
NVGRAPH_STATUS_INTERNAL_ERROR |
static int |
NVGRAPH_STATUS_INVALID_VALUE |
static int |
NVGRAPH_STATUS_MAPPING_ERROR |
static int |
NVGRAPH_STATUS_NOT_CONVERGED |
static int |
NVGRAPH_STATUS_NOT_INITIALIZED |
static int |
NVGRAPH_STATUS_SUCCESS |
static int |
NVGRAPH_STATUS_TYPE_NOT_SUPPORTED |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int NVGRAPH_STATUS_SUCCESS
public static final int NVGRAPH_STATUS_NOT_INITIALIZED
public static final int NVGRAPH_STATUS_ALLOC_FAILED
public static final int NVGRAPH_STATUS_INVALID_VALUE
public static final int NVGRAPH_STATUS_ARCH_MISMATCH
public static final int NVGRAPH_STATUS_MAPPING_ERROR
public static final int NVGRAPH_STATUS_EXECUTION_FAILED
public static final int NVGRAPH_STATUS_INTERNAL_ERROR
public static final int NVGRAPH_STATUS_TYPE_NOT_SUPPORTED
public static final int NVGRAPH_STATUS_NOT_CONVERGED
public static final int NVGRAPH_STATUS_GRAPH_TYPE_NOT_SUPPORTED
public static final int JNVGRAPH_STATUS_INTERNAL_ERROR
public static String stringFor(int n)
Copyright © 2018. All rights reserved.