Home
last modified time | relevance | path

Searched refs:has_func (Results 1 – 14 of 14) 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.h280 if (attr_value.has_func()) { in AddAttrFunctions()
Dfunction.cc1659 if (attr_value.has_func()) { in ReachableFunctions()
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc395 if (attr_value.has_func()) { in HashAttr()
417 if (this_attr.has_func() != that_attr.has_func()) { in CheckAttrsEqual()
422 if (this_attr.has_func()) { in CheckAttrsEqual()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dinline_partitionedcall.cc71 if (!node.attr().at(kFunctionAttrName).has_func()) { in InlinePartitionedCall()
/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.cc251 if (attr.second.has_func() && in MaybeOptimizeFunctionCall()
Dmeta_optimizer.cc648 if (attr_value.has_func()) { in PropagateTFDataAttrs()
761 if (attr_value.has_func()) { in OptimizeConsumeItem()
Dfunction_optimizer.cc90 return func_attr != nullptr && func_attr->has_func() && in IsIndirectFunctionCall()
392 return (func_attr != nullptr && func_attr->has_func()) in FindFunctionCall()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc206 if (!attr_value->has_func()) { in GetFunctionNameAndAttr()
Dtf2xla_util.cc583 if (iter.second.has_func()) { in HasAssociatedFunction()
609 if (iter.second.has_func()) { in GetAssociatedFunctions()
Dxla_compiler.cc1212 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()