パブリック インターフェイスSavedTensorSlicesOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象的な保存されたスライス | getData () 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. |
抽象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. |
抽象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. |
抽象ブール値 | 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. |
パブリックメソッド
パブリック抽象SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
パブリック抽象SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
パブリック抽象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;
パブリック抽象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 abstract boolean hasData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
パブリック抽象ブール値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;