/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | placer_inspection_required_ops_utils.cc | 31 bool IsFunctionCall(const Node& node) { in IsFunctionCall() function 63 if (!IsFunctionCall(node)) { in IsPlacerInspectionRequired()
|
H A D | function_utils.cc | 282 bool IsFunctionCall(const FunctionLibraryDefinition& lib_def, in IsFunctionCall() function 284 return node.IsFunctionCall(); in IsFunctionCall()
|
H A D | function_utils.h | 102 bool IsFunctionCall(const FunctionLibraryDefinition& lib_def, const Node& n);
|
H A D | lower_functional_ops.cc | 170 if (IsFunctionCall(*flib_def, *n) && !used_by_xla(n) && in Run()
|
H A D | inline_function_utils.cc | 666 (n->IsFunctionCall() && // (b) in InlineFunctionBody() 864 if (!IsFunctionCall(*lib->GetFunctionLibraryDefinition(), *node)) { in ExpandInlineFunctions()
|
H A D | shape_refiner.cc | 687 if (function_library_ && IsFunctionCall(*function_library_, *node)) { in RunShapeFn()
|
H A D | colocation_graph.cc | 845 node->IsFunctionCall()) { in AddHostOnlyDataTypesConstraints()
|
H A D | process_function_library_runtime.cc | 516 !(dtype == DT_RESOURCE && IsFunctionCall(*lib_def, *src_node)); in PinArgsAndRets()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | graph_compiler.cc | 174 if (IsFunctionCall(*flib_->GetFunctionLibraryDefinition(), *n)) { in Compile() 229 TF_RET_CHECK(IsFunctionCall(*flib_->GetFunctionLibraryDefinition(), *n)); in CompileFunctionalNode()
|
H A D | resource_util.cc | 300 if (IsFunctionCall(*lib_runtime->GetFunctionLibraryDefinition(), *n)) { in AnalyzeResourceUsage()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
H A D | host_compute_ops.cc | 286 if (IsFunctionCall(flib_def, *n)) { in LowerFunctionalOps()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.h | 199 bool IsFunctionCall() const { in IsFunctionCall() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | compilability_check_util.cc | 421 if (IsFunctionCall(*lib_runtime->GetFunctionLibraryDefinition(), node)) { in IsCompilableNode()
|
H A D | extract_outside_compilation_pass.cc | 2127 } else if (IsFunctionCall(*fld, *n)) { in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | distributed_tpu_rewrite_pass.cc | 4176 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 D | encapsulate_tpu_computations_pass.cc | 2348 } else if (IsFunctionCall(*fld, *n)) { in LiftOutsideCompilationOnlyArgs()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | function_optimizer.cc | 1275 if (!IsFunctionCall(flib_def, *n)) continue; in InlineFunctionCalls()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3779 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()
|