Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc136 if (a.has_func()) { in AttrValueHash()
168 if (a.has_func() != b.has_func()) { in AreAttrValuesEqual()
170 } else if (a.has_func() && b.has_func()) { in AreAttrValuesEqual()
Ddataset.h260 if (attr_value.has_func()) { in AddAttrFunctions()
Dfunction.cc1617 if (attr_value.has_func()) { in ReachableFunctions()
/external/harfbuzz_ng/src/
Dhb-font.hh175 HB_INTERNAL bool has_func (unsigned int i);
185 return has_func (i); \
Dhb-font.cc707 hb_font_t::has_func (unsigned int i) in has_func() function in hb_font_t
710 (parent && parent != &_hb_Null_hb_font_t && parent->has_func (i)); in has_func()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.cc227 if (attr.second.has_func() && in MaybeOptimizeFunctionCall()
Dfunction_optimizer.cc90 return func_attr != nullptr && func_attr->has_func() && in IsIndirectFunctionCall()
385 return (func_attr != nullptr && func_attr->has_func()) in FindFunctionCall()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc202 if (!attr_value->has_func()) { in GetFunctionNameAndAttr()
Dtf2xla_util.cc577 if (iter.second.has_func()) { in HasAssociatedFunction()
603 if (iter.second.has_func()) { in GetAssociatedFunctions()
Dxla_compiler.cc1225 if (!attr_value->has_func()) { in GetPotentialFunctionName()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc314 return name_attr_pair.second.has_func(); in MayCallFunction()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.cc301 if (attr_value.has_func()) { in HashAttr()