TensorInfo.CooSparse

classe finale statica pubblica TensorInfo.CooSparse

 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape.
 
Tipo di protocollo tensorflow.TensorInfo.CooSparse

Classi nidificate

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

Costanti

int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
int INDICES_TENSOR_NAME_FIELD_NUMBER
int VALUES_TENSOR_NAME_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
TensorInfo.CooSparse statico
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.
com.google.protobuf.Descriptors.Descriptor statico finale
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 [?, ?].
int
finale 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 [?].
int
booleano finale
TensorInfo.CooSparse.Builder statico
TensorInfo.CooSparse.Builder statico
TensorInfo.CooSparse.Builder
TensorInfo.CooSparse statico
parseDelimitedFrom (input InputStream)
TensorInfo.CooSparse statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statico
parseFrom (dati ByteBuffer)
TensorInfo.CooSparse statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TensorInfo.CooSparse statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
TensorInfo.CooSparse statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statico
parseFrom (dati com.google.protobuf.ByteString)
TensorInfo.CooSparse statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
TensorInfo.CooSparse.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

Valore costante: 3

public static final int INDICES_TENSOR_NAME_FIELD_NUMBER

Valore costante: 2

public static final int VALUES_TENSOR_NAME_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico TensorInfo.CooSparse getDefaultInstance ()

pubblico TensorInfo.CooSparse getDefaultInstanceForType ()

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;

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

public String getIndicesTensorName ()

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

pubblico com.google.protobuf.ByteString getIndicesTensorNameBytes ()

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale 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;

pubblico 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 booleano isInitialized ()

pubblico statico TensorInfo.CooSparse.Builder newBuilder (prototipo TensorInfo.CooSparse )

pubblico statico TensorInfo.CooSparse.Builder newBuilder ()

pubblico TensorInfo.CooSparse.Builder newBuilderForType ()

pubblico statico TensorInfo.CooSparse parseDelimitedFrom (input InputStream)

Lancia
IOException

pubblico statico TensorInfo.CooSparse parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico TensorInfo.CooSparse (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

pubblico statico TensorInfo.CooSparse parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico TensorInfo.CooSparse parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico TensorInfo.CooSparse parseFrom (input com.google.protobuf.CodedInputStream)

Lancia
IOException

pubblico statico TensorInfo.CooSparse parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico TensorInfo.CooSparse parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

pubblico statico TensorInfo.CooSparse parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico TensorInfo.CooSparse parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico TensorInfo.CooSparse.Builder toBuilder ()

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

Lancia
IOException