Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dmemory_dag.cpp134 void MemoryDAGBuilder::makePointerTo(Element* from, Element* to) { in makePointerTo() function in torch::jit::MemoryDAGBuilder
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dalias_analysis.cpp1323 void AliasDb::makePointerTo(const Value* from, const Value* to) { in makePointerTo() function in torch::jit::AliasDb