TensorInfo.CooSparse

classe finale statique publique TensorInfo.CooSparse

 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape.
 
tensorflow.TensorInfo.CooSparse de type Protobuf

Classes imbriquées

classe TensorInfo.CooSparse.Builder
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 

Constantes

int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
int INDICES_TENSOR_NAME_FIELD_NUMBER
int VALUES_TENSOR_NAME_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
TensorInfo.CooSparse statique
TensorInfo.CooSparse
Chaîne
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 statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
int
final com.google.protobuf.UnknownFieldSet
Chaîne
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
int
booléen final
TensorInfo.CooSparse.Builder statique
TensorInfo.CooSparse.Builder statique
TensorInfo.CooSparse.Builder
TensorInfo.CooSparse statique
parseDelimitedFrom (entrée InputStream)
TensorInfo.CooSparse statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statique
parseFrom (données ByteBuffer)
TensorInfo.CooSparse statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
TensorInfo.CooSparse statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statique
parseFrom (données com.google.protobuf.ByteString)
TensorInfo.CooSparse statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
TensorInfo.CooSparse.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

Valeur constante : 3

public statique final int INDICES_TENSOR_NAME_FIELD_NUMBER

Valeur constante : 2

public static final int VALUES_TENSOR_NAME_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

public statique TensorInfo.CooSparse getDefaultInstance ()

public TensorInfo.CooSparse getDefaultInstanceForType ()

chaîne publique 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;

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique 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;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

chaîne publique 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;

code de hachage int public ()

public final booléen isInitialized ()

public statique TensorInfo.CooSparse.Builder newBuilder (prototype TensorInfo.CooSparse )

public statique TensorInfo.CooSparse.Builder newBuilder ()

public TensorInfo.CooSparse.Builder newBuilderForType ()

public statique TensorInfo.CooSparse parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static TensorInfo.CooSparse parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TensorInfo.CooSparse parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static TensorInfo.CooSparse parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorInfo.CooSparse parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TensorInfo.CooSparse parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique TensorInfo.CooSparse parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TensorInfo.CooSparse parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static TensorInfo.CooSparse parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique TensorInfo.CooSparse parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public TensorInfo.CooSparse.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException