Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dattribute_utils.h51 void CopyAttributes(Operation *from, Operation *to, Predicate P) { in CopyAttributes() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dattr_builder.cc254 void AttrBuilder::CopyAttributes(const AttrBuilder& other) { in CopyAttributes() function in tensorflow::AttrBuilder
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp224 static void CopyAttributes(Element* el, android::ResXMLParser* parser, in CopyAttributes() function