public static interface TensorRepresentation.SparseTensorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FixedShape |
getDenseShape()
The dense shape of the resulting SparseTensor (does not include the batch
dimension).
|
FixedShapeOrBuilder |
getDenseShapeOrBuilder()
The dense shape of the resulting SparseTensor (does not include the batch
dimension).
|
String |
getIndexColumnNames(int index)
The columns constitute the coordinates of the values.
|
com.google.protobuf.ByteString |
getIndexColumnNamesBytes(int index)
The columns constitute the coordinates of the values.
|
int |
getIndexColumnNamesCount()
The columns constitute the coordinates of the values.
|
List<String> |
getIndexColumnNamesList()
The columns constitute the coordinates of the values.
|
String |
getValueColumnName()
The column that contains the values.
|
com.google.protobuf.ByteString |
getValueColumnNameBytes()
The column that contains the values.
|
boolean |
hasDenseShape()
The dense shape of the resulting SparseTensor (does not include the batch
dimension).
|
boolean |
hasValueColumnName()
The column that contains the values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDenseShape()
The dense shape of the resulting SparseTensor (does not include the batch dimension).
optional .tensorflow.metadata.v0.FixedShape dense_shape = 1;FixedShape getDenseShape()
The dense shape of the resulting SparseTensor (does not include the batch dimension).
optional .tensorflow.metadata.v0.FixedShape dense_shape = 1;FixedShapeOrBuilder getDenseShapeOrBuilder()
The dense shape of the resulting SparseTensor (does not include the batch dimension).
optional .tensorflow.metadata.v0.FixedShape dense_shape = 1;List<String> getIndexColumnNamesList()
The columns constitute the coordinates of the values. indices_column[i][j] contains the coordinate of the i-th dimension of the j-th value.
repeated string index_column_names = 2;int getIndexColumnNamesCount()
The columns constitute the coordinates of the values. indices_column[i][j] contains the coordinate of the i-th dimension of the j-th value.
repeated string index_column_names = 2;String getIndexColumnNames(int index)
The columns constitute the coordinates of the values. indices_column[i][j] contains the coordinate of the i-th dimension of the j-th value.
repeated string index_column_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getIndexColumnNamesBytes(int index)
The columns constitute the coordinates of the values. indices_column[i][j] contains the coordinate of the i-th dimension of the j-th value.
repeated string index_column_names = 2;index - The index of the value to return.boolean hasValueColumnName()
The column that contains the values.
optional string value_column_name = 3;String getValueColumnName()
The column that contains the values.
optional string value_column_name = 3;com.google.protobuf.ByteString getValueColumnNameBytes()
The column that contains the values.
optional string value_column_name = 3;Copyright © 2020 Gojek. All rights reserved.