OpDeprecation

Clase final pública OpDeprecation

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

Clases anidadas

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

Constantes

En t EXPLANATION_FIELD_NUMBER
En t VERSION_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
OpDeprecation estática
OpDeprecation
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
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.
En t
final com.google.protobuf.UnknownFieldSet
En t
getVersion ()
 First GraphDef version at which the op is disallowed.
En t
booleano final
OpDeprecation.Builder estático
newBuilder (prototipo de OpDeprecation )
OpDeprecation.Builder estático
OpDeprecation.Builder
OpDeprecation estática
parseDelimitedFrom (entrada InputStream)
OpDeprecation estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estática
parseFrom (datos ByteBuffer)
OpDeprecation estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estática
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
OpDeprecation estática
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estática
parseFrom (datos com.google.protobuf.ByteString)
OpDeprecation estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation estática
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
OpDeprecation.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (Object obj)

OpDeprecation estática pública getDefaultInstance ()

public OpDeprecation getDefaultInstanceForType ()

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

public String getExplanation ()

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

public com.google.protobuf.ByteString getExplanationBytes ()

 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 ()

OpDeprecation.Builder estático público newBuilder (prototipo de OpDeprecation )

OpDeprecation.Builder estático público newBuilder ()

OpDeprecation.Builder público newBuilderForType ()

public static OpDeprecation parseDelimitedFrom (InputStream input)

Lanza
IOException

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

Lanza
IOException

OpDeprecation estática pública parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

OpDeprecation estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

OpDeprecation estática pública parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

OpDeprecation estática pública parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

OpDeprecation estática pública parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

OpDeprecation estática pública parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

OpDeprecation estática pública parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

OpDeprecation estática pública parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public OpDeprecation.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException