OpDeprecation.Builder

genel statik son sınıf OpDeprecation.Builder

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

Genel Yöntemler

OpDeprecation.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
Operasyonun Kullanımdan Kaldırılması
Operasyonun Kullanımdan Kaldırılması
OpDeprecation.Builder
OpDeprecation.Builder
clearAçıklama ()
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
OpDeprecation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDeprecation.Builder
clearVersion ()
 First GraphDef version at which the op is disallowed.
OpDeprecation.Builder
klon ()
Operasyonun Kullanımdan Kaldırılması
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getAçıklama ()
 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
getVersion ()
 First GraphDef version at which the op is disallowed.
son boole değeri
OpDeprecation.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation.Builder
mergeFrom (com.google.protobuf.Message other)
son OpDeprecation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
OpDeprecation.Builder
setExplanation (Dize değeri)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setExplanationBytes (com.google.protobuf.ByteString değeri)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
OpDeprecation.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
son OpDeprecation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)
OpDeprecation.Builder
setVersion (int değeri)
 First GraphDef version at which the op is disallowed.

Kalıtsal Yöntemler

Genel Yöntemler

public OpDeprecation.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel OpDeprecation yapısı ()

public OpDeprecation buildPartial ()

genel OpDeprecation.Builder clear ()

public OpDeprecation.Builder clearExplanation ()

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

genel OpDeprecation.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

public OpDeprecation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

genel OpDeprecation.Builder clearVersion ()

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

genel OpDeprecation.Builder klonu ()

public OpDeprecation getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

public int getVersion ()

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

genel final boolean isInitialized ()

genel OpDeprecation.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel OpDeprecation.Builder mergeFrom (com.google.protobuf.Message other)

genel nihai OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public OpDeprecation.Builder setExplanation (Dize değeri)

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

public OpDeprecation.Builder setExplanationBytes (com.google.protobuf.ByteString değeri)

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

public OpDeprecation.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public OpDeprecation.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

genel final OpDeprecation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public OpDeprecation.Builder setVersion (int değeri)

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