KernelDef.AttrConstraint

classe final estática pública KernelDef.AttrConstraint

Tipo de protobuf tensorflow.KernelDef.AttrConstraint

Classes aninhadas

aula KernelDef.AttrConstraint.Builder Tipo de protobuf tensorflow.KernelDef.AttrConstraint

Constantes

interno ALLOWED_VALUES_FIELD_NUMBER
interno NAME_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Valor de atributo
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.
KernelDef.AttrConstraint estático
KernelDef.AttrConstraint
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
 Name of an attr from the Op.
com.google.protobuf.ByteString
getNomeBytes ()
 Name of an attr from the Op.
interno
final com.google.protobuf.UnknownFieldSet
boleano
hasAllowedValues ()
 A list of values that this kernel supports for this attr.
interno
booleano final
KernelDef.AttrConstraint.Builder estático
KernelDef.AttrConstraint.Builder estático
KernelDef.AttrConstraint.Builder
KernelDef.AttrConstraint estático
parseDelimitedFrom (entrada InputStream)
KernelDef.AttrConstraint estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef.AttrConstraint estático
parseFrom (dados de ByteBuffer)
KernelDef.AttrConstraint estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef.AttrConstraint estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef.AttrConstraint estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
KernelDef.AttrConstraint estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef.AttrConstraint estático
parseFrom (dados com.google.protobuf.ByteString)
KernelDef.AttrConstraint estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelDef.AttrConstraint estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
KernelDef.AttrConstraint.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int ALLOWED_VALUES_FIELD_NUMBER

Valor Constante: 2

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (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;

público 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;

público estático KernelDef.AttrConstraint getDefaultInstance ()

público KernelDef.AttrConstraint getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String pública getNome ()

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

público com.google.protobuf.ByteString getNameBytes ()

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

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasAllowedValues ​​booleano público ()

 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;

hashCode int público ()

público final booleano isInitialized ()

público estático KernelDef.AttrConstraint.Builder newBuilder ()

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

público KernelDef.AttrConstraint.Builder newBuilderForType ()

public static KernelDef.AttrConstraint parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático KernelDef.AttrConstraint parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático KernelDef.AttrConstraint parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

público estático KernelDef.AttrConstraint parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático KernelDef.AttrConstraint parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público KernelDef.AttrConstraint.Builder toBuilder ()

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

Lança
IOException