public static enum TensorNamespace.TypeProto.ValueCase extends Enum<TensorNamespace.TypeProto.ValueCase> implements org.nd4j.shade.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
TENSOR_TYPE |
VALUE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static TensorNamespace.TypeProto.ValueCase |
forNumber(int value) |
int |
getNumber() |
static TensorNamespace.TypeProto.ValueCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TensorNamespace.TypeProto.ValueCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TensorNamespace.TypeProto.ValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TensorNamespace.TypeProto.ValueCase TENSOR_TYPE
public static final TensorNamespace.TypeProto.ValueCase VALUE_NOT_SET
public static TensorNamespace.TypeProto.ValueCase[] values()
for (TensorNamespace.TypeProto.ValueCase c : TensorNamespace.TypeProto.ValueCase.values()) System.out.println(c);
public static TensorNamespace.TypeProto.ValueCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static TensorNamespace.TypeProto.ValueCase valueOf(int value)
forNumber(int) instead.public static TensorNamespace.TypeProto.ValueCase forNumber(int value)
public int getNumber()
getNumber in interface org.nd4j.shade.protobuf.Internal.EnumLiteCopyright © 2021. All rights reserved.