Home
last modified time | relevance | path

Searched refs:element_copy (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_elementtree.c606 element_copy(ElementObject* self, PyObject* args) in element_copy() function
1207 "O(N)", elementtree_copyelement_obj, element_copy(self, args) in element_reduce()
1555 {"__copy__", (PyCFunction) element_copy, METH_VARARGS},
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.cc798 TF_ASSIGN_OR_RETURN(HloInstruction * element_copy, in CreateCopyWithNewLayout()
800 element_copies.push_back(element_copy); in CreateCopyWithNewLayout()