общедоступный интерфейс SavedTensorSlicesOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактный сохраненный фрагмент | получить данные () 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 | получитьМетаОрБилдер () 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;