Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dattribute_utils.h27 void CopyAttributes(Operation *from, Operation *to, Predicate P) { in CopyAttributes() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc237 void AttrBuilder::CopyAttributes(const AttrBuilder& other) { in CopyAttributes() function in tensorflow::AttrBuilder