Home
last modified time | relevance | path

Searched defs:outer_graph (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py571 def outer_graph(self): member in FuncGraph
592 def outer_graph(self, new_outer_graph): member in FuncGraph
H A Dfunction.py758 def outer_graph(self): member in _FuncGraph
/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.h50 : HOptimization(outer_graph, name, stats), in HOptimization() argument
H A Dnodes.cc2707 HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { in InlineInto()