Interface TensorSliceProto.ExtentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TensorSliceProto.Extent.HasLengthCase getHasLengthCase()  
      long getLength()
      int64 length = 2;
      long getStart()
      Start index of the slice, starting at 0.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStart

        long getStart()
         Start index of the slice, starting at 0.
         
        int64 start = 1;
        Returns:
        The start.
      • getLength

        long getLength()
        int64 length = 2;
        Returns:
        The length.