Interface SavedTensorSlicesOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SavedTensorSlices, SavedTensorSlices.Builder

public interface SavedTensorSlicesOrBuilder extends MessageOrBuilder
  • Method Details

    • hasMeta

      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;
      Returns:
      Whether the meta field is set.
    • 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;
      Returns:
      The meta.
    • getMetaOrBuilder

      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

      boolean hasData()
      This exists in all but the first item of each checkpoint file.
      
      .tensorflow.SavedSlice data = 2;
      Returns:
      Whether the data field is set.
    • getData

      SavedSlice getData()
      This exists in all but the first item of each checkpoint file.
      
      .tensorflow.SavedSlice data = 2;
      Returns:
      The data.
    • getDataOrBuilder

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