Home
last modified time | relevance | path

Searched refs:CopyAttributes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dattribute_utils.h27 void CopyAttributes(Operation *from, Operation *to, Predicate P) { in CopyAttributes() function
34 CopyAttributes(from, to, [](const NamedAttribute &attr) { in CopyUnderscoredAttributes()
45 CopyAttributes(from, to, [&device](const NamedAttribute &attr) { in CopyDeviceAndUnderscoredAttributes()
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dnode_expansion_pass.cc85 new_op->MutableAttrs()->CopyAttributes(orig_op->Attrs()); in Run()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.h169 void CopyAttributes(const AttrBuilder& other);
Dattr_builder.cc237 void AttrBuilder::CopyAttributes(const AttrBuilder& other) { in CopyAttributes() function in tensorflow::AttrBuilder
Deager_operation.cc487 attrs_.CopyAttributes(*(down_cast<const AttrBuilder*>(op_attrs))); in AddAttrs()