FunctionDefLibrary

パブリック最終クラスFunctionDefLibrary

 A library is a set of named functions.
 
Protobuf 型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
FunctionDefLibrary.Builder
静的関数定義ライブラリ
parseDelimitedFrom (InputStream 入力)
静的関数定義ライブラリ
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数定義ライブラリ
parseFrom (ByteBuffer データ)
静的関数定義ライブラリ
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数定義ライブラリ
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数定義ライブラリ
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的関数定義ライブラリ
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数定義ライブラリ
parseFrom (com.google.protobuf.ByteString データ)
静的関数定義ライブラリ
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的関数定義ライブラリ
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
FunctionDefLibrary.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

public static FunctionDefLibrary getDefaultInstance ()

public FunctionDefLibrary getDefaultInstanceForType ()

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

public FunctionDef getFunction (int インデックス)

repeated .tensorflow.FunctionDef function = 1;

public int getFunctionCount ()

repeated .tensorflow.FunctionDef function = 1;

public List< FunctionDef > getFunctionList ()

repeated .tensorflow.FunctionDef function = 1;

public FunctionDefOrBuilder getFunctionOrBuilder (int インデックス)

repeated .tensorflow.FunctionDef function = 1;

公開リスト<? extends FunctionDefOrBuilder > getFunctionOrBuilderList ()

repeated .tensorflow.FunctionDef function = 1;

public GradientDef getGradient (int インデックス)

repeated .tensorflow.GradientDef gradient = 2;

public int getGradientCount ()

repeated .tensorflow.GradientDef gradient = 2;

public List< GradientDef > getGradientList ()

repeated .tensorflow.GradientDef gradient = 2;

public GradientDefOrBuilder getGradientOrBuilder (int インデックス)

repeated .tensorflow.GradientDef gradient = 2;

公開リスト<? extends GradientDefOrBuilder > getGradientOrBuilderList ()

repeated .tensorflow.GradientDef gradient = 2;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static FunctionDefLibrary.Builder newBuilder ()

public FunctionDefLibrary.Builder newBuilderForType ()

public static FunctionDefLibrary parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static FunctionDefLibrary parseFrom (ByteBuffer データ)

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

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

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 FunctionDefLibrary.Builder toBuilder ()

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

投げる
IO例外