อินเทอร์เฟซแบบคงที่สาธารณะ TensorInfo.CooSparseOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| สตริงที่เป็นนามธรรม | 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. |
| สตริงที่เป็นนามธรรม | getIndicesTensorName () The indices Tensor must have dtype int64 and shape [?, ?]. |
| นามธรรม com.google.protobuf.ByteString | getIndicesTensorNameBytes () The indices Tensor must have dtype int64 and shape [?, ?]. |
| สตริงที่เป็นนามธรรม | รับค่าTensorName () The shape of the values Tensor is [?]. |
| นามธรรม com.google.protobuf.ByteString | รับค่า TensorNameBytes () The shape of the values Tensor is [?]. |
วิธีการสาธารณะ
สตริงนามธรรมสาธารณะ 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; นามธรรมสาธารณะ 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; สตริงนามธรรมสาธารณะ getIndicesTensorName ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2; นามธรรมสาธารณะ com.google.protobuf.ByteString getIndicesTensorNameBytes ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2; สตริงนามธรรมสาธารณะ 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; นามธรรมสาธารณะ 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;