Interface TensorSliceProtoOrBuilder

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

public interface TensorSliceProtoOrBuilder extends MessageOrBuilder
  • Method Details

    • getExtentList

      List<TensorSliceProto.Extent> getExtentList()
      Extent of the slice in all tensor dimensions.
      Must have one entry for each of the dimension of the tensor that this
      slice belongs to.  The order of sizes is the same as the order of
      dimensions in the TensorShape.
      
      repeated .tensorflow.TensorSliceProto.Extent extent = 1;
    • getExtent

      TensorSliceProto.Extent getExtent(int index)
      Extent of the slice in all tensor dimensions.
      Must have one entry for each of the dimension of the tensor that this
      slice belongs to.  The order of sizes is the same as the order of
      dimensions in the TensorShape.
      
      repeated .tensorflow.TensorSliceProto.Extent extent = 1;
    • getExtentCount

      int getExtentCount()
      Extent of the slice in all tensor dimensions.
      Must have one entry for each of the dimension of the tensor that this
      slice belongs to.  The order of sizes is the same as the order of
      dimensions in the TensorShape.
      
      repeated .tensorflow.TensorSliceProto.Extent extent = 1;
    • getExtentOrBuilderList

      List<? extends TensorSliceProto.ExtentOrBuilder> getExtentOrBuilderList()
      Extent of the slice in all tensor dimensions.
      Must have one entry for each of the dimension of the tensor that this
      slice belongs to.  The order of sizes is the same as the order of
      dimensions in the TensorShape.
      
      repeated .tensorflow.TensorSliceProto.Extent extent = 1;
    • getExtentOrBuilder

      TensorSliceProto.ExtentOrBuilder getExtentOrBuilder(int index)
      Extent of the slice in all tensor dimensions.
      Must have one entry for each of the dimension of the tensor that this
      slice belongs to.  The order of sizes is the same as the order of
      dimensions in the TensorShape.
      
      repeated .tensorflow.TensorSliceProto.Extent extent = 1;