Home
last modified time | relevance | path

Searched refs:tuple_construct (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_tuples.cpp173 auto tuple_construct = g->insertNode(n->owningGraph()->createTuple( in RemoveTupleConstants() local
175 tuple_construct->copyMetadata(n); in RemoveTupleConstants()
183 n->replaceAllUsesWith(tuple_construct); in RemoveTupleConstants()