Home
last modified time | relevance | path

Searched defs:entry_node (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcall_graph_test.cc127 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
151 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
188 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
229 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
278 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
350 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
H A Dliveness.py152 def _block_statement_live_in(self, node, entry_node): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dcfg.py501 def enter_loop_section(self, section_id, entry_node): argument