Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc502 void FillAttrMap(const OpDef& op_def, AttrMap* attr_map) { in FillAttrMap() function
631 FillAttrMap(old_op, &old_attrs); in OpDefCompatible()
632 FillAttrMap(new_op, &new_attrs); in OpDefCompatible()
693 FillAttrMap(old_op, &old_attrs); in OpDefAddedDefaultsUnchanged()
694 FillAttrMap(new_op, &new_attrs); in OpDefAddedDefaultsUnchanged()
730 FillAttrMap(old_op, &old_attrs); in OpDefAttrDefaultsUnchanged()
731 FillAttrMap(new_op, &new_attrs); in OpDefAttrDefaultsUnchanged()