رابط عمومی SavedTensorSlicesOrBuilder
| زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
| چکیده SavedSlice | getData () 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 | 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. |
| بولی انتزاعی | 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. |
روش های عمومی
چکیده عمومی 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;