TensorInfo.CooSparse

genel statik son sınıf TensorInfo.CooSparse

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

İç İçe Sınıflar

sınıf TensorInfo.CooSparse.Builder
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 

Sabitler

int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
int INDICES_TENSOR_NAME_FIELD_NUMBER
int VALUES_TENSOR_NAME_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
statik TensorInfo.CooSparse
TensorInfo.CooSparse
Sicim
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 statik com.google.protobuf.Descriptors.Descriptor
Sicim
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
Sicim
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
int
son boole değeri
statik TensorInfo.CooSparse.Builder
statik TensorInfo.CooSparse.Builder
TensorInfo.CooSparse.Builder
statik TensorInfo.CooSparse
parseDelimitedFrom (InputStream girişi)
statik TensorInfo.CooSparse
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo.CooSparse
parseFrom (ByteBuffer verileri)
statik TensorInfo.CooSparse
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo.CooSparse
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo.CooSparse
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik TensorInfo.CooSparse
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo.CooSparse
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik TensorInfo.CooSparse
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik TensorInfo.CooSparse
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
TensorInfo.CooSparse.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

Sabit Değer: 3

genel statik final int INDICES_TENSOR_NAME_FIELD_NUMBER

Sabit Değer: 2

genel statik final int VALUES_TENSOR_NAME_FIELD_NUMBER

Sabit Değer: 1

Genel Yöntemler

genel boole eşittir (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;

halk getParserForType ()

public int getSerializedSize ()

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

genel int hashCode ()

genel final boolean isInitialized ()

public static TensorInfo.CooSparse.Builder newBuilder ( TensorInfo.CooSparse prototipi)

public static TensorInfo.CooSparse.Builder newBuilder ()

public TensorInfo.CooSparse.Builder newBuilderForType ()

public static TensorInfo.CooSparse parseDelimitedFrom (InputStream girişi)

Atar
IOİstisnası

public static TensorInfo.CooSparse parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

public static TensorInfo.CooSparse parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik TensorInfo.CooSparse parseFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IOİstisnası

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

Atar
Geçersiz ProtokolBufferException

genel statik TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

public static TensorInfo.CooSparse parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel statik TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

public TensorInfo.CooSparse.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IOİstisnası