interface pública SavedTensorSlicesOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| resumo SavedSlice | obterDados () This exists in all but the first item of each checkpoint file. |
| resumo SavedSliceOrBuilder | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
| abstrato 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. |
| abstrato 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 abstrato | temDados () This exists in all but the first item of each checkpoint file. |
| booleano abstrato | 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. |
Métodos Públicos
resumo público SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2; resumo público SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2; resumo público 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; resumo público 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 abstrato público ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2; hasMeta booleano abstrato público ()
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;