Home
last modified time | relevance | path

Searched refs:PythonCSRTensor (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dapi.py38 from mindspore.common.sparse_tensor import CSRTensor as PythonCSRTensor unknown
144 if isinstance(data, CSRTensor) and not isinstance(data, PythonCSRTensor):
145 return PythonCSRTensor(csr_tensor=data)