KernelDef.AttrConstraint

classe final pública estática KernelDef.AttrConstraint

tensorflow.KernelDef.AttrConstraint type tensorflow.KernelDef.AttrConstraint

Classes aninhadas

aula KernelDef.AttrConstraint.Builder tensorflow.KernelDef.AttrConstraint type tensorflow.KernelDef.AttrConstraint

Constantes

int ALLOWED_VALUES_FIELD_NUMBER
int NAME_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
AttrValue
getAllowedValues ()
 A list of values that this kernel supports for this attr.
AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 A list of values that this kernel supports for this attr.
static KernelDef.AttrConstraint
KernelDef.AttrConstraint
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getName ()
 Name of an attr from the Op.
com.google.protobuf.ByteString
getNameBytes ()
 Name of an attr from the Op.
int
final com.google.protobuf.UnknownFieldSet
boleano
hasAllowedValues ()
 A list of values that this kernel supports for this attr.
int
final booleano
static KernelDef.AttrConstraint.Builder
static KernelDef.AttrConstraint.Builder
KernelDef.AttrConstraint.Builder
static KernelDef.AttrConstraint
parseDelimitedFrom (input InputStream)
static KernelDef.AttrConstraint
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelDef.AttrConstraint
parseFrom (dados ByteBuffer)
static KernelDef.AttrConstraint
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelDef.AttrConstraint
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelDef.AttrConstraint
parseFrom (com.google.protobuf.CodedInputStream input)
static KernelDef.AttrConstraint
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelDef.AttrConstraint
parseFrom (com.google.protobuf.ByteString data)
static KernelDef.AttrConstraint
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelDef.AttrConstraint
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
KernelDef.AttrConstraint.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ALLOWED_VALUES_FIELD_NUMBER

Valor constante: 2

public static final int NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public AttrValue getAllowedValues ()

 A list of values that this kernel supports for this attr.
 Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
 
.tensorflow.AttrValue allowed_values = 2;

public AttrValueOrBuilder getAllowedValuesOrBuilder ()

 A list of values that this kernel supports for this attr.
 Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
 
.tensorflow.AttrValue allowed_values = 2;

public static KernelDef.AttrConstraint getDefaultInstance ()

public KernelDef.AttrConstraint getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getName ()

 Name of an attr from the Op.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Name of an attr from the Op.
 
string name = 1;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasAllowedValues ()

 A list of values that this kernel supports for this attr.
 Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
 
.tensorflow.AttrValue allowed_values = 2;

public int hashCode ()

public final boolean isInitialized ()

public static KernelDef.AttrConstraint.Builder newBuilder ()

public static KernelDef.AttrConstraint.Builder newBuilder (protótipo KernelDef.AttrConstraint )

public KernelDef.AttrConstraint.Builder newBuilderForType ()

public static KernelDef.AttrConstraint parseDelimitedFrom (InputStream input)

Lança
IOException

public static KernelDef.AttrConstraint parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static KernelDef.AttrConstraint parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static KernelDef.AttrConstraint parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static KernelDef.AttrConstraint parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static KernelDef.AttrConstraint parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static KernelDef.AttrConstraint parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public KernelDef.AttrConstraint.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException