Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc120 if (a.has_func()) { in AttrValueHash()
145 if (a.has_func() != b.has_func()) { in AreAttrValuesEqual()
147 } else if (a.has_func() && b.has_func()) { in AreAttrValuesEqual()
Ddataset.h252 if (attr_value.has_func()) { in AddAttrFunctions()
Dfunction.cc1404 if (attr_value.has_func()) { in ReachableFunctions()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.cc122 if (attr.second.has_func() && in MaybeOptimizeFunctionCall()
Dfunction_optimizer.cc113 return func_attr != nullptr && func_attr->has_func() && in IsIndirectFunctionCall()
480 return (func_attr != nullptr && func_attr->has_func()) in FindFunctionCall()
/external/harfbuzz_ng/src/
Dhb-font.hh173 HB_INTERNAL bool has_func (unsigned int i);
183 return has_func (i); \
Dhb-font.cc705 hb_font_t::has_func (unsigned int i) in has_func() function in hb_font_t
708 (parent && parent != &_hb_Null_hb_font_t && parent->has_func (i)); in has_func()
/external/tensorflow/tensorflow/compiler/jit/
Dresource_operation_safety_analysis.cc105 return name_attr_pair.second.has_func(); in MayCallFunction()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc199 if (!attr_value->has_func()) { in GetFunctionNameAndAttr()
Dtf2xla_util.cc584 if (iter.second.has_func()) { in HasAssociatedFunction()
610 if (iter.second.has_func()) { in GetAssociatedFunctions()
Dxla_compiler.cc967 if (!attr_value->has_func()) { in GetPotentialFunctionName()