SavedTensorSlicesOrBuilder

antarmuka publik SavedTensorSlicesOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak SavedSlice
dapatkanData ()
 This exists in all but the first item of each checkpoint file.
abstrak SavedSliceOrBuilder
dapatkanDataOrBuilder ()
 This exists in all but the first item of each checkpoint file.
abstrak SavedTensorSliceMeta
dapatkan Meta ()
 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.
abstrak SavedTensorSliceMetaOrBuilder
dapatkan MetaOrBuilder ()
 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.
boolean abstrak
memilikiData ()
 This exists in all but the first item of each checkpoint file.
boolean abstrak
memiliki Meta ()
 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.

Metode Publik

abstrak publik SavedSlice getData ()

 This exists in all but the first item of each checkpoint file.
 
.tensorflow.SavedSlice data = 2;

abstrak publik SavedSliceOrBuilder getDataOrBuilder ()

 This exists in all but the first item of each checkpoint file.
 
.tensorflow.SavedSlice data = 2;

abstrak publik 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;

abstrak publik 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;

boolean abstrak publik hasData ()

 This exists in all but the first item of each checkpoint file.
 
.tensorflow.SavedSlice data = 2;

boolean abstrak publik 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;