public static enum OpNamespace.OpDescriptor.OpDeclarationType extends Enum<OpNamespace.OpDescriptor.OpDeclarationType> implements org.nd4j.shade.protobuf.ProtocolMessageEnum
org.nd4j.ir.OpDescriptor.OpDeclarationType| Enum Constant and Description |
|---|
BOOLEAN_OP_IMPL
BOOLEAN_OP_IMPL = 1; |
BROADCASTABLE_BOOL_OP_IMPL
BROADCASTABLE_BOOL_OP_IMPL = 10; |
BROADCASTABLE_OP_IMPL
BROADCASTABLE_OP_IMPL = 9; |
CONFIGURABLE_OP_IMPL
CONFIGURABLE_OP_IMPL = 7; |
CUSTOM_OP_IMPL
CUSTOM_OP_IMPL = 0; |
DIVERGENT_OP_IMPL
DIVERGENT_OP_IMPL = 6; |
LEGACY_XYZ
LEGACY_XYZ = 11; |
LIST_OP_IMPL
LIST_OP_IMPL = 2; |
LOGIC_OP_IMPL
LOGIC_OP_IMPL = 3; |
OP_IMPL
OP_IMPL = 4; |
PLATFORM_IMPL
PLATFORM_IMPL = 12; |
REDUCTION_OP_IMPL
REDUCTION_OP_IMPL = 8; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_OP_IMPL_VALUE
BOOLEAN_OP_IMPL = 1; |
static int |
BROADCASTABLE_BOOL_OP_IMPL_VALUE
BROADCASTABLE_BOOL_OP_IMPL = 10; |
static int |
BROADCASTABLE_OP_IMPL_VALUE
BROADCASTABLE_OP_IMPL = 9; |
static int |
CONFIGURABLE_OP_IMPL_VALUE
CONFIGURABLE_OP_IMPL = 7; |
static int |
CUSTOM_OP_IMPL_VALUE
CUSTOM_OP_IMPL = 0; |
static int |
DIVERGENT_OP_IMPL_VALUE
DIVERGENT_OP_IMPL = 6; |
static int |
LEGACY_XYZ_VALUE
LEGACY_XYZ = 11; |
static int |
LIST_OP_IMPL_VALUE
LIST_OP_IMPL = 2; |
static int |
LOGIC_OP_IMPL_VALUE
LOGIC_OP_IMPL = 3; |
static int |
OP_IMPL_VALUE
OP_IMPL = 4; |
static int |
PLATFORM_IMPL_VALUE
PLATFORM_IMPL = 12; |
static int |
REDUCTION_OP_IMPL_VALUE
REDUCTION_OP_IMPL = 8; |
| Modifier and Type | Method and Description |
|---|---|
static OpNamespace.OpDescriptor.OpDeclarationType |
forNumber(int value) |
static org.nd4j.shade.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.nd4j.shade.protobuf.Internal.EnumLiteMap<OpNamespace.OpDescriptor.OpDeclarationType> |
internalGetValueMap() |
static OpNamespace.OpDescriptor.OpDeclarationType |
valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
static OpNamespace.OpDescriptor.OpDeclarationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OpNamespace.OpDescriptor.OpDeclarationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpNamespace.OpDescriptor.OpDeclarationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpNamespace.OpDescriptor.OpDeclarationType CUSTOM_OP_IMPL
CUSTOM_OP_IMPL = 0;public static final OpNamespace.OpDescriptor.OpDeclarationType BOOLEAN_OP_IMPL
BOOLEAN_OP_IMPL = 1;public static final OpNamespace.OpDescriptor.OpDeclarationType LIST_OP_IMPL
LIST_OP_IMPL = 2;public static final OpNamespace.OpDescriptor.OpDeclarationType LOGIC_OP_IMPL
LOGIC_OP_IMPL = 3;public static final OpNamespace.OpDescriptor.OpDeclarationType OP_IMPL
OP_IMPL = 4;public static final OpNamespace.OpDescriptor.OpDeclarationType DIVERGENT_OP_IMPL
DIVERGENT_OP_IMPL = 6;public static final OpNamespace.OpDescriptor.OpDeclarationType CONFIGURABLE_OP_IMPL
CONFIGURABLE_OP_IMPL = 7;public static final OpNamespace.OpDescriptor.OpDeclarationType REDUCTION_OP_IMPL
REDUCTION_OP_IMPL = 8;public static final OpNamespace.OpDescriptor.OpDeclarationType BROADCASTABLE_OP_IMPL
BROADCASTABLE_OP_IMPL = 9;public static final OpNamespace.OpDescriptor.OpDeclarationType BROADCASTABLE_BOOL_OP_IMPL
BROADCASTABLE_BOOL_OP_IMPL = 10;public static final OpNamespace.OpDescriptor.OpDeclarationType LEGACY_XYZ
LEGACY_XYZ = 11;public static final OpNamespace.OpDescriptor.OpDeclarationType PLATFORM_IMPL
PLATFORM_IMPL = 12;public static final OpNamespace.OpDescriptor.OpDeclarationType UNRECOGNIZED
public static final int CUSTOM_OP_IMPL_VALUE
CUSTOM_OP_IMPL = 0;public static final int BOOLEAN_OP_IMPL_VALUE
BOOLEAN_OP_IMPL = 1;public static final int LIST_OP_IMPL_VALUE
LIST_OP_IMPL = 2;public static final int LOGIC_OP_IMPL_VALUE
LOGIC_OP_IMPL = 3;public static final int OP_IMPL_VALUE
OP_IMPL = 4;public static final int DIVERGENT_OP_IMPL_VALUE
DIVERGENT_OP_IMPL = 6;public static final int CONFIGURABLE_OP_IMPL_VALUE
CONFIGURABLE_OP_IMPL = 7;public static final int REDUCTION_OP_IMPL_VALUE
REDUCTION_OP_IMPL = 8;public static final int BROADCASTABLE_OP_IMPL_VALUE
BROADCASTABLE_OP_IMPL = 9;public static final int BROADCASTABLE_BOOL_OP_IMPL_VALUE
BROADCASTABLE_BOOL_OP_IMPL = 10;public static final int LEGACY_XYZ_VALUE
LEGACY_XYZ = 11;public static final int PLATFORM_IMPL_VALUE
PLATFORM_IMPL = 12;public static OpNamespace.OpDescriptor.OpDeclarationType[] values()
for (OpNamespace.OpDescriptor.OpDeclarationType c : OpNamespace.OpDescriptor.OpDeclarationType.values()) System.out.println(c);
public static OpNamespace.OpDescriptor.OpDeclarationType 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 nullpublic final int getNumber()
getNumber in interface org.nd4j.shade.protobuf.Internal.EnumLitegetNumber in interface org.nd4j.shade.protobuf.ProtocolMessageEnum@Deprecated public static OpNamespace.OpDescriptor.OpDeclarationType valueOf(int value)
forNumber(int) instead.public static OpNamespace.OpDescriptor.OpDeclarationType forNumber(int value)
public static org.nd4j.shade.protobuf.Internal.EnumLiteMap<OpNamespace.OpDescriptor.OpDeclarationType> internalGetValueMap()
public final org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.nd4j.shade.protobuf.ProtocolMessageEnumpublic final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.ProtocolMessageEnumpublic static final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OpNamespace.OpDescriptor.OpDeclarationType valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021. All rights reserved.