Searched refs:PythonRowTensor (Results 1 – 1 of 1) sorted by relevance
40 from mindspore.common.sparse_tensor import RowTensor as PythonRowTensor unknown148 if isinstance(data, RowTensor) and not isinstance(data, PythonRowTensor):149 return PythonRowTensor(row_tensor=data)