interfaccia pubblica SavedTensorSlicesOrBuilder
| Sottoclassi indirette conosciute |
Metodi pubblici
| estratto SavedSlice | getData () This exists in all but the first item of each checkpoint file. |
| estratto SavedSliceOrBuilder | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
| astratto 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. |
| astratto 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. |
| booleano astratto | hadati () This exists in all but the first item of each checkpoint file. |
| booleano astratto | haMeta () 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. |
Metodi pubblici
estratto pubblico SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2; estratto pubblico SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2; estratto pubblico 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; abstract pubblico 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 booleano astratto pubblico ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2; pubblico astratto booleano 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;