عمومی استاتیک کلاس نهایی OpDeprecation.Builder
Information about version-dependent deprecation of an opنوع Protobuf
tensorflow.OpDeprecation
روش های عمومی
OpDeprecation.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
Op Deprecation | ساختن () |
Op Deprecation | ساخت جزئی () |
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 | کلون () |
Op Deprecation | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
رشته | دریافت توضیح () 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. |
بین المللی | 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 other) |
OpDeprecation.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
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 فیلد، مقدار Object) |
OpDeprecation.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
OpDeprecation.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
OpDeprecation.Builder | setVersion (مقدار int) First GraphDef version at which the op is disallowed. |
روش های ارثی
روش های عمومی
عمومی OpDeprecation.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی OpDeprecation.Builder clearExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
عمومی OpDeprecation.Builder clearVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
رشته عمومی getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
عمومی com.google.protobuf.ByteString getExplanationBytes ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
عمومی int getVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;
بولین نهایی عمومی isInitialized ()
عمومی OpDeprecation.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی نهایی OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
عمومی OpDeprecation.Builder setExplanation (مقدار رشته)
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
عمومی 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 فیلد، مقدار Object)
عمومی OpDeprecation.Builder setRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
عمومی OpDeprecation.Builder setVersion (مقدار int)
First GraphDef version at which the op is disallowed.
int32 version = 1;