パブリック静的最終クラスApiDef.Arg
Protobuf 型tensorflow.ApiDef.Arg
ネストされたクラス
| クラス | ApiDef.Arg.Builder | Protobuf 型tensorflow.ApiDef.Arg | |
定数
| 整数 | DESCRIPTION_FIELD_NUMBER | |
| 整数 | NAME_FIELD_NUMBER | |
| 整数 | RENAME_TO_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的ApiDef.Arg | |
| ApiDef.Arg | |
| 弦 | get説明() Note: this will replace any inherited arg doc. |
| com.google.protobuf.ByteString | getDescriptionBytes () Note: this will replace any inherited arg doc. |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getName () string name = 1; |
| com.google.protobuf.ByteString | getNameBytes () string name = 1; |
| 弦 | getRenameTo () Change the name used to access this arg in the API from what is used in the GraphDef. |
| com.google.protobuf.ByteString | getRenameToBytes () Change the name used to access this arg in the API from what is used in the GraphDef. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的ApiDef.Arg.Builder | newBuilder ( ApiDef.Argプロトタイプ) |
| 静的ApiDef.Arg.Builder | newBuilder () |
| ApiDef.Arg.Builder | |
| 静的ApiDef.Arg | parseDelimitedFrom (InputStream 入力) |
| 静的ApiDef.Arg | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ApiDef.Arg | parseFrom (ByteBuffer データ) |
| 静的ApiDef.Arg | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ApiDef.Arg | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ApiDef.Arg | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的ApiDef.Arg | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ApiDef.Arg | parseFrom (com.google.protobuf.ByteString データ) |
| 静的ApiDef.Arg | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的ApiDef.Arg | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| ApiDef.Arg.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DESCRIPTION_FIELD_NUMBER
定数値: 3
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
public static Final int RENAME_TO_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public String getDescription ()
Note: this will replace any inherited arg doc. There is no current way of modifying arg descriptions (other than replacing them entirely) as can be done with op descriptions.
string description = 3; public com.google.protobuf.ByteString getDescriptionBytes ()
Note: this will replace any inherited arg doc. There is no current way of modifying arg descriptions (other than replacing them entirely) as can be done with op descriptions.
string description = 3; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
公共 getParserForType ()
public String getRenameTo ()
Change the name used to access this arg in the API from what is used in the GraphDef. Note that these names in `backticks` will also be replaced in the summary & description fields.
string rename_to = 2; public com.google.protobuf.ByteString getRenameToBytes ()
Change the name used to access this arg in the API from what is used in the GraphDef. Note that these names in `backticks` will also be replaced in the summary & description fields.
string rename_to = 2; public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static ApiDef.Arg parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static ApiDef.Arg parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static ApiDef.Arg parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static ApiDef.Arg parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static ApiDef.Arg parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static ApiDef.Arg parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|