パブリック静的最終クラスOpDeprecation.Builder
Information about version-dependent deprecation of an opProtobuf 型
tensorflow.OpDeprecation
パブリックメソッド
OpDeprecation.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
運用の廃止 | 建てる() |
運用の廃止 | 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 | クリアバージョン() First GraphDef version at which the op is disallowed. |
OpDeprecation.Builder | クローン() |
運用の廃止 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
弦 | get説明() Explanation of why it was deprecated and what to use instead. |
com.google.protobuf.ByteString | get説明バイト() Explanation of why it was deprecated and what to use instead. |
整数 | getバージョン() 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.UnknownFieldSet 不明フィールド) |
OpDeprecation.Builder | setDescription (文字列値) Explanation of why it was deprecated and what to use instead. |
OpDeprecation.Builder | setDescriptionBytes (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 フィールド、int インデックス、オブジェクト値) |
最終的なOpDeprecation.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
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クリア説明()
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 ()
public String get説明()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public com.google.protobuf.ByteString getDescriptionBytes ()
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;
パブリック最終ブール値isInitialized ()
public OpDeprecation.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public Final OpDeprecation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public OpDeprecation.Builder setDescription (文字列値)
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public OpDeprecation.Builder setDescriptionBytes (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 フィールド、int インデックス、オブジェクト値)
public Final OpDeprecation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public OpDeprecation.Builder setVersion (int 値)
First GraphDef version at which the op is disallowed.
int32 version = 1;