パブリック最終クラスFunctionDefLibrary
A library is a set of named functions.
tensorflow.FunctionDefLibrary ネストされたクラス
| クラス | FunctionDefLibrary.Builder | A library is a set of named functions. | |
定数
| 整数 | FUNCTION_FIELD_NUMBER | |
| 整数 | GRADIENT_FIELD_NUMBER | 
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) | 
| 静的関数定義ライブラリ | |
| 関数定義ライブラリ | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 関数定義 | getFunction (int インデックス) repeated .tensorflow.FunctionDef function = 1; | 
| 整数 | getFunctionCount () repeated .tensorflow.FunctionDef function = 1; | 
| リスト< FunctionDef > |  getFunctionList () repeated .tensorflow.FunctionDef function = 1; | 
| 関数定義またはビルダー | getFunctionOrBuilder (int インデックス) repeated .tensorflow.FunctionDef function = 1; | 
| リスト<? FunctionDefOrBuilder を拡張 > |  getFunctionOrBuilderList () repeated .tensorflow.FunctionDef function = 1; | 
| 勾配定義 | getGradient (int インデックス) repeated .tensorflow.GradientDef gradient = 2; | 
| 整数 | getGradientCount () repeated .tensorflow.GradientDef gradient = 2; | 
| リスト< GradientDef > |  getGradientList () repeated .tensorflow.GradientDef gradient = 2; | 
| GradientDefOrBuilder |  getGradientOrBuilder (int インデックス) repeated .tensorflow.GradientDef gradient = 2; | 
| リスト<? GradientDefOrBuilder を拡張する > |  getGradientOrBuilderList () repeated .tensorflow.GradientDef gradient = 2; | 
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 整数 | ハッシュコード() | 
| 最終ブール値 | |
| 静的FunctionDefLibrary.Builder |  newBuilder ( FunctionDefLibraryプロトタイプ) | 
| 静的FunctionDefLibrary.Builder |  newBuilder () | 
| FunctionDefLibrary.Builder | |
| 静的関数定義ライブラリ | parseDelimitedFrom (InputStream 入力) | 
| 静的FunctionDefLibrary |  parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| 静的FunctionDefLibrary |  parseFrom (ByteBuffer データ) | 
| 静的FunctionDefLibrary |  parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| 静的FunctionDefLibrary |  parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| 静的FunctionDefLibrary |  parseFrom (com.google.protobuf.CodedInputStream 入力) | 
| 静的FunctionDefLibrary |  parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| 静的FunctionDefLibrary |  parseFrom (com.google.protobuf.ByteString データ) | 
| 静的FunctionDefLibrary |  parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| 静的FunctionDefLibrary |  parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| 静的 | パーサー() | 
| FunctionDefLibrary.Builder |  toビルダー() | 
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力)  | 
継承されたメソッド
定数
パブリック静的最終整数FUNCTION_FIELD_NUMBER
定数値: 1 
パブリック静的最終整数GRADIENT_FIELD_NUMBER
定数値: 2 
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getFunctionCount ()
 repeated .tensorflow.FunctionDef function = 1;
public FunctionDefOrBuilder getFunctionOrBuilder (int インデックス)
 repeated .tensorflow.FunctionDef function = 1;
公開リスト<? extends FunctionDefOrBuilder > getFunctionOrBuilderList ()
 repeated .tensorflow.FunctionDef function = 1;
public int getGradientCount ()
 repeated .tensorflow.GradientDef gradient = 2;
public GradientDefOrBuilder getGradientOrBuilder (int インデックス)
 repeated .tensorflow.GradientDef gradient = 2;
公開リスト<? extends GradientDefOrBuilder > getGradientOrBuilderList ()
 repeated .tensorflow.GradientDef gradient = 2;
公共
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static FunctionDefLibrary parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 | 
|---|
public static FunctionDefLibrary parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 | 
|---|
public static FunctionDefLibrary parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 | 
|---|
public static FunctionDefLibrary parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 | 
|---|
public static FunctionDefLibrary parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 | 
|---|
public static FunctionDefLibrary parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 | 
|---|
パブリック静的
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 | 
|---|