Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc140 if (a.has_func()) { in AttrValueHash()
621 if (a.has_func() != b.has_func()) { in AreAttrValuesEqual()
623 } else if (a.has_func() && b.has_func()) { in AreAttrValuesEqual()
Ddataset.h324 if (attr_value.has_func()) { in AddAttrFunctions()
Dfunction.cc1721 if (attr_value.has_func()) { in ReachableFunctions()
/external/tensorflow/tensorflow/core/data/
Dhash_utils.cc454 if (attr_value.has_func()) { in HashAttr()
476 if (this_attr.has_func() != that_attr.has_func()) { in CheckAttrsEqual()
481 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/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_data.cc143 if (attr.second.has_func()) { in GetSubgraphNamesForFunctionExecution()
/external/harfbuzz_ng/src/
Dhb-font.hh185 HB_INTERNAL bool has_func (unsigned int i);
195 return has_func (i); \
Dhb-font.cc920 hb_font_t::has_func (unsigned int i) in has_func() function in hb_font_t
923 (parent && parent != &_hb_Null_hb_font_t && parent->has_func (i)); in has_func()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmake_deterministic.cc594 if (attr.second.has_func()) { in FunctionNodeMayIntroduceNondeterminism()
628 if (attr.second.has_func()) { in NodeMayIntroduceNondeterminismWhenAsync()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.cc251 if (attr.second.has_func() && in MaybeOptimizeFunctionCall()
Dmeta_optimizer.cc1009 if (attr_value.has_func()) { in PropagateTFDataAttrs()
1125 if (attr_value.has_func()) { in OptimizeConsumeItem()
Dfunction_optimizer.cc90 return func_attr != nullptr && func_attr->has_func() && in IsIndirectFunctionCall()
395 return (func_attr != nullptr && func_attr->has_func()) in FindFunctionCall()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc207 if (!attr_value->has_func()) { in GetFunctionNameAndAttr()
Dtf2xla_util.cc754 if (iter.second.has_func()) { in HasAssociatedFunction()
780 if (iter.second.has_func()) { in GetAssociatedFunctions()
Dxla_compiler.cc1229 if (!attr_value->has_func()) { in GetPotentialFunctionName()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc317 return name_attr_pair.second.has_func(); in MayCallFunction()
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtfrt_graph_execution_state.cc78 if (!attr_value.has_func()) continue; in FindFunctionsToOptimize()
/external/libbpf/src/
Dlibbpf.c2634 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in btf_needs_sanitization() local
2638 return !has_func || !has_datasec || !has_func_global || !has_float || in btf_needs_sanitization()
2647 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in bpf_object__sanitize_btf() local
2690 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
2695 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()