classe final estática pública TensorInfo.CooSparse
For sparse tensors, The COO encoding stores a triple of values, indices, and shape.
tensorflow.TensorInfo.CooSparse Classes aninhadas
| aula | TensorInfo.CooSparse.Builder | For sparse tensors, The COO encoding stores a triple of values, indices, and shape. | |
Constantes
| interno | DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER | |
| interno | INDICES_TENSOR_NAME_FIELD_NUMBER | |
| interno | VALUES_TENSOR_NAME_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| TensorInfo.CooSparse estático | |
| TensorInfo.CooSparse | |
| Corda | 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. |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getIndicesTensorName () The indices Tensor must have dtype int64 and shape [?, ?]. |
| com.google.protobuf.ByteString | getIndicesTensorNameBytes () The indices Tensor must have dtype int64 and shape [?, ?]. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| Corda | getValuesTensorName () The shape of the values Tensor is [?]. |
| com.google.protobuf.ByteString | getValuesTensorNameBytes () The shape of the values Tensor is [?]. |
| interno | código hash () |
| booleano final | |
| TensorInfo.CooSparse.Builder estático | newBuilder (protótipo TensorInfo.CooSparse ) |
| TensorInfo.CooSparse.Builder estático | |
| TensorInfo.CooSparse.Builder | |
| TensorInfo.CooSparse estático | parseDelimitedFrom (entrada InputStream) |
| TensorInfo.CooSparse estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorInfo.CooSparse estático | parseFrom (dados de ByteBuffer) |
| TensorInfo.CooSparse estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorInfo.CooSparse estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorInfo.CooSparse estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| TensorInfo.CooSparse estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorInfo.CooSparse estático | parseFrom (dados com.google.protobuf.ByteString) |
| TensorInfo.CooSparse estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorInfo.CooSparse estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| TensorInfo.CooSparse.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
int final estático público DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
Valor Constante: 3
público estático final int INDICES_TENSOR_NAME_FIELD_NUMBER
Valor Constante: 2
int final estático público VALUES_TENSOR_NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
String pública 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; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública 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 ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
String pública 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; hashCode int público ()
público final booleano isInitialized ()
public static TensorInfo.CooSparse parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático TensorInfo.CooSparse parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static TensorInfo.CooSparse parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static TensorInfo.CooSparse parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático TensorInfo.CooSparse parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorInfo.CooSparse parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático TensorInfo.CooSparse parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|