Home
last modified time | relevance | path

Searched defs:InlineInto (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc2707 HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { in InlineInto() function in art::HGraph
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py2370 class InlineInto(torch.nn.Module): class