Interface DenseMatrixProtoOrBuilder

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

@Generated public interface DenseMatrixProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getEntries(int index)
    repeated int32 entries = 3;
    int
    repeated int32 entries = 3;
    repeated int32 entries = 3;
    int
    int32 num_cols = 2;
    int
    int32 num_rows = 1;

    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 Details

    • getNumRows

      int getNumRows()
      int32 num_rows = 1;
      Returns:
      The numRows.
    • getNumCols

      int getNumCols()
      int32 num_cols = 2;
      Returns:
      The numCols.
    • getEntriesList

      List<Integer> getEntriesList()
      repeated int32 entries = 3;
      Returns:
      A list containing the entries.
    • getEntriesCount

      int getEntriesCount()
      repeated int32 entries = 3;
      Returns:
      The count of entries.
    • getEntries

      int getEntries(int index)
      repeated int32 entries = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The entries at the given index.