Home / Function/ inductor_mm() — pytorch Function Reference

inductor_mm() — pytorch Function Reference

Architecture documentation for the inductor_mm() function in matmul_relu.py from the pytorch codebase.

Entity Profile

Relationship Graph

Source Code

benchmarks/dynamo/microbenchmarks/matmul_relu.py lines 12–13

def inductor_mm(a, b):
    return torch.mm(a, b)

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free