TensorInfo.CooSparse.Builder

clase final estática pública TensorInfo.CooSparse.Builder

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

Métodos públicos

TensorInfo.CooSparse.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorInfo.CooSparse
TensorInfo.CooSparse
TensorInfo.CooSparse.Builder
claro ()
TensorInfo.CooSparse.Builder
clearDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
clearField (campo 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 uno de)
TensorInfo.CooSparse.Builder
clearValuesTensorName ()
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
clonar ()
TensorInfo.CooSparse
Cadena
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 estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
Cadena
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
booleano final
TensorInfo.CooSparse.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
TensorInfo.CooSparse.Builder
mergeFrom (com.google.protobuf.Message otro)
TensorInfo.CooSparse.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
TensorInfo.CooSparse.Builder
setDenseShapeTensorName (valor de cadena)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setDenseShapeTensorNameBytes (valor com.google.protobuf.ByteString)
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
TensorInfo.CooSparse.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorInfo.CooSparse.Builder
setIndicesTensorName (valor de cadena)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setIndicesTensorNameBytes (valor com.google.protobuf.ByteString)
 The indices Tensor must have dtype int64 and shape [?, ?].
TensorInfo.CooSparse.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
TensorInfo.CooSparse.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
TensorInfo.CooSparse.Builder
setValuesTensorName (valor de cadena)
 The shape of the values Tensor is [?].
TensorInfo.CooSparse.Builder
setValuesTensorNameBytes (valor com.google.protobuf.ByteString)
 The shape of the values Tensor is [?].

Métodos heredados

Métodos públicos

público TensorInfo.CooSparse.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública TensorInfo.CooSparse ()

público TensorInfo.CooSparse buildPartial ()

público TensorInfo.CooSparse.Builder claro ()

público 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;

público TensorInfo.CooSparse.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público TensorInfo.CooSparse.Builder clearIndicesTensorName ()

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

público TensorInfo.CooSparse.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público 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;

público TensorInfo.CooSparse getDefaultInstanceForType ()

Cadena pública 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;

público 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;

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

Cadena pública getIndicesTensorName ()

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

público com.google.protobuf.ByteString getIndicesTensorNameBytes ()

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

Cadena pública 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;

público 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;

público final booleano isInitialized ()

público TensorInfo.CooSparse.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público TensorInfo.CooSparse.Builder mergeFrom (com.google.protobuf.Message otro)

público final TensorInfo.CooSparse.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público TensorInfo.CooSparse.Builder setDenseShapeTensorName (valor de cadena)

 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;

público TensorInfo.CooSparse.Builder setDenseShapeTensorNameBytes (valor 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;

público TensorInfo.CooSparse.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público TensorInfo.CooSparse.Builder setIndicesTensorName (valor de cadena)

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

público TensorInfo.CooSparse.Builder setIndicesTensorNameBytes (valor com.google.protobuf.ByteString)

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

público TensorInfo.CooSparse.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público final TensorInfo.CooSparse.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público TensorInfo.CooSparse.Builder setValuesTensorName (valor de cadena)

 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;

público TensorInfo.CooSparse.Builder setValuesTensorNameBytes (valor 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;