public enum AiliaStatus extends java.lang.Enum<AiliaStatus>
Enum Constant and Description |
---|
BROKEN
A corrupt file was passed.
|
DATA_HIDDEN
Deleted due to optimization
|
ERROR_FILE_API
File access failed.
|
EXPIRED
Model Expired
|
GPU_ERROR
Error during processing on the GPU
|
GPU_UNSUPPORT_LAYER
A layer parameter not supported by the GPU was given.
|
INVALID_ARGUMENT
Incorrect argument
|
INVALID_LAYER
Incorrect layer weight, parameter, or input or output shape
|
INVALID_PARAMINFO
The content of the parameter file is invalid.
|
INVALID_STATE
The internal status of the decoder is incorrect.
|
INVALID_VERSION
Incorrect struct version
|
LICENSE_BROKEN
License is broken
|
LICENSE_EXPIRED
License expired
|
LICENSE_NOT_FOUND
No valid license found
|
MEMORY_INSUFFICIENT
Insufficient memory
|
NDIMENSION_SHAPE
Dimension of shape is 5 or more.
|
NOT_FOUND
The specified element was not found.
|
OTHER_ERROR
Unknown error
|
PERMISSION_DENIED
Operation not allowed
|
SUCCESS
Successful
|
THREAD_ERROR
Thread creation failed.
|
UNIMPLEMENTED
Unimplemented error
|
UNSETTLED_SHAPE
The shape is not yet determined
|
UNSUPPORT_NET
Unsupported network
|
Modifier and Type | Method and Description |
---|---|
static AiliaStatus |
fromInt(int value) |
int |
getValue() |
static AiliaStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AiliaStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiliaStatus SUCCESS
public static final AiliaStatus INVALID_ARGUMENT
public static final AiliaStatus ERROR_FILE_API
public static final AiliaStatus INVALID_VERSION
public static final AiliaStatus BROKEN
public static final AiliaStatus MEMORY_INSUFFICIENT
public static final AiliaStatus THREAD_ERROR
public static final AiliaStatus INVALID_STATE
public static final AiliaStatus UNSUPPORT_NET
public static final AiliaStatus INVALID_LAYER
public static final AiliaStatus INVALID_PARAMINFO
public static final AiliaStatus NOT_FOUND
public static final AiliaStatus GPU_UNSUPPORT_LAYER
public static final AiliaStatus GPU_ERROR
public static final AiliaStatus UNIMPLEMENTED
public static final AiliaStatus PERMISSION_DENIED
public static final AiliaStatus EXPIRED
public static final AiliaStatus UNSETTLED_SHAPE
public static final AiliaStatus DATA_HIDDEN
public static final AiliaStatus LICENSE_NOT_FOUND
public static final AiliaStatus LICENSE_BROKEN
public static final AiliaStatus LICENSE_EXPIRED
public static final AiliaStatus NDIMENSION_SHAPE
public static final AiliaStatus OTHER_ERROR
public static AiliaStatus[] values()
for (AiliaStatus c : AiliaStatus.values()) System.out.println(c);
public static AiliaStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static AiliaStatus fromInt(int value)