classe final pública OpDeprecation
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation Classes aninhadas
| aula | OpDeprecation.Builder | Information about version-dependent deprecation of an op tensorflow.OpDeprecation | |
Constantes
| interno | EXPLANATION_FIELD_NUMBER | |
| interno | VERSION_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| OpDeprecation estático | |
| OpDepreciação | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | 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. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | getVersão () First GraphDef version at which the op is disallowed. |
| interno | código hash () |
| booleano final | |
| OpDeprecation.Builder estático | newBuilder (protótipo OpDeprecation ) |
| OpDeprecation.Builder estático | |
| OpDeprecation.Builder | |
| OpDeprecation estático | parseDelimitedFrom (entrada InputStream) |
| OpDeprecation estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDeprecation estático | parseFrom (dados de ByteBuffer) |
| OpDeprecation estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDeprecation estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDeprecation estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| OpDeprecation estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDeprecation estático | parseFrom (dados com.google.protobuf.ByteString) |
| OpDeprecation estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| OpDeprecation estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| OpDeprecation.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int EXPLANATION_FIELD_NUMBER
Valor Constante: 2
público estático final int VERSION_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2; público com.google.protobuf.ByteString getExplanationBytes ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2; público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int getVersão ()
First GraphDef version at which the op is disallowed.
int32 version = 1; hashCode int público ()
público final booleano isInitialized ()
public static OpDeprecation parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static OpDeprecation parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static OpDeprecation parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static OpDeprecation parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static OpDeprecation parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
OpDeprecation estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static OpDeprecation parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static OpDeprecation 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 |
|---|