Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc126 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
150 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
185 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
224 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
273 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
345 const CallGraphNode& entry_node = call_graph->GetNode(entry_computation); in TEST_F() local
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dliveness.py156 def _block_statement_live_in(self, node, entry_node): argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py505 def enter_loop_section(self, section_id, entry_node): argument