Interface SavedSliceMetaOrBuilder

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

public interface SavedSliceMetaOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      Name of the tensor.
      
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      Name of the tensor.
      
      string name = 1;
      Returns:
      The bytes for name.
    • hasShape

      boolean hasShape()
      Shape of the tensor
      
      .tensorflow.TensorShapeProto shape = 2;
      Returns:
      Whether the shape field is set.
    • getShape

      TensorShapeProto getShape()
      Shape of the tensor
      
      .tensorflow.TensorShapeProto shape = 2;
      Returns:
      The shape.
    • getShapeOrBuilder

      TensorShapeProtoOrBuilder getShapeOrBuilder()
      Shape of the tensor
      
      .tensorflow.TensorShapeProto shape = 2;
    • getTypeValue

      int getTypeValue()
      Type of the tensor
      
      .tensorflow.DataType type = 3;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      DataType getType()
      Type of the tensor
      
      .tensorflow.DataType type = 3;
      Returns:
      The type.
    • getSliceList

      List<TensorSliceProto> getSliceList()
      Explicit list of slices saved in the checkpoint file.
      
      repeated .tensorflow.TensorSliceProto slice = 4;
    • getSlice

      TensorSliceProto getSlice(int index)
      Explicit list of slices saved in the checkpoint file.
      
      repeated .tensorflow.TensorSliceProto slice = 4;
    • getSliceCount

      int getSliceCount()
      Explicit list of slices saved in the checkpoint file.
      
      repeated .tensorflow.TensorSliceProto slice = 4;
    • getSliceOrBuilderList

      List<? extends TensorSliceProtoOrBuilder> getSliceOrBuilderList()
      Explicit list of slices saved in the checkpoint file.
      
      repeated .tensorflow.TensorSliceProto slice = 4;
    • getSliceOrBuilder

      TensorSliceProtoOrBuilder getSliceOrBuilder(int index)
      Explicit list of slices saved in the checkpoint file.
      
      repeated .tensorflow.TensorSliceProto slice = 4;