tf.raw_ops.ConvertToCooTensor

indices_or_row_splitsA Tensor of type int32.
valuesA Tensor of type int32.
weightsA Tensor of type float32.
sample_countAn int that is >= 1.
combinerA string.
nameA name for the operation (optional).

A tuple of Tensor objects (row_ids, col_ids, gains).
row_idsA Tensor of type int32.
col_idsA Tensor of type int32.
gainsA Tensor of type float32.