use_larger_multiplier_for_smaller_tensor() — pytorch Function Reference
Architecture documentation for the use_larger_multiplier_for_smaller_tensor() function in common.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD f7ecd13c_923c_8159_d6c1_ed5366e68d46["use_larger_multiplier_for_smaller_tensor()"] 79f63331_206c_51dc_bfd1_4fd84b939754["check_accuracy()"] 79f63331_206c_51dc_bfd1_4fd84b939754 -->|calls| f7ecd13c_923c_8159_d6c1_ed5366e68d46 f83bbb59_3ca7_bf0a_57f3_ea6d32ca5fd9["use_larger_multiplier_for_smaller_tensor()"] f83bbb59_3ca7_bf0a_57f3_ea6d32ca5fd9 -->|calls| f7ecd13c_923c_8159_d6c1_ed5366e68d46 style f7ecd13c_923c_8159_d6c1_ed5366e68d46 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/common.py lines 1966–1967
def use_larger_multiplier_for_smaller_tensor(self, name):
return False
Domain
Subdomains
Source
Frequently Asked Questions
What does use_larger_multiplier_for_smaller_tensor() do?
use_larger_multiplier_for_smaller_tensor() is a function in the pytorch codebase.
What calls use_larger_multiplier_for_smaller_tensor()?
use_larger_multiplier_for_smaller_tensor() is called by 2 function(s): check_accuracy, use_larger_multiplier_for_smaller_tensor.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free