TensorInfo.CooSparse

الطبقة النهائية العامة الثابتة TensorInfo.CooSparse

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

فئات متداخلة

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

الثوابت

كثافة العمليات DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
كثافة العمليات INDICES_TENSOR_NAME_FIELD_NUMBER
كثافة العمليات VALUES_TENSOR_NAME_FIELD_NUMBER

الأساليب العامة

منطقية
يساوي (كائن كائن)
ثابت TensorInfo.CooSparse
TensorInfo.CooSparse
خيط
الحصول علىDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
com.google.protobuf.ByteString
الحصول علىDenseShapeTensorNameBytes ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
الحصول علىIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
الحصول علىIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
كثافة العمليات
النهائي com.google.protobuf.UnknownFieldSet
خيط
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
كثافة العمليات
منطقية نهائية
ثابت TensorInfo.CooSparse.Builder
newBuilder (النموذج الأولي لـ TensorInfo.CooSparse )
ثابت TensorInfo.CooSparse.Builder
TensorInfo.CooSparse.Builder
ثابت TensorInfo.CooSparse
parseDelimitedFrom (إدخال InputStream)
ثابت TensorInfo.CooSparse
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت TensorInfo.CooSparse
parseFrom (بيانات ByteBuffer)
ثابت TensorInfo.CooSparse
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت TensorInfo.CooSparse
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت TensorInfo.CooSparse
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
ثابت TensorInfo.CooSparse
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت TensorInfo.CooSparse
parseFrom (بيانات com.google.protobuf.ByteString)
ثابت TensorInfo.CooSparse
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت TensorInfo.CooSparse
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
TensorInfo.CooSparse.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

القيمة الثابتة: 3

int النهائي الثابت العام INDICES_TENSOR_NAME_FIELD_NUMBER

القيمة الثابتة: 2

العدد النهائي الثابت العام VALUES_TENSOR_NAME_FIELD_NUMBER

القيمة الثابتة: 1

الأساليب العامة

القيمة المنطقية العامة تساوي (Object obj)

TensorInfo.CooSparse العام الثابت getDefaultInstance ()

TensorInfo.CooSparse getDefaultInstanceForType () العام

سلسلة عامة 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;

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;

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

سلسلة عامة getIndicesTensorName ()

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

com.google.protobuf.ByteString العامة getIndicesTensorNameBytes ()

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

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

سلسلة عامة 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;

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;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

TensorInfo.CooSparse.Builder newBuilder العام الثابت (النموذج الأولي لـ TensorInfo.CooSparse )

TensorInfo.CooSparse.Builder newBuilder () العام الثابت

TensorInfo.CooSparse.Builder العام newBuilderForType ()

TensorInfo.CooSparse العام الثابت ParseDelimitedFrom (إدخال InputStream)

رميات
IOEException

TensorInfo.CooSparse العام الثابت parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

TensorInfo.CooSparse parseFrom العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

TensorInfo.CooSparse parseFrom ثابت عام (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

TensorInfo.CooSparse parseFrom ثابت عام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

TensorInfo.CooSparse parseFrom ثابت عام (com.google.protobuf.CodedInputStream input)

رميات
IOEException

TensorInfo.CooSparse parseFrom الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

TensorInfo.CooSparse parseFrom العام الثابت (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

TensorInfo.CooSparse parseFrom ثابت عام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

TensorInfo.CooSparse العام الثابت ( بيانات com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

TensorInfo.CooSparse.Builder toBuilder () العام

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException