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 TypeMethodDescriptionintgetEntries(int index) repeated int32 entries = 3;intrepeated int32 entries = 3;repeated int32 entries = 3;intint32 num_cols = 2;intint32 num_rows = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
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.
-