Interface TensorSliceProtoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TensorSliceProto, TensorSliceProto.Builder

    public interface TensorSliceProtoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getExtentList

        java.util.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 .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.TensorSliceProto.Extent extent = 1;
      • getExtentOrBuilderList

        java.util.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 .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.TensorSliceProto.Extent extent = 1;