Home
last modified time | relevance | path

Searched defs:entry_node (Results 1 – 4 of 4) 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.py190 def _block_statement_live_in(self, node, entry_node): argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py468 def enter_loop_section(self, section_id, entry_node): argument
/external/v8/src/compiler/
Djs-typed-lowering.cc1520 Node* entry_node = jsgraph->ExternalConstant(entry_ref); in ReduceBuiltin() local