OpDeprecation.Builder

מחלקה סופית סטטית ציבורית OpDeprecation.Builder

 Information about version-dependent deprecation of an op
 
tensorflow.OpDeprecation מסוג Protobuf.OpDeprecation

שיטות ציבוריות

OpDeprecation.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
OpDeprecation
OpDeprecation
OpDeprecation.Builder
OpDeprecation.Builder
הסבר ברור ()
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
OpDeprecation.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDeprecation.Builder
clearVersion ()
 First GraphDef version at which the op is disallowed.
OpDeprecation.Builder
OpDeprecation
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
חוּט
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
getVersion ()
 First GraphDef version at which the op is disallowed.
בוליאנית סופית
OpDeprecation.Builder
mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDeprecation.Builder
mergeFrom (com.google.protobuf.Message אחר)
Final OpDeprecation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
OpDeprecation.Builder
setExplanation (ערך מחרוזת)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setExplanationBytes (ערך com.google.protobuf.ByteString)
 Explanation of why it was deprecated and what to use instead.
OpDeprecation.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
OpDeprecation.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
Final OpDeprecation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
OpDeprecation.Builder
setVersion (ערך int)
 First GraphDef version at which the op is disallowed.

שיטות בירושה

שיטות ציבוריות

Public OpDeprecation.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בניית OpDeprecation ציבורית ()

Public OpDeprecation buildPartial ()

Public OpDeprecation.Builder clear ()

public OpDeprecation.Builder clearExplanation ()

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

Public OpDeprecation.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

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

public OpDeprecation.Builder clearVersion ()

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

שיבוט OpDeprecation.Builder הציבורי ()

Public OpDeprecation getDefaultInstanceForType ()

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

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

מחרוזת ציבורית 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;

בוליאני הסופי הציבורי הוא אתחול ()

public OpDeprecation.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public OpDeprecation.Builder mergeFrom (com.google.protobuf.Message אחר)

public final OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Public OpDeprecation.Builder setExplanation (ערך מחרוזת)

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

Public OpDeprecation.Builder setExplanationBytes (ערך com.google.protobuf.ByteString)

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

Public OpDeprecation.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

Public OpDeprecation.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)

public final OpDeprecation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public OpDeprecation.Builder setVersion (ערך int)

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