/third_party/mindspore/mindspore/ops/composite/multitype_ops/ |
D | _compile_utils.py | 206 def tensor_itemset_by_tuple_with_number(data, tuple_index, nubmer_value): argument 231 def _transform_ellipsis_to_slice(data, tuple_index, op_name): argument 262 def _expand_data_dims(data, tuple_index): argument 356 def tensor_index_by_tuple(data, tuple_index): argument 375 def _tensor_getitem_by_tuple_of_tensor(data, tuple_index, op_name): argument 400 def _tensor_getitem_by_tuple_slice(data, tuple_index): argument 408 def _tensor_getitem_by_tuple(data, tuple_index, op_name): argument 475 def _generate_indices_from_tuple_of_tensor(tuple_index, op_name): argument 491 def _generate_indices_from_tuple(data, tuple_index, op_name, fancy_position): argument 694 def tensor_setitem_by_tuple_with_number(data, tuple_index, value): argument [all …]
|
D | setitem_impl.py | 200 def _tensor_setitem_by_tuple_with_number(data, tuple_index, value): argument 221 def _tensor_setitem_by_tuple_with_tensor(data, tuple_index, value): argument 242 def _tensor_setitem_by_tuple_with_tuple(data, tuple_index, value): argument 264 def _tensor_setitem_by_tuple_with_list(data, tuple_index, value): argument
|
D | getitem_impl.py | 243 def _tensor_getitem_by_tuple(data, tuple_index): argument
|
D | _constexpr_utils.py | 604 def get_stride_info_from_tuple(data_shape, tuple_index): argument 837 def use_copy_slice(tuple_index): argument
|
/third_party/python/Objects/clinic/ |
D | tupleobject.c.h | 21 tuple_index(PyTupleObject *self, PyObject *const *args, Py_ssize_t nargs) in tuple_index() function
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | decrease_transfer_precision.cc | 113 auto tuple_index = ObtainGetItemIndex(in_node); in Run() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/ |
D | pipeline_transformer.cc | 277 CNodePtr PipelineTransformer::GraphOutNode(const AnfNodePtr &node, int tuple_index) { in GraphOutNode() 289 OperatorInfoPtr PipelineTransformer::CreateOpInfo(const CNodePtr &cnode, int tuple_index = 0) { in CreateOpInfo()
|
/third_party/python/Objects/ |
D | genericaliasobject.c | 180 tuple_index(PyObject *self, Py_ssize_t len, PyObject *item) in tuple_index() function
|
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | transform.cc | 347 const size_t tuple_index = 2; in AddSwitchLayer() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_parallel.cc | 2161 auto tuple_index = GetTupleGetItemIndex(cnode); in FindPrevLayout() local 2289 auto tuple_index = GetTupleGetItemIndex(pre_cnode); in FindLossCNode() local
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 422 struct tuple_index {}; struct
|