Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc428 bool MoreRestrictive(const OpDef::AttrDef& old_attr, in MoreRestrictive() argument
433 if (!old_attr.has_allowed_values()) return true; in MoreRestrictive()
436 if (!IsSubsetOf(old_attr.allowed_values().list().type(), in MoreRestrictive()
440 if (!IsSubsetOf(old_attr.allowed_values().list().s(), in MoreRestrictive()
457 bool HigherMinimum(const OpDef::AttrDef& old_attr, in HigherMinimum() argument
462 if (!old_attr.has_minimum()) return true; in HigherMinimum()
465 return new_attr.minimum() > old_attr.minimum(); in HigherMinimum()
516 const OpDef::AttrDef* old_attr = in ComputeArgSignature() local
518 if (old_attr) { in ComputeArgSignature()
545 const OpDef::AttrDef* old_attr = in ComputeArgSignature() local
[all …]
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_renames.py24 for old_attr, new_attr in replace.items():
25 LOOKUP[(module, old_attr)] = new_attr
35 """ % (module, old_attr, old_attr)
38 """ % (module, old_attr)
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_renames.py24 for old_attr, new_attr in list(replace.items()):
25 LOOKUP[(module, old_attr)] = new_attr
35 """ % (module, old_attr, old_attr)
38 """ % (module, old_attr)
/external/scapy/scapy/modules/
Dsix.py146 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
153 if old_attr is None:
156 new_attr = old_attr
160 if old_attr is None:
161 old_attr = name
162 self.attr = old_attr
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...