Home
last modified time | relevance | path

Searched defs:mixed_mm (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torchgen/_autoheuristic/mm/
Dgen_data_mm.py63 def mixed_mm(A: Any, B: Any) -> Any: function
/external/pytorch/torchgen/_autoheuristic/mixed_mm/
Dgen_data_mixed_mm.py65 def mixed_mm(A, B): function
/external/pytorch/torch/_inductor/fx_passes/
Dpost_grad.py419 def mixed_mm(match: Match, mat1, mat2, mat2_dtype): function