Home
last modified time | relevance | path

Searched defs:call_node (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Ddirectives.py51 def _map_args(call_node, function): argument
89 def _process_symbol_directive(self, call_node, directive): argument
99 def _process_statement_directive(self, call_node, directive): argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_detect_function_recursion.c143 struct call_node { struct
144 struct list_head call_link;
146 struct function_state *func;
H A Dir_function_detect_recursion.cpp131 struct call_node : public exec_node { struct
132 class function *func;
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_substitution.cpp32 std::string GetCallNodeVariableName(const Node* call_node) { in GetCallNodeVariableName()
66 ScopePtr ForwardCallScope(Graph& graph, Node* call_node) { in ForwardCallScope()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dresource_util.cc130 const Node& call_node, in UpdateResourceUsageFromFunctionBodyAnalysis()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dbuild_xla_ops_pass_test.cc91 NodeDef call_node; in MakeXlaCompiledKernel() local
H A Dresource_operation_safety_analysis_test.cc254 NodeDef call_node; in MakeCall() local
H A Dextract_outside_compilation_pass.cc310 const Node* call_node, const std::map<string, int>& host_compute_core, in BuildXlaHostComputeNodeDef()
380 Graph* g, Node* call_node, const std::map<string, int>& host_compute_core, in ReplaceOutsideCompilationCallNode()
H A Dextract_outside_compilation_pass_test.cc796 Node *call_node = node_name_index["oc_call_fn"]; in TEST_F() local
H A Dencapsulate_subgraphs_pass_test.cc386 Node* KeyPlaceholder(const string& call_node, in KeyPlaceholder()
H A Dmark_for_compilation_pass_test.cc1003 NodeDef call_node; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dcall_test.cc298 const TfLiteNode* call_node = &interpreter_->primary_subgraph() in TEST_F() local
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c2566 static void cil_print_recursive_call(struct cil_tree_node *call_node, struct cil_tree_node *termina… in cil_print_recursive_call()
2601 static int cil_check_recursive_call(struct cil_tree_node *call_node, struct cil_tree_node *macro_no… in cil_check_recursive_call()
2638 static int cil_build_call_args(struct cil_tree_node *call_node, struct cil_call *call, struct cil_m… in cil_build_call_args()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dencapsulate_tpu_computations_pass.cc1804 Node* call_node, const FunctionBody& fbody) { in FindArgsToLiftForCallNode()
2220 Graph* g, Node* call_node, FunctionLibraryRuntime* flr, in LiftOutsideCompilationOnlyArgsFromCallNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc2533 NodeDef call_node = *node; in SimplifyCase() local