interfaz pública SavedTensorSlicesOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen guardadoSlice | obtener datos () This exists in all but the first item of each checkpoint file. |
resumen SavedSliceOrBuilder | getDataOrBuilder () This exists in all but the first item of each checkpoint file. |
resumen SavedTensorSliceMeta | obtenerMeta () 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. |
resumen SavedTensorSliceMetaOrBuilder | obtenerMetaOrBuilder () 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 abstracto | tiene datos () This exists in all but the first item of each checkpoint file. |
booleano abstracto | tieneMeta () 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
resumen público SavedSlice getData ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
resumen público SavedSliceOrBuilder getDataOrBuilder ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
resumen 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;
resumen 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 abstracto público ()
This exists in all but the first item of each checkpoint file.
.tensorflow.SavedSlice data = 2;
hasMeta booleano abstracto 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;