TensorInfo.CooSparse

מחלקה סופית סטטית ציבורית TensorInfo.CooSparse

 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape.
 
tensorflow.TensorInfo.CooSparse מסוג Protobuf

כיתות מקוננות

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

קבועים

int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
int INDICES_TENSOR_NAME_FIELD_NUMBER
int VALUES_TENSOR_NAME_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
סטטי TensorInfo.CooSparse
TensorInfo.CooSparse
חוּט
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
חוּט
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
חוּט
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
int
בוליאנית סופית
סטטי 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo.CooSparse
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי TensorInfo.CooSparse
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי TensorInfo.CooSparse
parseFrom (נתוני byte[], 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
TensorInfo.CooSparse.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

ערך קבוע: 3

גמר סטטי ציבורי INDICES_TENSOR_NAME_FIELD_NUMBER

ערך קבוע: 2

אינט סופי סטטי ציבורי VALUES_TENSOR_NAME_FIELD_NUMBER

ערך קבוע: 1

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object obj)

ציבורי סטטי TensorInfo.CooSparse getDefaultInstance ()

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

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 ()

מחרוזת ציבורית 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;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

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

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 ()

בוליאני הסופי הציבורי הוא אתחול ()

סטטי ציבורי TensorInfo.CooSparse.Builder newBuilder (אב-טיפוס TensorInfo.CooSparse )

סטטי ציבורי TensorInfo.CooSparse.Builder newBuilder ()

הציבור TensorInfo.CooSparse.Builder newBuilderForType ()

ציבורי סטטי TensorInfo.CooSparse parseDelimitedFrom (קלט InputStream)

זורק
IOException

סטטי ציבורי TensorInfo.CooSparse parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

TensorInfo.CooSparse parseFrom סטטי ציבורי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

סטטי ציבורי TensorInfo.CooSparse parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי ציבורי TensorInfo.CooSparse parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

TensorInfo.CooSparse parseFrom סטטי ציבורי (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

סטטי ציבורי TensorInfo.CooSparse parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

TensorInfo.CooSparse parseFrom סטטי ציבורי (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

סטטי ציבורי TensorInfo.CooSparse parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

TensorInfo.CooSparse parseFrom סטטי ציבורי (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

הציבור TensorInfo.CooSparse.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException