TensorInfo.CooSparseOrBuilder

interface statique publique TensorInfo.CooSparseOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
getDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
résumé com.google.protobuf.ByteString
getDenseShapeTensorNameBytes ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
chaîne abstraite
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
résumé com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
chaîne abstraite
getValuesTensorName ()
 The shape of the values Tensor is [?].
résumé com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].

Méthodes publiques

chaîne abstraite publique 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;

résumé 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;

chaîne abstraite publique getIndicesTensorName ()

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

résumé public com.google.protobuf.ByteString getIndicesTensorNameBytes ()

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

chaîne abstraite publique 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;

résumé 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;