public interface SparseValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIndices(int index)
The indices of the sparse data.
|
int |
getIndicesCount()
The indices of the sparse data.
|
java.util.List<java.lang.Integer> |
getIndicesList()
The indices of the sparse data.
|
float |
getValues(int index)
The corresponding values of the sparse data, which must be with the same length as the indices.
|
int |
getValuesCount()
The corresponding values of the sparse data, which must be with the same length as the indices.
|
java.util.List<java.lang.Float> |
getValuesList()
The corresponding values of the sparse data, which must be with the same length as the indices.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Integer> getIndicesList()
The indices of the sparse data.
repeated uint32 indices = 1;int getIndicesCount()
The indices of the sparse data.
repeated uint32 indices = 1;int getIndices(int index)
The indices of the sparse data.
repeated uint32 indices = 1;index - The index of the element to return.java.util.List<java.lang.Float> getValuesList()
The corresponding values of the sparse data, which must be with the same length as the indices.
repeated float values = 2;int getValuesCount()
The corresponding values of the sparse data, which must be with the same length as the indices.
repeated float values = 2;float getValues(int index)
The corresponding values of the sparse data, which must be with the same length as the indices.
repeated float values = 2;index - The index of the element to return.