clase final estática pública TensorInfo.CooSparse
For sparse tensors, The COO encoding stores a triple of values, indices, and shape.Protobuf tipo
tensorflow.TensorInfo.CooSparse Clases anidadas
| clase | TensorInfo.CooSparse.Builder | For sparse tensors, The COO encoding stores a triple of values, indices, and shape. | |
Constantes
| En t | DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER | |
| En t | INDICES_TENSOR_NAME_FIELD_NUMBER | |
| En t | VALUES_TENSOR_NAME_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| estático TensorInfo.CooSparse | |
| TensorInfo.CooSparse | |
| Cuerda | getDenseShapeTensorName () The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. |
| com.google.protobuf.ByteString | getDenseShapeTensorNameBytes () The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cuerda | getIndicesTensorName () The indices Tensor must have dtype int64 and shape [?, ?]. |
| com.google.protobuf.ByteString | getIndicesTensorNameBytes () The indices Tensor must have dtype int64 and shape [?, ?]. |
| En t | |
| final com.google.protobuf.UnknownFieldSet | |
| Cuerda | getValuesTensorName () The shape of the values Tensor is [?]. |
| com.google.protobuf.ByteString | getValuesTensorNameBytes () The shape of the values Tensor is [?]. |
| En t | hashCode () |
| booleano final | |
| estático TensorInfo.CooSparse.Builder | newBuilder (prototipo de TensorInfo.CooSparse ) |
| estático TensorInfo.CooSparse.Builder | newBuilder () |
| TensorInfo.CooSparse.Builder | |
| estático TensorInfo.CooSparse | parseDelimitedFrom (entrada InputStream) |
| estático TensorInfo.CooSparse | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático TensorInfo.CooSparse | parseFrom (datos ByteBuffer) |
| estático TensorInfo.CooSparse | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático TensorInfo.CooSparse | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático TensorInfo.CooSparse | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| estático TensorInfo.CooSparse | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático TensorInfo.CooSparse | parseFrom (datos com.google.protobuf.ByteString) |
| estático TensorInfo.CooSparse | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático TensorInfo.CooSparse | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| TensorInfo.CooSparse.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
Valor constante: 3
public static final int INDICES_TENSOR_NAME_FIELD_NUMBER
Valor constante: 2
public static final int VALUES_TENSOR_NAME_FIELD_NUMBER
Valor constante: 1
Métodos públicos
public boolean es igual a (Object obj)
public String getDenseShapeTensorName ()
The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. It must have dtype int64 and shape [?].
string dense_shape_tensor_name = 3;public com.google.protobuf.ByteString getDenseShapeTensorNameBytes ()
The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. It must have dtype int64 and shape [?].
string dense_shape_tensor_name = 3;público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getIndicesTensorName ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2;public com.google.protobuf.ByteString getIndicesTensorNameBytes ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String getValuesTensorName ()
The shape of the values Tensor is [?]. Its dtype must be the dtype of the SparseTensor as a whole, given in the enclosing TensorInfo.
string values_tensor_name = 1;public com.google.protobuf.ByteString getValuesTensorNameBytes ()
The shape of the values Tensor is [?]. Its dtype must be the dtype of the SparseTensor as a whole, given in the enclosing TensorInfo.
string values_tensor_name = 1;public int hashCode ()
public final boolean isInitialized ()
public static TensorInfo.CooSparse parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático TensorInfo.CooSparse parseFrom (ByteBuffer datos)
Lanza
| InvalidProtocolBufferException |
|---|
public static TensorInfo.CooSparse parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static TensorInfo.CooSparse parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
public static TensorInfo.CooSparse parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático TensorInfo.CooSparse parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
public static TensorInfo.CooSparse parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|