mm_add() — pytorch Function Reference
Architecture documentation for the mm_add() function in bench_mm_fusion.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 1710ce31_f7a2_1b15_ff67_002c8be881fd["mm_add()"] fe1cc36a_6b6c_badf_4954_01fbf4301526["mm()"] 1710ce31_f7a2_1b15_ff67_002c8be881fd -->|calls| fe1cc36a_6b6c_badf_4954_01fbf4301526 style 1710ce31_f7a2_1b15_ff67_002c8be881fd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/microbenchmarks/bench_mm_fusion.py lines 29–31
def mm_add(a, b, bias):
y = torch.mm(a, b)
return y + bias
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does mm_add() do?
mm_add() is a function in the pytorch codebase.
What does mm_add() call?
mm_add() calls 1 function(s): mm.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free