Searched refs:CopyAttributes (Results 1 – 5 of 5) sorted by relevance
27 void CopyAttributes(Operation *from, Operation *to, Predicate P) { in CopyAttributes() function34 CopyAttributes(from, to, [](const NamedAttribute &attr) { in CopyUnderscoredAttributes()45 CopyAttributes(from, to, [&device](const NamedAttribute &attr) { in CopyDeviceAndUnderscoredAttributes()
85 new_op->MutableAttrs()->CopyAttributes(orig_op->Attrs()); in Run()
169 void CopyAttributes(const AttrBuilder& other);
237 void AttrBuilder::CopyAttributes(const AttrBuilder& other) { in CopyAttributes() function in tensorflow::AttrBuilder
487 attrs_.CopyAttributes(*(down_cast<const AttrBuilder*>(op_attrs))); in AddAttrs()