| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NVGRAPH_MAX_MIN_SR |
2 |
public static final int |
NVGRAPH_MIN_PLUS_SR |
1 |
public static final int |
NVGRAPH_OR_AND_SR |
3 |
public static final int |
NVGRAPH_PLUS_TIMES_SR |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
JNVGRAPH_STATUS_INTERNAL_ERROR |
268435457 |
public static final int |
NVGRAPH_STATUS_ALLOC_FAILED |
2 |
public static final int |
NVGRAPH_STATUS_ARCH_MISMATCH |
4 |
public static final int |
NVGRAPH_STATUS_EXECUTION_FAILED |
6 |
public static final int |
NVGRAPH_STATUS_INTERNAL_ERROR |
7 |
public static final int |
NVGRAPH_STATUS_INVALID_VALUE |
3 |
public static final int |
NVGRAPH_STATUS_MAPPING_ERROR |
5 |
public static final int |
NVGRAPH_STATUS_NOT_CONVERGED |
9 |
public static final int |
NVGRAPH_STATUS_NOT_INITIALIZED |
1 |
public static final int |
NVGRAPH_STATUS_SUCCESS |
0 |
public static final int |
NVGRAPH_STATUS_TYPE_NOT_SUPPORTED |
8 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NVGRAPH_DEFAULT |
0 |
public static final int |
NVGRAPH_SORTED_BY_DESTINATION |
3 |
public static final int |
NVGRAPH_SORTED_BY_SOURCE |
2 |
public static final int |
NVGRAPH_UNSORTED |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NVGRAPH_COO_32 |
2 |
public static final int |
NVGRAPH_CSC_32 |
1 |
public static final int |
NVGRAPH_CSR_32 |
0 |
Copyright © 2017. All rights reserved.