SavedResource

パブリック最終クラスSavedResource

 A SavedResource represents a TF object that holds state during its lifetime.
 An object of this type can have a reference to a:
 create_resource() and an initialize() function.
 
Protobuf 型tensorflow.SavedResource

ネストされたクラス

クラス保存されたリソース.ビルダー
 A SavedResource represents a TF object that holds state during its lifetime. 

定数

整数DEVICE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的SavedResource
保存されたリソース
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getDevice ()
 A device specification indicating a required placement for the resource
 creation function, e.g.
com.google.protobuf.ByteString
getDeviceBytes ()
 A device specification indicating a required placement for the resource
 creation function, e.g.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的SavedResource.Builder
静的SavedResource.Builder
newBuilder ( SavedResourceプロトタイプ)
保存されたリソース.ビルダー
静的SavedResource
parseDelimitedFrom (InputStream 入力)
静的SavedResource
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedResource
parseFrom (ByteBuffer データ)
静的SavedResource
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedResource
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedResource
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedResource
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedResource
parseFrom (com.google.protobuf.ByteString データ)
静的SavedResource
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedResource
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
保存されたリソース.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

パブリックメソッド

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

public static SavedResource getDefaultInstance ()

public SavedResource getDefaultInstanceForType ()

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

パブリック String getDevice ()

 A device specification indicating a required placement for the resource
 creation function, e.g. "CPU". An empty string allows the user to select a
 device.
 
string device = 1;

public com.google.protobuf.ByteString getDeviceBytes ()

 A device specification indicating a required placement for the resource
 creation function, e.g. "CPU". An empty string allows the user to select a
 device.
 
string device = 1;

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

public static SavedResource.Builder newBuilder ()

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

public SavedResource.Builder newBuilderForType ()

public static SavedResource parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SavedResource parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SavedResource.Builder toBuilder ()

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

投げる
IO例外