パブリック最終クラスOpDeprecation
Information about version-dependent deprecation of an op
tensorflow.OpDeprecation ネストされたクラス
| クラス | OpDeprecation.Builder | Information about version-dependent deprecation of an op 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 |  newBuilder () | 
| 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 |  toビルダー() | 
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力)  | 
継承されたメソッド
定数
パブリック静的最終整数EXPLANATION_FIELD_NUMBER
定数値: 2 
パブリック静的最終整数VERSION_FIELD_NUMBER
定数値: 1 
パブリックメソッド
public booleanに等しい(オブジェクト obj)
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; 公共
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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 | 
|---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 | 
|---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 | 
|---|