/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | directives.py | 51 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 D | gl_nir_detect_function_recursion.c | 143 struct call_node { struct 144 struct list_head call_link; 146 struct function_state *func;
|
H A D | ir_function_detect_recursion.cpp | 131 struct call_node : public exec_node { struct 132 class function *func;
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | function_substitution.cpp | 32 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 D | resource_util.cc | 130 const Node& call_node, in UpdateResourceUsageFromFunctionBodyAnalysis()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | build_xla_ops_pass_test.cc | 91 NodeDef call_node; in MakeXlaCompiledKernel() local
|
H A D | resource_operation_safety_analysis_test.cc | 254 NodeDef call_node; in MakeCall() local
|
H A D | extract_outside_compilation_pass.cc | 310 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 D | extract_outside_compilation_pass_test.cc | 796 Node *call_node = node_name_index["oc_call_fn"]; in TEST_F() local
|
H A D | encapsulate_subgraphs_pass_test.cc | 386 Node* KeyPlaceholder(const string& call_node, in KeyPlaceholder()
|
H A D | mark_for_compilation_pass_test.cc | 1003 NodeDef call_node; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | call_test.cc | 298 const TfLiteNode* call_node = &interpreter_->primary_subgraph() in TEST_F() local
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 2566 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 D | encapsulate_tpu_computations_pass.cc | 1804 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 D | constant_folding.cc | 2533 NodeDef call_node = *node; in SimplifyCase() local
|