パブリック静的最終クラスSavedTensorSlices.Builder
Each record in a v3 checkpoint file is a serialized SavedTensorSlices message.
tensorflow.SavedTensorSlices
パブリックメソッド
保存済みTensorSlices.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
保存されたTensorSlices | 建てる() |
保存されたTensorSlices | buildPartial () |
保存済みTensorSlices.Builder | クリア() |
保存済みTensorSlices.Builder | クリアデータ() This exists in all but the first item of each checkpoint file. |
保存済みTensorSlices.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
保存済みTensorSlices.Builder | クリアメタ() This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
保存済みTensorSlices.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
保存済みTensorSlices.Builder | クローン() |
保存されたスライス | getData () This exists in all but the first item of each checkpoint file. |
SavedSlice.Builder | getDataBuilder () This exists in all but the first item of each checkpoint file. |
保存済みスライスまたはビルダー | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
保存されたTensorSlices | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
保存済みTensorSliceMeta | getMeta () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
保存済みTensorSliceMeta.Builder | getMetaBuilder () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
保存済みTensorSliceMetaOrBuilder | getMetaOrBuilder () This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
ブール値 | hasData () This exists in all but the first item of each checkpoint file. |
ブール値 | メタがある() This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
最終ブール値 | |
保存済みTensorSlices.Builder | |
保存済みTensorSlices.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
保存済みTensorSlices.Builder | mergeFrom (com.google.protobuf.Message other) |
保存済みTensorSlices.Builder | mergeMeta ( SavedTensorSliceMeta値) This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
最終的に保存されたTensorSlices.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
保存済みTensorSlices.Builder | |
保存済みTensorSlices.Builder | setData ( SavedSlice.Builder builderForValue) This exists in all but the first item of each checkpoint file. |
保存済みTensorSlices.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
保存済みTensorSlices.Builder | setMeta ( SavedTensorSliceMeta値) This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
保存済みTensorSlices.Builder | setMeta ( SavedTensorSliceMeta.Builder builderForValue) This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file. |
保存済みTensorSlices.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的に保存されたTensorSlices.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public SavedTensorSlices.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public SavedTensorSlices.Builder clearData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedTensorSlices.Builder clearMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedSlice.Builder getDataBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public SavedTensorSliceMeta getMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public SavedTensorSliceMeta.Builder getMetaBuilder ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public SavedTensorSliceMetaOrBuilder getMetaOrBuilder ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public boolean hasData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public boolean hasMeta ()
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
パブリック最終ブール値isInitialized ()
public SavedTensorSlices.Builder mergeData ( SavedSlice値)
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedTensorSlices.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public SavedTensorSlices.Builder mergeMeta ( SavedTensorSliceMeta値)
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public Final SavedTensorSlices.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public SavedTensorSlices.Builder setData ( SavedSlice値)
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedTensorSlices.Builder setData ( SavedSlice.Builder builderForValue)
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
public SavedTensorSlices.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public SavedTensorSlices.Builder setMeta ( SavedTensorSliceMeta値)
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;
public SavedTensorSlices.Builder setMeta ( SavedTensorSliceMeta.Builder builderForValue)
This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.
.tensorflow.SavedTensorSliceMeta meta = 1;