Home
last modified time | relevance | path

Searched refs:other_list (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/ir/dtype/
Dcontainer.cc82 const List &other_list = static_cast<const List &>(other); in operator ==() local
83 if (elements_.size() != other_list.elements_.size()) { in operator ==()
87 if (*elements_[i] != *other_list.elements_[i]) { in operator ==()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc52 std::vector<CNodePtr> other_list; in ReorderGetNext() local
57 other_list.emplace_back(cnode); in ReorderGetNext()
62 new_order_list.insert(new_order_list.end(), other_list.begin(), other_list.end()); in ReorderGetNext()
177 … std::vector<CNodePtr> *memcpy_list, std::vector<CNodePtr> *other_list) { in CopyMemcpyList() argument
180 MS_EXCEPTION_IF_NULL(other_list); in CopyMemcpyList()
188 (*other_list).pop_back(); in CopyMemcpyList()
193 (*other_list).emplace_back(cur_cnode); in CopyMemcpyList()
488 std::vector<CNodePtr> other_list; in InsertSwitchLoop() local
490 CopyMemcpyList(kernel_graph_ptr, orders, order_index, &memcpy_list, &other_list); in InsertSwitchLoop()
493 other_list = orders; in InsertSwitchLoop()
[all …]
Dkernel_adjust.h149 std::vector<CNodePtr> *other_list);
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc347 ScopedPyObjectPtr other_list( in Subscript() local
350 if (other_list == NULL) { in Subscript()
353 return PyObject_RichCompare(list.get(), other_list.get(), opid); in Subscript()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c63 const struct anv_reloc_list *other_list) in anv_reloc_list_init_clone() argument
65 list->num_relocs = other_list->num_relocs; in anv_reloc_list_init_clone()
66 list->array_length = other_list->array_length; in anv_reloc_list_init_clone()
83 memcpy(list->relocs, other_list->relocs, in anv_reloc_list_init_clone()
85 memcpy(list->reloc_bos, other_list->reloc_bos, in anv_reloc_list_init_clone()
92 list->dep_words = other_list->dep_words; in anv_reloc_list_init_clone()
98 memcpy(list->deps, other_list->deps, in anv_reloc_list_init_clone()
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc429 auto other_list = static_cast<const AbstractList *>(&other); in operator ==() local
430 return *this == *other_list; in operator ==()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c1027 cond_av_list_t *other_list; in __cil_insert_type_rule() local
1032 other_list = cond_node->false_list; in __cil_insert_type_rule()
1035 other_list = cond_node->true_list; in __cil_insert_type_rule()
1038 search_datum = cil_cond_av_list_search(&avtab_key, other_list); in __cil_insert_type_rule()