SavedTensorSlicesOrBuilder

public interface SavedTensorSlicesOrBuilder
Known Indirect Subclasses

Public Methods

abstract SavedSlice
getData()
 This exists in all but the first item of each checkpoint file.
abstract SavedSliceOrBuilder
getDataOrBuilder()
 This exists in all but the first item of each checkpoint file.
abstract 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.
abstract 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.
abstract boolean
hasData()
 This exists in all but the first item of each checkpoint file.
abstract boolean
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.

Public Methods

public abstract SavedSlice getData ()

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

public abstract SavedSliceOrBuilder getDataOrBuilder ()

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

public abstract 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;

public abstract 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;

public abstract boolean hasData ()

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

public abstract boolean 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;