SaveableObject

パブリック最終クラスSaveableObject

Protobuf 型tensorflow.SaveableObject

ネストされたクラス

クラスSaveableObject.Builder Protobuf 型tensorflow.SaveableObject

定数

整数RESTORE_FUNCTION_FIELD_NUMBER
整数SAVE_FUNCTION_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的SaveableObject
保存可能なオブジェクト
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
getRestoreFunction ()
int32 restore_function = 3;
整数
getSaveFunction ()
 Node ids of concrete functions for saving and loading from a checkpoint.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的SaveableObject.Builder
newBuilder ( SaveableObjectプロトタイプ)
静的SaveableObject.Builder
SaveableObject.Builder
静的SaveableObject
parseDelimitedFrom (InputStream 入力)
静的SaveableObject
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveableObject
parseFrom (ByteBuffer データ)
静的SaveableObject
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveableObject
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveableObject
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SaveableObject
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveableObject
parseFrom (com.google.protobuf.ByteString データ)
静的SaveableObject
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SaveableObject
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SaveableObject.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 3

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

定数値: 2

パブリックメソッド

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

public static SaveableObject getDefaultInstance ()

public SaveableObject getDefaultInstanceForType ()

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

公共getParserForType ()

public int getRestoreFunction ()

int32 restore_function = 3;

public int getSaveFunction ()

 Node ids of concrete functions for saving and loading from a checkpoint.
 
int32 save_function = 2;

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static SaveableObject.Builder newBuilder ()

public SaveableObject.Builder newBuilderForType ()

public static SaveableObject parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SaveableObject parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SaveableObject.Builder toBuilder ()

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

投げる
IO例外