Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc442 if (a.has_func() != b.has_func()) { in AreAttrValuesEqual()
444 } else if (a.has_func() && b.has_func()) { in AreAttrValuesEqual()
482 if (a.has_func()) { in AttrValueHash()
Ddataset.h223 if (attr_value.has_func()) { in AddAttrFunctions()
/external/harfbuzz_ng/src/
Dhb-font-private.hh164 HB_INTERNAL bool has_func (unsigned int i);
173 return has_func (i); \
Dhb-font.cc575 hb_font_t::has_func (unsigned int i) in has_func() function in hb_font_t
577 if (parent && parent != hb_font_get_empty () && parent->has_func (i)) in has_func()