Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dbatch_mm.cpp218 std::vector<Node*> removeTransposesAndGatherMatmuls() { in removeTransposesAndGatherMatmuls() function
305 auto matmuls = root.removeTransposesAndGatherMatmuls(); in BatchMMTreeReduce()