Home / Function/ torch_bmm() — pytorch Function Reference

torch_bmm() — pytorch Function Reference

Architecture documentation for the torch_bmm() function in inductor_bmm.py from the pytorch codebase.

Entity Profile

Relationship Graph

Source Code

benchmarks/dynamo/microbenchmarks/inductor_bmm.py lines 19–20

def torch_bmm(a, b):
    return torch.bmm(a, b)

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free