TensorInfo.CooSparse

classe final pública estática TensorInfo.CooSparse

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

Classes aninhadas

aula 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étodos Públicos

boleano
igual a (objeto obj)
TensorInfo.CooSparse estático
TensorInfo.CooSparse
Fragmento
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 static com.google.protobuf.Descriptors.Descriptor
Fragmento
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
Fragmento
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
int
final booleano
static TensorInfo.CooSparse.Builder
static TensorInfo.CooSparse.Builder
TensorInfo.CooSparse.Builder
TensorInfo.CooSparse estático
parseDelimitedFrom (input InputStream)
TensorInfo.CooSparse estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (dados ByteBuffer)
TensorInfo.CooSparse estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (com.google.protobuf.CodedInputStream input)
TensorInfo.CooSparse estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (com.google.protobuf.ByteString data)
TensorInfo.CooSparse estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorInfo.CooSparse.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

Valor Constante: 3

público estático final int INDICES_TENSOR_NAME_FIELD_NUMBER

Valor constante: 2

público estático final int VALUES_TENSOR_NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static TensorInfo.CooSparse getDefaultInstance ()

public 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;

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.Builder newBuilder (protótipo TensorInfo.CooSparse )

public static TensorInfo.CooSparse.Builder newBuilder ()

public TensorInfo.CooSparse.Builder newBuilderForType ()

public static TensorInfo.CooSparse parseDelimitedFrom (InputStream input)

Lança
IOException

public static TensorInfo.CooSparse parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static TensorInfo.CooSparse parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static TensorInfo.CooSparse parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static TensorInfo.CooSparse parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static TensorInfo.CooSparse parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorInfo.CooSparse.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException