antarmuka statis publik TensorInfo.CooSparseOrBuilder
| Subkelas Tidak Langsung yang Diketahui |
Metode Publik
| Tali abstrak | dapatkanDenseShapeTensorName () The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. |
| abstrak com.google.protobuf.ByteString | dapatkanDenseShapeTensorNameBytes () The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. |
| Tali abstrak | dapatkanIndicesTensorName () The indices Tensor must have dtype int64 and shape [?, ?]. |
| abstrak com.google.protobuf.ByteString | dapatkanIndicesTensorNameBytes () The indices Tensor must have dtype int64 and shape [?, ?]. |
| Tali abstrak | dapatkanValuesTensorName () The shape of the values Tensor is [?]. |
| abstrak com.google.protobuf.ByteString | dapatkanValuesTensorNameBytes () The shape of the values Tensor is [?]. |
Metode Publik
String abstrak publik 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; abstrak publik 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; String abstrak publik getIndicesTensorName ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2; abstrak publik com.google.protobuf.ByteString getIndicesTensorNameBytes ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2; String abstrak publik 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; abstrak publik 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;