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
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
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 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 入力、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 出力)

継承されたメソッド

定数

public static Final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

定数値: 3

パブリック静的最終整数INDICES_TENSOR_NAME_FIELD_NUMBER

定数値: 2

パブリック静的最終整数VALUES_TENSOR_NAME_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト 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;

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

パブリック最終ブール値isInitialized ()

public static TensorInfo.CooSparse.Builder newBuilder ( TensorInfo.CooSparseプロトタイプ)

public static TensorInfo.CooSparse.Builder newBuilder ()

public TensorInfo.CooSparse.Builder newBuilderForType ()

public static TensorInfo.CooSparse parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static TensorInfo.CooSparse parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorInfo.CooSparse parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorInfo.CooSparse parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

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

投げる
IO例外

public static TensorInfo.CooSparse parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static TensorInfo.CooSparse parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public TensorInfo.CooSparse.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外