Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer_inspection_required_ops_utils.cc31 bool IsFunctionCall(const Node& node) { in IsFunctionCall() function
63 if (!IsFunctionCall(node)) { in IsPlacerInspectionRequired()
H A Dfunction_utils.cc282 bool IsFunctionCall(const FunctionLibraryDefinition& lib_def, in IsFunctionCall() function
284 return node.IsFunctionCall(); in IsFunctionCall()
H A Dfunction_utils.h102 bool IsFunctionCall(const FunctionLibraryDefinition& lib_def, const Node& n);
H A Dlower_functional_ops.cc170 if (IsFunctionCall(*flib_def, *n) && !used_by_xla(n) && in Run()
H A Dinline_function_utils.cc666 (n->IsFunctionCall() && // (b) in InlineFunctionBody()
864 if (!IsFunctionCall(*lib->GetFunctionLibraryDefinition(), *node)) { in ExpandInlineFunctions()
H A Dshape_refiner.cc687 if (function_library_ && IsFunctionCall(*function_library_, *node)) { in RunShapeFn()
H A Dcolocation_graph.cc845 node->IsFunctionCall()) { in AddHostOnlyDataTypesConstraints()
H A Dprocess_function_library_runtime.cc516 !(dtype == DT_RESOURCE && IsFunctionCall(*lib_def, *src_node)); in PinArgsAndRets()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dgraph_compiler.cc174 if (IsFunctionCall(*flib_->GetFunctionLibraryDefinition(), *n)) { in Compile()
229 TF_RET_CHECK(IsFunctionCall(*flib_->GetFunctionLibraryDefinition(), *n)); in CompileFunctionalNode()
H A Dresource_util.cc300 if (IsFunctionCall(*lib_runtime->GetFunctionLibraryDefinition(), *n)) { in AnalyzeResourceUsage()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/
H A Dhost_compute_ops.cc286 if (IsFunctionCall(flib_def, *n)) { in LowerFunctionalOps()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h199 bool IsFunctionCall() const { in IsFunctionCall() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.cc421 if (IsFunctionCall(*lib_runtime->GetFunctionLibraryDefinition(), node)) { in IsCompilableNode()
H A Dextract_outside_compilation_pass.cc2127 } else if (IsFunctionCall(*fld, *n)) { in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc4176 if (n->IsWhileNode() || n->IsIfNode() || IsFunctionCall(flib_def, *n)) { in LowerOutsideCompilationFunctionalNodes()
4227 bool is_call_node = IsFunctionCall(flib_def, *n); in LowerOutsideCompilationFunctionalNodes()
4258 IsFunctionCall(flib_def, *node)) { in LowerOutsideCompilationFunctionalNodes()
4265 if (IsFunctionCall(flib_def, *node) || node->IsWhileNode() || in LowerOutsideCompilationFunctionalNodes()
H A Dencapsulate_tpu_computations_pass.cc2348 } else if (IsFunctionCall(*fld, *n)) { in LiftOutsideCompilationOnlyArgs()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dfunction_optimizer.cc1275 if (!IsFunctionCall(flib_def, *n)) continue; in InlineFunctionCalls()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp3779 void Diagnose(Sema &S, bool IsFunctionCall, const Expr *ArgExpr);
4404 void UncoveredArgHandler::Diagnose(Sema &S, bool IsFunctionCall, in Diagnose() argument
4422 S, IsFunctionCall, DiagnosticExprs[0], in Diagnose()