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
| booleano | é 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 | |
| booleano | hasAllowedValues () A list of values that this kernel supports for this attr. |
| interno | código hash () |
| booleano final | |
| KernelDef.AttrConstraint.Builder estático | |
| KernelDef.AttrConstraint.Builder estático | newBuilder (protótipo KernelDef.AttrConstraint ) |
| 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 | analisador () |
| 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; 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 ()
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 |
|---|
public static 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 ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|