TensorInfo.CooSparse.Builder

パブリック静的最終クラスTensorInfo.CooSparse.Builder

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

パブリックメソッド

TensorInfo.CooSparse.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TensorInfo.CooSparse
建てる()
TensorInfo.CooSparse
TensorInfo.CooSparse.Builder
クリア()
TensorInfo.CooSparse.Builder
ClearDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
TensorInfo.CooSparse.Builder
clearIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorInfo.CooSparse.Builder
クリア値TensorName ()
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
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
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 [?, ?].
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
最終ブール値
TensorInfo.CooSparse.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse.Builder
mergeFrom (com.google.protobuf.Message other)
最終的なTensorInfo.CooSparse.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
TensorInfo.CooSparse.Builder
setDenseShapeTensorName (文字列値)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setDenseShapeTensorNameBytes (com.google.protobuf.ByteString 値)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
TensorInfo.CooSparse.Builder
setIndicesTensorName (文字列値)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setIndicesTensorNameBytes (com.google.protobuf.ByteString 値)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なTensorInfo.CooSparse.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
TensorInfo.CooSparse.Builder
setValuesTensorName (文字列値)
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
setValuesTensorNameBytes (com.google.protobuf.ByteString 値)
 The shape of the values Tensor is [?].

継承されたメソッド

パブリックメソッド

public TensorInfo.CooSparse.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TensorInfo.CooSparse build ()

public TensorInfo.CooSparse buildPartial ()

public TensorInfo.CooSparse.Builder clearDenseShapeTensorName ()

 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 TensorInfo.CooSparse.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public TensorInfo.CooSparse.Builder clearIndicesTensorName ()

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

public TensorInfo.CooSparse.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TensorInfo.CooSparse.Builder clearValuesTensorName ()

 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 TensorInfo.CooSparse.Builderクローン()

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 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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;

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;

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

public TensorInfo.CooSparse.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public TensorInfo.CooSparse.Builder mergeFrom (com.google.protobuf.Message other)

public Final TensorInfo.CooSparse.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public TensorInfo.CooSparse.Builder setDenseShapeTensorName (文字列値)

 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 TensorInfo.CooSparse.Builder setDenseShapeTensorNameBytes (com.google.protobuf.ByteString 値)

 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 TensorInfo.CooSparse.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public TensorInfo.CooSparse.Builder setIndicesTensorName (文字列値)

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

public TensorInfo.CooSparse.Builder setIndicesTensorNameBytes (com.google.protobuf.ByteString 値)

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

public TensorInfo.CooSparse.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final TensorInfo.CooSparse.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public TensorInfo.CooSparse.Builder setValuesTensorName (文字列値)

 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 TensorInfo.CooSparse.Builder setValuesTensorNameBytes (com.google.protobuf.ByteString 値)

 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;