SavedTensorSlicesOrBuilder

interface pública SavedTensorSlicesOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

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;

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;

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;