מחלקה סופית סטטית ציבורית OpDeprecation.Builder
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation
מסוג Protobuf.OpDeprecation שיטות ציבוריות
OpDeprecation.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
OpDeprecation | לבנות () |
OpDeprecation | buildPartial () |
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, ערך אובייקט)
public OpDeprecation.Builder clearExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public OpDeprecation.Builder clearVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
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 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;