Home
last modified time | relevance | path

Searched defs:GetPyTupleShape (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc412 py::tuple TensorPy::GetPyTupleShape(const Tensor &tensor) { in GetPyTupleShape() function in mindspore::tensor::TensorPy
1061 py::tuple CSRTensorPy::GetPyTupleShape(const CSRTensor &csr_tensor) { return GetSparseTensorShape(c… in GetPyTupleShape() function in mindspore::tensor::CSRTensorPy
1083 py::tuple COOTensorPy::GetPyTupleShape(const COOTensor &coo_tensor) { return GetSparseTensorShape(c… in GetPyTupleShape() function in mindspore::tensor::COOTensorPy
1103 py::tuple RowTensorPy::GetPyTupleShape(const RowTensor &row_tensor) { return GetSparseTensorShape(r… in GetPyTupleShape() function in mindspore::tensor::RowTensorPy