OpDeprecation

público final classe OpDeprecation

 Information about version-dependent deprecation of an op
 
tensorflow.OpDeprecation tipo tensorflow.OpDeprecation

Classes aninhadas

aula OpDeprecation.Builder
 Information about version-dependent deprecation of an op
 
tensorflow.OpDeprecation tipo tensorflow.OpDeprecation

Constantes

int EXPLANATION_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
OpDeprecation estático
OpDeprecation
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getExplanation ()
 Explanation of why it was deprecated and what to use instead.
com.google.protobuf.ByteString
getExplanationBytes ()
 Explanation of why it was deprecated and what to use instead.
int
final com.google.protobuf.UnknownFieldSet
int
getVersion ()
 First GraphDef version at which the op is disallowed.
int
final booleano
OpDeprecation.Builder estático
newBuilder (protótipo OpDeprecation )
OpDeprecation.Builder estático
OpDeprecation.Builder
OpDeprecation estático
parseDelimitedFrom (InputStream input)
OpDeprecation estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estático
parseFrom (dados ByteBuffer)
OpDeprecation estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estático
parseFrom (com.google.protobuf.CodedInputStream input)
OpDeprecation estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estático
parseFrom (com.google.protobuf.ByteString data)
OpDeprecation estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
OpDeprecation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int EXPLANATION_FIELD_NUMBER

Valor constante: 2

public static final int VERSION_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static OpDeprecation getDefaultInstance ()

public OpDeprecation getDefaultInstanceForType ()

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

public String getExplanation ()

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

public com.google.protobuf.ByteString getExplanationBytes ()

Explicação da string explanation = 2;

 Explanation of why it was deprecated and what to use instead.
 
string explanation = 2;

público getParserForType ()

public int getSerializedSize ()

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

public int getVersion ()

 First GraphDef version at which the op is disallowed.
 
int32 version = 1;

public int hashCode ()

public final boolean isInitialized ()

public static OpDeprecation.Builder newBuilder (protótipo OpDeprecation )

public static OpDeprecation.Builder newBuilder ()

public OpDeprecation.Builder newBuilderForType ()

public static OpDeprecation parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static OpDeprecation parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static OpDeprecation parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static OpDeprecation parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public OpDeprecation.Builder toBuilder ()

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

Lança
IOException