TensorInfo.CooSparse.Builder

publiczna statyczna klasa końcowa TensorInfo.CooSparse.Builder

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

Metody publiczne

TensorInfo.CooSparse.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
TensorInfo.CooSparse
TensorInfo.CooSparse
TensorInfo.CooSparse.Builder
jasne ()
TensorInfo.CooSparse.Builder
clearDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
clearField (pole 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
clearValuesTensorName ()
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
klon ()
TensorInfo.CooSparse
Strunowy
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.
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Strunowy
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
Strunowy
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
końcowa wartość logiczna
TensorInfo.CooSparse.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorInfo.CooSparse.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy TensorInfo.CooSparse.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
TensorInfo.CooSparse.Builder
setDenseShapeTensorName (wartość ciągu)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setDenseShapeTensorNameBytes (wartość com.google.protobuf.ByteString)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
TensorInfo.CooSparse.Builder
setIndicesTensorName (wartość ciągu)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setIndicesTensorNameBytes (wartość com.google.protobuf.ByteString)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
końcowy TensorInfo.CooSparse.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
TensorInfo.CooSparse.Builder
setValuesTensorName (wartość ciągu)
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
setValuesTensorNameBytes (wartość com.google.protobuf.ByteString)
 The shape of the values Tensor is [?].

Metody dziedziczone

Metody publiczne

public TensorInfo.CooSparse.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja TensorInfo.CooSparse ()

public TensorInfo.CooSparse buildPartial ()

publiczny TensorInfo.CooSparse.Builder wyczyść ()

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 (pole com.google.protobuf.Descriptors.FieldDescriptor)

public TensorInfo.CooSparse.Builder clearIndicesTensorName ()

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

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

publiczny klon TensorInfo.CooSparse.Builder ()

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

publiczna końcowa wartość logiczna isInitialized ()

publiczny TensorInfo.CooSparse.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

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

publiczny finał TensorInfo.CooSparse.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public TensorInfo.CooSparse.Builder setDenseShapeTensorName (wartość ciągu)

 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 (wartość 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public TensorInfo.CooSparse.Builder setIndicesTensorName (wartość ciągu)

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

public TensorInfo.CooSparse.Builder setIndicesTensorNameBytes (wartość com.google.protobuf.ByteString)

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

public TensorInfo.CooSparse.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

publiczny finał TensorInfo.CooSparse.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public TensorInfo.CooSparse.Builder setValuesTensorName (wartość ciągu)

 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 (wartość 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;