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.cc488 void FillAttrMap(const OpDef& op_def, AttrMap* attr_map) { in FillAttrMap() function
617 FillAttrMap(old_op, &old_attrs); in OpDefCompatible()
618 FillAttrMap(new_op, &new_attrs); in OpDefCompatible()
679 FillAttrMap(old_op, &old_attrs); in OpDefAddedDefaultsUnchanged()
680 FillAttrMap(new_op, &new_attrs); in OpDefAddedDefaultsUnchanged()
716 FillAttrMap(old_op, &old_attrs); in OpDefAttrDefaultsUnchanged()
717 FillAttrMap(new_op, &new_attrs); in OpDefAttrDefaultsUnchanged()