Searched refs:PythonCSRTensor (Results 1 – 1 of 1) sorted by relevance
38 from mindspore.common.sparse_tensor import CSRTensor as PythonCSRTensor unknown144 if isinstance(data, CSRTensor) and not isinstance(data, PythonCSRTensor):145 return PythonCSRTensor(csr_tensor=data)