Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc612 std::vector<TensorIndex> new_tuple_index; in GetExpandDimsInfo() local
1101 py::object TensorIndex::ReSetitemByTensor(const std::vector<TensorIndex> &new_tuple_index, in ReSetitemByTensor()
1172 std::vector<TensorIndex> new_tuple_index = tuple_index_info.first; in SetitemByTupleWithTensor() local
1479 size_t GetSpecifiedDimensions(const py::tuple &new_tuple_index, size_t data_dims) { in GetSpecifiedDimensions()
1519 auto new_tuple_index = py_index.cast<py::tuple>(); in GetItemByTupleWithView() local