OpDeprecation

パブリック最終クラスOpD​​eprecation

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

ネストされたクラス

クラスOpDeprecation.Builder
 Information about version-dependent deprecation of an op
 
Protobuf 型tensorflow.OpDeprecation

定数

整数EXPLANATION_FIELD_NUMBER
整数VERSION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的OpDeprecation
運用の廃止
最終的な静的 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.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
getバージョン()
 First GraphDef version at which the op is disallowed.
整数
最終ブール値
静的OpDeprecation.Builder
newBuilder ( OpDeprecationプロトタイプ)
静的OpDeprecation.Builder
OpDeprecation.Builder
静的OpDeprecation
parseDelimitedFrom (InputStream 入力)
静的OpDeprecation
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的OpDeprecation
parseFrom (ByteBuffer データ)
静的OpDeprecation
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的OpDeprecation
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的OpDeprecation
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的OpDeprecation
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的OpDeprecation
parseFrom (com.google.protobuf.ByteString データ)
静的OpDeprecation
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的OpDeprecation
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
OpDeprecation.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数EXPLANATION_FIELD_NUMBER

定数値: 2

パブリック静的最終整数VERSION_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static OpDeprecation getDefaultInstance ()

public OpDeprecation getDefaultInstanceForType ()

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

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;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int getVersion ()

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static OpDeprecation.Builder newBuilder ( OpDeprecationプロトタイプ)

public static OpDeprecation.Builder newBuilder ()

public OpDeprecation.Builder newBuilderForType ()

public static OpDeprecation parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static OpDeprecation parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static OpDeprecation parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static OpDeprecation parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static OpDeprecation parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static OpDeprecation parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static OpDeprecation parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static OpDeprecation parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static OpDeprecation parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static OpDeprecation parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public OpDeprecation.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外