Searched defs:py_index (Results 1 – 3 of 3) sorted by relevance
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | repeated_composite_container.cc | 274 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(i)); in Remove() local 442 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(index)); in Pop() local
|
| D | repeated_scalar_container.cc | 77 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/ |
| D | tensor_index_py.cc | 1511 … const 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() 2105 … const 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()
|