الواجهة العامة SavedTensorSlicesOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة SavedSlice | الحصول على البيانات () This exists in all but the first item of each checkpoint file. |
مجردة SavedSliceOrBuilder | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
مجردة 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. |
مجردة SavedTensorSliceMetaOrBuilder | الحصول على MetaOrBuilder () 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. |
منطقية مجردة | لديه بيانات () 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;
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;