Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc274 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(i)); in Remove() local
442 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(index)); in Pop() local
Drepeated_scalar_container.cc77 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc1511const py::object &py_index, std::vector<int64_t> *data_transfer_types, in GetItemByTupleWithView()
1748 const TensorIndex &py_index) { in GetItemBySlice()
1789 py::object TensorIndex::GetItemIndexSimpleIndex(const py::object &py_index, const ValuePtr &data_va… in GetItemIndexSimpleIndex()
1834 py::object TensorIndex::GetItemIndexInfo(const py::object &py_data, const py::object &py_index, in GetItemIndexInfo()
2105const TensorIndex &py_index, const TensorIndexType &py_value_type) { in SetItemByTuple()
2156 py::object TensorIndex::SetItemIndexInfo(const py::object &py_data, const py::object &py_index, in SetItemIndexInfo()
2236 …::object TensorIndex::SetItemIndexByIndexType(const TensorIndex &index, const py::object &py_index, in SetItemIndexByIndexType()