パブリック静的最終クラスSavedResource.Builder
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
パブリックメソッド
保存されたリソース.ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
保存されたリソース | 建てる() |
保存されたリソース | buildPartial () |
保存されたリソース.ビルダー | クリア() |
保存されたリソース.ビルダー | クリアデバイス() A device specification indicating a required placement for the resource creation function, e.g. |
保存されたリソース.ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
保存されたリソース.ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
保存されたリソース.ビルダー | クローン() |
保存されたリソース | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
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. |
最終ブール値 | |
保存されたリソース.ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
保存されたリソース.ビルダー | mergeFrom (com.google.protobuf.Message other) |
最終的なSavedResource.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
保存されたリソース.ビルダー | setDevice (文字列値) A device specification indicating a required placement for the resource creation function, e.g. |
保存されたリソース.ビルダー | setDeviceBytes (com.google.protobuf.ByteString 値) A device specification indicating a required placement for the resource creation function, e.g. |
保存されたリソース.ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
保存されたリソース.ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的なSavedResource.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public SavedResource.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public SavedResource.Builder clearDevice ()
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 static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
パブリック 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;
パブリック最終ブール値isInitialized ()
public SavedResource.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public Final SavedResource.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public SavedResource.Builder setDevice (文字列値)
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 SavedResource.Builder setDeviceBytes (com.google.protobuf.ByteString 値)
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;