ERROR torch/__init__.py:297:5-51: Cannot find module `torch.version` [missing-import]
ERROR torch/__init__.py:1043:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1050:26-40: Could not import `_initExtension` from `torch._C` [missing-module-attribute]
ERROR torch/__init__.py:1209:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1222:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1239:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1332:5-32: No attribute `_set_default_tensor_type` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1335:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1385:5-26: No attribute `_set_default_dtype` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1534:5-37: No attribute `_set_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1541:12-44: No attribute `_get_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1549:12-54: No attribute `_get_deterministic_algorithms_warn_only` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1585:9-41: No attribute `_set_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1587:9-41: No attribute `_set_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1589:9-41: No attribute `_set_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1602:8-40: No attribute `_get_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1603:12-54: No attribute `_get_deterministic_algorithms_warn_only` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1615:12-44: No attribute `_get_float32_matmul_precision` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1681:5-37: No attribute `_set_float32_matmul_precision` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1694:5-23: No attribute `_set_warnAlways` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1701:12-30: No attribute `_get_warnAlways` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:1882:26-36: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1948:16-27: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1959:16-28: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1970:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1981:16-26: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/__init__.py:1992:16-26: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2003:16-25: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2014:16-27: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2025:16-26: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2036:16-26: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2047:16-30: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2058:16-29: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2069:16-28: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2080:16-28: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2091:16-27: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2102:16-28: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2113:16-30: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2124:16-30: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2183:1-18: No attribute `_initExtension` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:2198:23-37: `segment_reduce` is uninitialized [unbound-name]
ERROR torch/__init__.py:2206:19-40: No attribute `_VariableFunctions` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:2209:21-42: No attribute `_VariableFunctions` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:2233:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2321:5-23: Could not import `version` from `torch` [missing-module-attribute]
ERROR torch/__init__.py:2338:1-15: No attribute `_init_names` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:2372:28-45: Could not find name `contiguous_format` [unknown-name]
ERROR torch/__init__.py:2378:21-42: No attribute `get_num_threads` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2738:5-27: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:2851:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2962:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2967:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2970:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/__init__.py:2973:30-55: No attribute `_get_accelerator` in module `torch._C` [missing-attribute]
ERROR torch/__init__.py:3009:5-39: No attribute `sym_constrain_range_for_size` in module `torch` [missing-attribute]
ERROR torch/__init__.py:3061:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/__init__.py:3061:41-54: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/__init__.py:3063:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/__init__.py:3063:41-52: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/__init__.py:3065:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:10:22-34: Could not import `ScriptObject` from `torch._C` [missing-module-attribute]
ERROR torch/_C/_distributed_c10d.pyi:198:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:347:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:351:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:356:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:357:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:388:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:636:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:637:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:641:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:642:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:646:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:657:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:659:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:764:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:840:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:842:61-73: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:856:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:857:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:870:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:874:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:888:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:895:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:915:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_c10d.pyi:938:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:7:22-28: Could not import `Future` from `torch._C` [missing-module-attribute]
ERROR torch/_C/_distributed_rpc.pyi:47:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:47:70-82: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:72:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:72:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:73:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:81:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:81:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:82:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:87:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:87:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:98:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:98:59-71: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:99:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:110:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:110:70-82: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:114:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:115:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc.pyi:115:58-70: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc_testing.pyi:30:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc_testing.pyi:30:59-71: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_distributed_rpc_testing.pyi:31:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_C/_profiler.pyi:4:22-28: Could not import `device` from `torch._C` [missing-module-attribute]
ERROR torch/_C/_profiler.pyi:4:30-35: Could not import `dtype` from `torch._C` [missing-module-attribute]
ERROR torch/_C/_profiler.pyi:4:37-43: Could not import `layout` from `torch._C` [missing-module-attribute]
ERROR torch/_C_flatbuffer/__init__.pyi:2:22-38: Could not import `LiteScriptModule` from `torch._C` [missing-module-attribute]
ERROR torch/_C_flatbuffer/__init__.pyi:2:40-52: Could not import `ScriptModule` from `torch._C` [missing-module-attribute]
ERROR torch/_VF.py:25:19-46: No attribute `_VariableFunctions` in module `torch._C` [missing-attribute]
ERROR torch/__config__.py:9:12-33: No attribute `_show_config` in module `torch._C` [missing-attribute]
ERROR torch/__config__.py:17:12-31: No attribute `_cxx_flags` in module `torch._C` [missing-attribute]
ERROR torch/__config__.py:22:12-35: No attribute `_parallel_info` in module `torch._C` [missing-attribute]
ERROR torch/_awaits/__init__.py:15:14-29: No attribute `_Await` in module `torch._C` [missing-attribute]
ERROR torch/_classes.py:12:9-20: Class member `_ClassNamespace.__getattr__` overrides parent class `ModuleType` in an inconsistent manner [bad-override-param-name]
ERROR torch/_classes.py:13:17-58: No attribute `_get_custom_class_python_wrapper` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/autograd.py:53:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_custom_op/autograd.py:57:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/autograd.py:117:18-53: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:111:9-53: No attribute `_dispatch_set_report_error_callback` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:148:25-51: No attribute `_DispatchOperatorHandle` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:216:18-41: No attribute `_dispatch_call_boxed` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:246:12-61: No attribute `_dispatch_has_computed_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:342:12-52: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:357:16-56: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:375:12-52: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:377:19-59: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:385:12-52: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:397:12-52: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:487:12-45: No attribute `_dispatch_find_schema_or_throw` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:708:13-25: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_custom_op/impl.py:715:5-49: No attribute `_dispatch_set_report_error_callback` in module `torch._C` [missing-attribute]
ERROR torch/_decomp/__init__.py:60:8-17: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_decomp/__init__.py:91:12-41: No attribute `_dispatch_has_kernel` in module `torch._C` [missing-attribute]
ERROR torch/_decomp/decompositions.py:144:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:162:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:168:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:170:50-59: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:177:12-27: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:193:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:193:24-35: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:200:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:217:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:224:19-30: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:224:31-42: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:231:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:234:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:241:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:250:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:266:22-32: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:281:26-35: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:282:23-32: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:289:27-37: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:290:21-34: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:299:19-32: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:306:15-28: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:312:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:321:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:322:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:352:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:353:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:356:43-52: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:356:54-63: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:364:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:369:19-28: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:374:16-26: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:376:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:381:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:382:17-32: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:383:16-29: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:384:19-34: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:385:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:386:19-35: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:387:16-29: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:418:11-24: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:420:19-28: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:421:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:422:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:436:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:447:13-22: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:449:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:452:21-31: No attribute `sign` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:478:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:481:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:521:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:522:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:523:18-31: No attribute `scatter` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:534:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:554:26-39: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:559:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:668:27-40: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:669:9-20: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:670:18-31: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:670:32-41: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:687:46-57: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:703:12-23: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:703:24-33: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:716:42-55: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:732:14-29: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:732:53-76: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:734:14-29: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:734:53-76: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:735:11-20: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:736:11-20: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:752:12-31: No attribute `slice_scatter` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:855:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:858:12-22: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:858:60-70: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:860:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:863:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:866:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:878:12-32: No attribute `select_scatter` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:887:12-34: No attribute `diagonal_scatter` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:891:59-70: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:902:65-76: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:905:45-54: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:920:65-76: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:922:32-41: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:922:52-61: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:934:25-37: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:934:45-56: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1013:33-77: Argument `tuple[int, int, int, int]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:1121:28-76: Argument `tuple[int, int, int, int]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:1150:16-34: No attribute `squeeze_copy` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1155:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1155:71-82: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1236:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1236:65-76: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1255:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1256:13-30: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1261:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1262:13-30: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1283:21-37: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1283:46-62: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1283:76-86: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1288:21-36: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1292:24-39: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1292:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1302:23-33: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1311:20-29: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1312:29-38: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1322:16-26: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1326:16-26: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1334:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1335:12-22: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1345:23-33: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1355:25-34: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1355:35-44: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1355:45-54: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1401:16-31: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1442:41-51: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1511:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1513:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1529:39-62: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1587:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1636:19-27: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1655:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1659:19-27: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1692:19-27: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1739:10-19: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1748:22-31: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1749:22-31: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1750:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1757:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1759:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1768:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1769:15-24: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1840:47-70: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1879:9-18: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1880:10-19: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1881:10-19: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1882:10-19: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1893:24-33: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1899:22-31: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1955:34-47: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1955:49-64: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1956:23-34: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1956:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1958:23-34: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1958:35-48: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1962:19-30: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1979:9-28: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:1980:9-31: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2007:42-65: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2009:60-83: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2011:52-75: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2051:19-28: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2057:24-33: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2087:28-42: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2090:16-27: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2094:21-34: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2095:21-34: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2105:28-41: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2120:23-33: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2336:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2337:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2432:13-28: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2432:50-61: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2442:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2444:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2447:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2449:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2467:20-39: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2483:36-49: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2503:16-27: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2543:54-65: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2548:37-48: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2645:18-29: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2816:16-25: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2819:16-25: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2822:18-30: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2822:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2835:21-33: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2835:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2840:22-41: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2843:19-32: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2859:16-26: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2872:20-37: No attribute `masked_fill` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2941:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2946:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2948:28-39: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2950:28-39: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2969:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2969:64-75: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2971:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:2971:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3009:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3010:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3087:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3094:18-28: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3095:19-31: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3137:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3145:18-28: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3147:13-25: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3198:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3247:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3490:11-24: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3491:9-18: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3491:20-29: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3496:18-29: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3505:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3630:26-38: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3630:52-65: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3631:64-75: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3745:29-52: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3799:12-24: No attribute `concat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3848:11-20: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3849:18-27: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3885:11-20: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3897:14-25: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3898:14-25: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:3975:21-34: No attribute `dropout` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4007:51-61: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4009:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4038:51-61: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4040:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4072:37-47: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4075:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4107:37-47: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4110:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4149:11-20: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4194:18-30: No attribute `concat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4197:18-30: No attribute `concat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4212:22-31: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4212:45-54: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4214:11-20: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4234:16-44: No attribute `_get_mkldnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4243:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4248:30-41: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4248:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4300:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4300:51-62: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4334:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4334:51-62: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4382:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4412:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4526:14-25: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4526:34-45: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4529:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4529:43-54: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4533:18-29: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4535:18-30: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4563:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4567:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4590:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4603:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4645:33-43: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4645:45-54: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4650:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4673:33-43: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4673:45-54: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4678:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4719:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4723:15-27: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4725:14-25: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4734:16-28: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4735:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4738:24-52: Object of class `bool` has no attribute `sum` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4807:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4808:15-26: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4809:15-26: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4812:18-30: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4813:18-30: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4831:19-28: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4835:49-60: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4835:70-82: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4838:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4841:12-26: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4852:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4855:50-56: Argument `tuple[Literal[0], Literal[2]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4856:50-56: Argument `tuple[Literal[1], Literal[1]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4857:54-60: Argument `tuple[Literal[2], Literal[0]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4868:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4871:50-56: Argument `tuple[Literal[0], Literal[3]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4872:50-56: Argument `tuple[Literal[1], Literal[2]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4873:50-56: Argument `tuple[Literal[2], Literal[1]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4874:54-60: Argument `tuple[Literal[3], Literal[0]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_decomp/decompositions.py:4948:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4952:17-27: No attribute `fmod` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4953:58-68: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4954:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4962:20-31: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4968:20-31: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4983:17-28: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4983:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4989:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:4989:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5000:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5001:22-39: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5001:49-66: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5004:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5005:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5015:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5190:16-25: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5192:16-24: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5194:16-29: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5194:30-38: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5194:39-54: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5196:16-24: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5328:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5329:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5342:14-25: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5343:14-25: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5352:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5357:47-57: No attribute `sign` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5357:71-82: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5361:47-57: No attribute `sign` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5361:71-82: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5366:17-28: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5367:17-28: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5373:27-38: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5382:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5433:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5450:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5451:16-27: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5493:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5516:24-36: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5523:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5595:12-22: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5597:12-22: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5612:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5613:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5613:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5614:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5627:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5628:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5628:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5629:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5675:9-21: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5681:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5682:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5713:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5715:15-25: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5715:26-37: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5719:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5720:9-21: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5722:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5723:17-26: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5729:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5766:9-32: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5817:35-58: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5839:14-23: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5852:12-21: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5864:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5890:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5890:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5900:20-39: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5903:20-28: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5905:20-28: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5921:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5924:17-27: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5924:47-60: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5926:17-27: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5929:19-32: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5938:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5938:49-59: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5956:24-33: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5957:41-51: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5960:26-47: No attribute `constant_pad_nd` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5965:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5970:35-45: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5971:15-33: No attribute `searchsorted` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5972:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5988:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:5989:25-46: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6074:44-57: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6074:59-73: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6075:19-32: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6078:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6093:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6121:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6122:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6123:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6157:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6158:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6159:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6185:45-68: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6187:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6191:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6196:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6204:9-18: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6253:12-24: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions.py:6254:10-21: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:103:12-21: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:103:22-32: No attribute `diag` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:108:11-24: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:109:9-18: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:109:20-29: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:114:18-29: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:123:17-31: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:126:11-20: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:128:12-23: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:173:9-18: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:174:10-19: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:175:10-19: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:176:10-19: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:182:19-35: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:186:39-48: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:192:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:194:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:198:37-46: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:202:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:204:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:254:18-29: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:269:12-25: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:271:23-32: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:272:13-22: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:274:17-30: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:275:18-31: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:275:32-41: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:278:22-35: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:280:22-35: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:291:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:295:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_jvp.py:300:21-37: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:33:36-49: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:37:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:52:19-40: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:78:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:79:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:106:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:110:39-51: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:258:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:260:23-38: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:260:51-64: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:265:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:269:12-27: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_decomp/decompositions_for_rng.py:269:40-53: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dispatch/python.py:13:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_dispatch/python.py:18:24-57: No attribute `_DisablePythonDispatcher` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:19:28-60: No attribute `_EnablePythonDispatcher` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:20:23-50: No attribute `_EnablePreDispatch` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:57:13-60: No attribute `_dispatch_tls_is_dispatch_key_included` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:58:9-29: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:60:12-57: No attribute `_functionalization_reapply_views_tls` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:62:9-41: No attribute `_disable_functionalization` in module `torch` [missing-attribute]
ERROR torch/_dispatch/python.py:67:13-44: No attribute `_enable_functionalization` in module `torch` [missing-attribute]
ERROR torch/_dispatch/python.py:134:20-47: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_dispatch/python.py:135:25-54: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_dispatch/python.py:140:24-30: Object of class `object` has no attribute `size` [missing-attribute]
ERROR torch/_dispatch/python.py:141:64-70: Object of class `object` has no attribute `size` [missing-attribute]
ERROR torch/_dispatch/python.py:142:24-32: Object of class `object` has no attribute `stride` [missing-attribute]
ERROR torch/_dispatch/python.py:144:49-57: Object of class `object` has no attribute `stride` [missing-attribute]
ERROR torch/_dispatch/python.py:154:24-32: Object of class `object` has no attribute `detach` [missing-attribute]
ERROR torch/_dispatch/python.py:195:30-50: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_dispatch/python.py:204:34-54: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:35:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:59:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:145:22-42: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:158:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:158:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:189:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/_trace_wrapped_higher_order_op.py:239:40-56: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/common.py:153:36-58: `dict[OperatorBase, (...) -> Unknown]` is not assignable to dict key `decompositions` with type `((joint_module: GraphModule, _joint_inputs: Any, compiler: str = 'inductor', *, num_fwd_outputs: int, static_lifetime_input_indices: list[int] | None = None) -> tuple[GraphModule, GraphModule]) | ((...) -> Any)` [bad-assignment]
ERROR torch/_dynamo/backends/common.py:173:58-70: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/common.py:177:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/common.py:180:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/common.py:184:12-25: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/cudagraphs.py:99:11-23: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/cudagraphs.py:100:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/cudagraphs.py:283:26-42: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/debugging.py:550:27-37: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/debugging.py:560:27-37: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/debugging.py:572:27-37: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/debugging.py:573:27-36: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/torchxla.py:33:16-54: Cannot find module `torch_xla.core.dynamo_bridge` [missing-import]
ERROR torch/_dynamo/backends/tvm.py:149:20-36: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/_dynamo/backends/tvm.py:154:34-44: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:63:16-29: Returned type `_BreakpointMarker` is not assignable to declared return type `Self@_BreakpointMarker` [bad-return]
ERROR torch/_dynamo/bytecode_debugger.py:156:29-43: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:791:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:867:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:875:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:936:13-27: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:939:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:939:53-67: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:957:16-30: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1028:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1033:13-27: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1035:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1038:13-27: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1040:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1043:13-27: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1045:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1049:13-27: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1049:54-68: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1076:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1078:21-35: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1088:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1090:21-35: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1093:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1095:21-35: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1098:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1100:21-35: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1103:17-31: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1103:58-72: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1105:21-35: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1108:25-39: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/bytecode_debugger.py:1109:27-41: No attribute `monitoring` in module `sys` [missing-attribute]
ERROR torch/_dynamo/codegen.py:336:42-55: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:178:20-31: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:199:20-31: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:210:20-31: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:505:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:645:28-39: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:746:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:788:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:792:20-36: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:847:30-39: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:1233:51-62: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/compiled_autograd.py:1737:64-87: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_dynamo/comprehension_graph_break.py:159:10-36: `-` is not supported between `None` and `Literal[1]` [unsupported-operation]
ERROR torch/_dynamo/comprehension_graph_break.py:177:28-50: Argument `int | None` is not assignable to parameter `start` with type `SupportsIndex` in function `range.__new__` [bad-argument-type]
ERROR torch/_dynamo/comprehension_graph_break.py:198:16-42: `-` is not supported between `None` and `Literal[1]` [unsupported-operation]
ERROR torch/_dynamo/comprehension_graph_break.py:335:16-42: `-` is not supported between `None` and `Literal[1]` [unsupported-operation]
ERROR torch/_dynamo/convert_frame.py:333:27-48: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:340:13-47: No attribute `_PreserveDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:344:36-67: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:348:17-62: No attribute `_is_default_mobile_cpu_allocator_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:350:27-50: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:354:22-51: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:356:37-72: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:372:17-43: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:380:21-66: No attribute `_is_default_mobile_cpu_allocator_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:383:21-65: No attribute `_unset_default_mobile_cpu_allocator` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:385:26-55: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:387:17-52: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/convert_frame.py:1688:16-50: No attribute `_len_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/create_parameter_op.py:44:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/create_parameter_op.py:44:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/create_parameter_op.py:48:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:69:12-31: Cannot find module `libfb.py.build_info` [missing-import]
ERROR torch/_dynamo/debug_utils.py:231:18-41: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:479:65-78: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:480:44-57: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:485:39-52: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:494:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:499:17-30: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:516:20-33: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:572:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:573:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:589:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:634:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:664:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:674:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:682:43-64: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:709:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:710:15-30: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:763:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:861:41-59: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:894:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:922:65-76: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:936:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_dynamo/debug_utils.py:936:67-78: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_dynamo/decorators.py:1502:12-18: Cannot find module `einops` [missing-import]
ERROR torch/_dynamo/decorators.py:1508:30-41: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:31:26-70: Could not import `_cuda_getCurrentRawStream` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/device_interface.py:107:24-36: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:111:29-41: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:115:28-40: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:144:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:146:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:225:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:230:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:287:16-31: Cannot find module `triton.backends` [missing-import]
ERROR torch/_dynamo/device_interface.py:298:26-70: Could not import `_mtia_getCurrentRawStream` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/device_interface.py:324:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:329:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:375:16-31: Cannot find module `triton.backends` [missing-import]
ERROR torch/_dynamo/device_interface.py:383:26-68: Could not import `_xpu_getCurrentRawStream` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/device_interface.py:409:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:414:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:462:16-31: Cannot find module `triton.backends` [missing-import]
ERROR torch/_dynamo/device_interface.py:475:17-28: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:526:16-31: Cannot find module `triton.backends` [missing-import]
ERROR torch/_dynamo/device_interface.py:539:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:541:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:541:37-53: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:581:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:584:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:585:13-28: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:586:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:587:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:588:13-23: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:621:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:623:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:628:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/device_interface.py:629:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:910:53-63: Argument `DynamoCallbackFn | Unset | bool | None` is not assignable to parameter `callback` with type `DynamoCallbackFn | bool | None` in function `_callback_from_stance` [bad-argument-type]
ERROR torch/_dynamo/eval_frame.py:1073:26-46: No attribute `_is_tracing` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:1156:37-77: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:1157:37-77: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:1161:22-53: No attribute `_ForceDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:1749:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:2077:9-30: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/eval_frame.py:2291:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/functional_export.py:613:14-44: No attribute `_DisableTorchDispatch` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/functional_export.py:853:37-51: No attribute `Argument` in module `torch` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:55:5-16: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:155:9-30: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:156:9-40: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:157:9-30: No attribute `get_num_threads` in module `torch` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:158:9-68: No attribute `_get_cublas_allow_fp16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:159:9-68: No attribute `_get_cublas_allow_bf16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:160:9-32: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/graph_region_tracker.py:162:9-40: No attribute `_get_cublas_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/graph_utils.py:88:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:216:26-40: Could not import `DispatchKeySet` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/guards.py:785:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:905:25-65: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:906:9-49: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:2474:32-55: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:2668:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:2669:17-29: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:3472:29-52: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:3529:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:3529:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:3895:9-24: No attribute `Stream` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:3931:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:3943:13-36: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:3952:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:3965:29-52: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:3973:59-82: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:3974:16-39: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:4101:21-37: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:4102:21-31: Object of class `TraceableWrapperSubclass` has no attribute `device` [missing-attribute]
ERROR torch/_dynamo/guards.py:4104:21-44: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:4117:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/guards.py:4120:17-40: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:4151:30-53: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/guards.py:4434:14-43: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/logging.py:52:16-22: Cannot find module `triton` [missing-import]
ERROR torch/_dynamo/output_graph.py:455:21-33: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:843:44-84: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1417:65-86: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1423:31-57: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1424:13-38: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1427:31-57: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1428:13-38: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1431:31-55: No attribute `set_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1432:13-37: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1435:31-55: No attribute `set_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1436:13-37: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1439:13-45: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:1440:13-44: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:2462:24-45: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:2465:33-59: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:2471:37-63: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:2924:26-63: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:2979:56-79: Argument `(int) -> bool` is not assignable to parameter `check_fn` with type `(Symbol) -> Expr` in function `torch.fx.experimental.symbolic_shapes.ShapeEnv.patch_source_specialization` [bad-argument-type]
ERROR torch/_dynamo/output_graph.py:3311:66-84: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:3611:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:3626:16-25: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:3641:24-52: No attribute `_jit_resolve_packet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:3653:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:3794:12-43: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4406:40-53: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4428:42-58: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4431:43-59: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4431:61-77: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4434:43-59: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4434:61-77: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4540:40-53: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4560:42-58: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4563:43-59: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4563:61-77: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4566:43-59: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_dynamo/output_graph.py:4566:61-77: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_dynamo/pgo.py:314:16-30: Cannot index into `AutoDynamic` [bad-index]
ERROR torch/_dynamo/pgo.py:314:16-30: Cannot index into `AutoUnset` [bad-index]
ERROR torch/_dynamo/pgo.py:340:16-32: Cannot index into `AutoDynamic` [bad-index]
ERROR torch/_dynamo/pgo.py:340:16-32: Cannot index into `AutoUnset` [bad-index]
ERROR torch/_dynamo/pgo.py:390:16-18: Argument `AutoDynamic | AutoUnset | tuple[_T, ...]` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
ERROR torch/_dynamo/pgo.py:390:27-29: Argument `AutoDynamic | AutoUnset | tuple[_T, ...]` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
ERROR torch/_dynamo/pgo.py:392:60-62: Argument `AutoDynamic | AutoUnset | tuple[_T, ...]` is not assignable to parameter `iter1` with type `Iterable[@_]` in function `zip.__new__` [bad-argument-type]
ERROR torch/_dynamo/pgo.py:392:64-66: Argument `AutoDynamic | AutoUnset | tuple[_T, ...]` is not assignable to parameter `iter2` with type `Iterable[@_]` in function `zip.__new__` [bad-argument-type]
ERROR torch/_dynamo/pgo.py:664:9-73: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_dynamo/polyfills/__init__.py:205:24-40: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:211:10-31: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:229:24-40: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:235:10-31: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:602:12-30: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:609:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:610:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:612:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:621:31-43: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:625:13-36: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:628:24-39: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:629:13-36: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:636:12-30: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:649:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:649:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:665:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/__init__.py:665:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/builtins.py:63:28-59: Overload type was not compatible with solved type variables: _S = _T, _T = _T [incompatible-overload-residual]
ERROR torch/_dynamo/polyfills/functools.py:22:5-11: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/functools.py:22:5-11: Overloaded function needs at least two @overload declarations [invalid-overload]
ERROR torch/_dynamo/polyfills/fx.py:4:22-39: Could not import `_fx_map_aggregate` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/polyfills/fx.py:4:41-52: Could not import `_fx_map_arg` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/polyfills/heapq.py:67:1-41: Argument `(heap: list[_T], /) -> None` is not assignable to parameter with type `(heap: list[SupportsRichComparison], /) -> None` [bad-argument-type]
ERROR torch/_dynamo/polyfills/heapq.py:82:1-36: `_T` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_dynamo/polyfills/heapq.py:87:1-36: `_T` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_dynamo/polyfills/heapq.py:92:1-37: `_T` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_dynamo/polyfills/heapq.py:97:1-40: `_T` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_dynamo/polyfills/heapq.py:102:1-40: `_T` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_dynamo/polyfills/itertools.py:52:5-15: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/itertools.py:52:5-15: Overloaded function needs at least two @overload declarations [invalid-overload]
ERROR torch/_dynamo/polyfills/itertools.py:61:16-28: `Overload[
  [_T_contra, _T_co](a: SupportsAdd[_T_contra, _T_co], b: _T_contra, /) -> _T_co
  [_T_contra, _T_co](a: _T_contra, b: SupportsRAdd[_T_contra, _T_co], /) -> _T_co
]` is not assignable to variable `func` with type `((_T, _T) -> _T) | None` [bad-assignment]
ERROR torch/_dynamo/polyfills/itertools.py:73:21-25: Expected a callable, got `None` [not-callable]
ERROR torch/_dynamo/polyfills/itertools.py:200:5-11: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/itertools.py:200:5-11: Overloaded function needs at least two @overload declarations [invalid-overload]
ERROR torch/_dynamo/polyfills/itertools.py:315:5-16: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/operator.py:46:5-15: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/operator.py:105:5-15: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/os.py:19:5-11: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/os.py:19:5-11: Overloaded function needs at least two @overload declarations [invalid-overload]
ERROR torch/_dynamo/polyfills/pytree.py:112:8-39: Object of class `FunctionType` has no attribute `get` [missing-attribute]
ERROR torch/_dynamo/polyfills/pytree.py:302:23-54: Object of class `FunctionType` has no attribute `get` [missing-attribute]
ERROR torch/_dynamo/polyfills/pytree.py:502:15-46: Object of class `FunctionType` has no attribute `get` [missing-attribute]
ERROR torch/_dynamo/polyfills/pytree.py:728:22-53: Object of class `FunctionType` has no attribute `get` [missing-attribute]
ERROR torch/_dynamo/polyfills/pytree.py:745:26-57: Object of class `FunctionType` has no attribute `get` [missing-attribute]
ERROR torch/_dynamo/polyfills/sys.py:20:5-11: @overload decorator should not be used on function implementation [invalid-overload]
ERROR torch/_dynamo/polyfills/sys.py:20:5-11: Overloaded function needs at least two @overload declarations [invalid-overload]
ERROR torch/_dynamo/polyfills/tensor.py:14:10-47: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:13:22-34: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:16:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:16:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:16:45-64: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:33:17-29: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:52:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:55:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:56:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:71:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/polyfills/torch_c_nn.py:100:22-61: No attribute `_has_compatible_shallow_copy_type` in module `torch` [missing-attribute]
ERROR torch/_dynamo/repro/after_aot.py:44:12-33: Cannot find module `triton.language` [missing-import]
ERROR torch/_dynamo/repro/after_aot.py:45:5-63: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_dynamo/repro/after_aot.py:46:5-47: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_dynamo/repro/after_aot.py:703:30-48: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/repro/after_aot.py:1128:29-40: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/repro/after_aot.py:1128:53-63: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/repro/after_dynamo.py:234:42-67: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/source.py:26:19-40: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/_dynamo/symbolic_convert.py:715:25-36: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/symbolic_convert.py:716:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/symbolic_convert.py:729:42-52: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_dynamo/symbolic_convert.py:871:21-40: No attribute `_assert_async` in module `torch` [missing-attribute]
ERROR torch/_dynamo/symbolic_convert.py:896:34-53: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/symbolic_convert.py:907:17-36: No attribute `_assert_async` in module `torch` [missing-attribute]
ERROR torch/_dynamo/symbolic_convert.py:3392:19-34: Object of class `NoneType` has no attribute `offset` [missing-attribute]
ERROR torch/_dynamo/test_case.py:88:39-60: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/test_case.py:105:47-68: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:116:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:401:14-25: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:402:14-25: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:443:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:443:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:444:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:454:21-43: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:455:22-35: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:456:47-58: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:457:20-42: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:463:22-33: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:463:53-66: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:467:22-33: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:469:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:470:12-28: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/testing.py:580:16-46: Cannot find module `torch_xla.core.xla_model` [missing-import]
ERROR torch/_dynamo/utils.py:73:5-30: Could not import `_len_torch_function_stack` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/utils.py:74:5-30: Could not import `_pop_torch_function_stack` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/utils.py:75:5-34: Could not import `_push_on_torch_function_stack` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/utils.py:929:5-22: No attribute `FloatTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:929:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:929:40-51: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:930:5-23: No attribute `DoubleTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:930:26-39: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:930:41-53: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:931:5-21: No attribute `HalfTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:931:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:931:39-49: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:932:5-25: No attribute `BFloat16Tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:932:28-42: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:933:5-21: No attribute `ByteTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:933:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:934:5-21: No attribute `CharTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:934:24-34: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:935:5-21: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:935:24-35: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:935:37-47: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:936:5-20: No attribute `IntTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:936:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:936:36-45: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:937:5-22: No attribute `ShortTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:937:25-36: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:937:38-49: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:938:5-21: No attribute `BoolTensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:938:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:1231:11-23: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:1235:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:1239:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:1960:13-77: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_dynamo/utils.py:2530:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2538:13-24: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2552:24-40: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2553:20-43: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2560:29-45: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2560:47-63: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2566:20-50: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2582:22-43: No attribute `empty_quantized` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2584:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2659:25-51: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:2662:21-32: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2665:30-41: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2667:29-40: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2793:21-32: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2795:30-41: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2797:37-48: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2860:5-17: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2861:5-16: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2862:5-24: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2863:5-17: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2864:5-16: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2865:5-16: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:2875:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_dynamo/utils.py:2895:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3434:12-22: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3434:23-33: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3434:34-46: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3466:71-81: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3554:58-70: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3569:29-39: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3596:21-35: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3597:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3598:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3608:36-49: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3609:36-49: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3610:16-30: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3623:16-30: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3627:34-47: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3639:25-39: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3669:46-59: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3669:61-75: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3724:55-67: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3742:13-28: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:3743:13-28: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:4101:32-57: No attribute `_dispatch_pystub` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:4616:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:4782:9-28: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:4843:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5192:9-27: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:5193:9-32: No attribute `default_generator` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5198:9-27: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:5199:9-32: No attribute `default_generator` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5264:35-73: No attribute `_disabled_torch_function_impl` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:5471:52-73: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5487:12-43: No attribute `_get_function_stack_at` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:5503:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5503:49-61: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5571:63-75: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5572:12-27: No attribute `Stream` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:5575:62-73: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/utils.py:5576:12-26: No attribute `Event` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/utils.py:5668:55-86: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:846:64-74: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:978:16-22: Returned type `dict[int, ((self: Unknown, value: Unknown) -> ComptimeVariable) | ((self: Unknown, value: Unknown) -> LambdaVariable)]` is not assignable to declared return type `dict[int, (VariableBuilder, Any) -> VariableTracker]` [bad-return]
ERROR torch/_dynamo/variables/builder.py:995:13-59: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_dynamo/variables/builder.py:996:13-55: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_dynamo/variables/builder.py:1021:13-1024:14: Cannot find module `triton.tools.experimental_descriptor` [missing-import]
ERROR torch/_dynamo/variables/builder.py:1026:13-72: Cannot find module `triton.tools.tensor_descriptor` [missing-import]
ERROR torch/_dynamo/variables/builder.py:1028:20-40: Cannot find module `triton` [missing-import]
ERROR torch/_dynamo/variables/builder.py:1244:25-42: No attribute `DispatchKey` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:1411:32-58: No attribute `_ImperativeEngine` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:1459:32-44: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:1474:33-53: No attribute `_SDPAParams` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:1480:32-43: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:1515:32-52: No attribute `DispatchKeySet` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:1848:29-47: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:2181:53-63: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3262:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3262:51-64: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3375:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3472:17-44: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3515:14-51: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3647:22-59: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3778:30-56: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3782:32-42: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3834:38-48: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3863:35-47: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3876:35-46: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3890:43-54: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3902:39-50: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3944:13-54: No attribute `_are_functorch_transforms_active` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3949:13-44: No attribute `_get_cudnn_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3950:13-44: No attribute `_get_flash_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3951:13-52: No attribute `_get_mem_efficient_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3952:13-43: No attribute `_get_math_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3953:13-51: No attribute `_get_overrideable_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:3954:13-44: No attribute `_is_autocast_available` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:4352:43-56: Argument `Equality | Relational | Unequality` is not assignable to parameter `bool_expr` with type `Expr` in function `_emit_pending_bool` [bad-argument-type]
ERROR torch/_dynamo/variables/builder.py:5029:25-42: No attribute `DispatchKey` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:5166:18-28: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builder.py:5193:18-38: No attribute `DispatchKeySet` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:291:12-22: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:292:12-22: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:293:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:293:36-47: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:294:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:294:36-47: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:940:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:941:18-29: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:942:20-33: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:1478:22-34: No attribute `select` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:1889:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:1915:65-76: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:1925:38-51: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/builtin.py:1925:58-71: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/constant.py:220:55-65: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/constant.py:439:75-86: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:422:27-56: No attribute `_is_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:423:9-39: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:426:21-51: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:430:13-43: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:442:13-43: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:659:29-50: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:702:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:704:34-60: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:706:13-39: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:724:44-75: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:736:30-61: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:763:21-42: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:764:13-39: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:770:17-43: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:874:33-69: No attribute `_accelerator_exchangeDevice` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:875:39-80: No attribute `_accelerator_maybeExchangeDevice` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:998:20-57: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/ctx_manager.py:999:16-45: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/hashable.py:138:49-59: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/hashable.py:166:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:200:17-38: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:427:41-53: Object of class `VariableTracker` has no attribute `items` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:427:55-74: Object of class `VariableTracker` has no attribute `items` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:442:13-32: Object of class `VariableTracker` has no attribute `items` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:837:33-43: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:837:68-78: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:2378:44-65: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:2379:38-59: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:2689:44-65: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:4282:53-64: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:4340:47-56: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:4341:47-56: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:4342:47-56: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:4343:47-56: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/higher_order_ops.py:4569:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/invoke_subgraph.py:1000:13-32: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:97:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1702:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1733:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1752:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1787:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1789:54-64: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1792:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/lists.py:1921:50-60: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/misc.py:381:26-64: No attribute `_disabled_torch_function_impl` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/misc.py:1349:16-42: No attribute `_ImperativeEngine` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/misc.py:1350:26-52: No attribute `_ImperativeEngine` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/object_protocol.py:1548:5-25: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/script_object.py:248:34-52: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/script_object.py:573:37-55: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/sdpa.py:80:28-48: No attribute `_SDPAParams` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:39:13-24: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:58:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:69:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:76:41-53: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:78:31-43: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:85:40-51: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:87:30-41: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:181:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:303:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:375:27-39: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:383:16-28: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:614:16-27: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/streams.py:636:16-27: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:145:20-39: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:223:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:224:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:225:17-29: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:690:21-30: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1164:18-41: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1185:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1249:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1281:27-40: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1310:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1311:17-28: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1312:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1313:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1737:17-29: No attribute `select` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1801:62-71: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1945:61-70: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1962:57-65: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:1965:57-66: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:2252:47-60: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:2258:55-67: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/tensor.py:2535:21-40: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:44:22-36: Could not import `DispatchKeySet` from `torch._C` [missing-module-attribute]
ERROR torch/_dynamo/variables/torch.py:142:9-46: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:143:9-38: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:172:9-31: No attribute `_shape_as_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:190:5-36: No attribute `_get_cublas_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:191:5-38: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:196:5-29: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:197:5-33: No attribute `get_autocast_gpu_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:198:5-28: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:199:5-36: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:200:5-34: No attribute `is_autocast_cpu_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:201:5-30: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:202:5-21: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:203:5-28: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:205:5-24: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:206:5-43: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:235:9-18: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:236:9-18: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:237:9-20: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:238:9-20: No attribute `addmv` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:239:9-19: No attribute `addr` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:240:9-21: No attribute `addbmm` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:241:9-22: No attribute `baddbmm` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:242:9-22: No attribute `addcmul` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:243:9-22: No attribute `addcdiv` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:245:9-27: No attribute `_foreach_add` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:246:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:247:9-27: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:248:9-28: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:249:9-27: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:250:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:251:9-27: No attribute `_foreach_div` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:252:9-28: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:253:9-33: No attribute `_foreach_clamp_max` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:254:9-34: No attribute `_foreach_clamp_max_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:255:9-33: No attribute `_foreach_clamp_min` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:256:9-34: No attribute `_foreach_clamp_min_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:257:9-31: No attribute `_foreach_maximum` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:258:9-32: No attribute `_foreach_maximum_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:259:9-31: No attribute `_foreach_minimum` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:260:9-32: No attribute `_foreach_minimum_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:261:9-27: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:262:9-28: No attribute `_foreach_pow_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:263:9-28: No attribute `_foreach_lerp` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:264:9-29: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:265:9-31: No attribute `_foreach_addcmul` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:266:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:267:9-31: No attribute `_foreach_addcdiv` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:268:9-32: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:290:9-36: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:311:5-28: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:312:5-45: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:313:5-45: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:509:9-24: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:510:9-25: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:511:9-25: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:512:9-24: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:733:69-81: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:767:27-64: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:768:30-59: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:775:49-86: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:971:30-53: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:991:27-50: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:991:51-71: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:992:27-50: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:993:29-49: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1097:63-76: No attribute `addcmul` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1103:19-50: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1131:13-36: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1132:13-29: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1139:34-57: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1141:36-52: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1147:19-30: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1226:19-40: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1231:46-67: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1262:17-55: No attribute `_set_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1266:13-51: No attribute `_set_deterministic_algorithms` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1269:19-51: No attribute `autocast_increment_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1274:34-66: No attribute `autocast_increment_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1276:20-52: No attribute `autocast_increment_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1277:48-80: No attribute `autocast_decrement_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1280:19-51: No attribute `autocast_decrement_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1285:34-66: No attribute `autocast_decrement_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1287:20-52: No attribute `autocast_decrement_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1288:48-80: No attribute `autocast_increment_nesting` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1291:19-45: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1300:17-43: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1304:20-45: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1305:13-39: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1307:25-51: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1311:19-51: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1316:34-66: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1318:20-51: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1319:13-45: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1320:48-80: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1438:19-54: No attribute `_is_torch_function_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1449:19-59: No attribute `_is_torch_function_all_disabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1458:19-59: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1491:19-56: No attribute `_skip_one_hop_torch_function` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1536:19-35: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1567:21-36: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1594:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1634:19-32: No attribute `addcdiv` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1644:55-64: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1647:55-64: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1650:53-62: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1655:19-29: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1668:61-72: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1675:19-39: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1693:19-37: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1713:19-62: No attribute `_group_tensors_by_device_and_dtype` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1751:21-41: No attribute `_SDPAParams` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:1849:52-65: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2131:19-31: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2169:19-53: No attribute `_pop_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2197:19-57: No attribute `_push_on_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2214:19-53: No attribute `_len_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2227:19-50: No attribute `_get_function_stack_at` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2319:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2321:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2368:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2370:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:2382:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch.py:3101:29-38: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/torch_function.py:204:13-51: No attribute `_push_on_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch_function.py:211:38-72: No attribute `_pop_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch_function.py:278:48-83: No attribute `_is_torch_function_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/torch_function.py:292:17-57: No attribute `_is_torch_function_all_disabled` in module `torch._C` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:337:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:338:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:339:13-24: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:340:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:357:13-25: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:358:13-24: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:1361:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:1398:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:1404:39-51: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:1430:41-52: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:1438:25-35: Expected a callable, got `type[Never]` [not-callable]
ERROR torch/_dynamo/variables/user_defined.py:1722:25-42: No attribute `DispatchKey` in module `torch` [missing-attribute]
ERROR torch/_dynamo/variables/user_defined.py:1729:20-41: Cannot find module `triton.language` [missing-import]
ERROR torch/_dynamo/variables/user_defined.py:2559:40-58: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:54:35-66: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:55:5-37: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:63:5-37: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:76:12-23: No attribute `Graph` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:76:31-40: No attribute `IValue` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:76:49-67: No attribute `ScriptModule` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:86:13-52: No attribute `_jit_pass_onnx_function_substitution` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:87:30-47: No attribute `_freeze_module` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:88:29-44: No attribute `ScriptModule` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:90:30-64: No attribute `_jit_onnx_list_model_parameters` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:95:21-58: No attribute `_propagate_and_assign_input_shapes` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:103:9-48: No attribute `_jit_pass_onnx_function_substitution` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:105:17-54: No attribute `_propagate_and_assign_input_shapes` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:111:5-27: No attribute `_jit_pass_onnx_lint` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:120:5-44: No attribute `_jit_pass_onnx_function_substitution` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:197:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:198:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:199:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:200:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:201:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:202:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:203:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:204:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:205:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:206:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:207:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:208:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:209:5-16: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:210:5-17: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:211:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:266:12-26: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:267:17-31: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:284:34-48: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:335:34-48: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:346:50-63: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:370:27-40: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:374:13-36: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:374:39-60: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:396:19-33: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:396:36-50: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:399:38-52: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:470:60-78: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:474:48-61: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:526:42-56: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:533:37-50: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:544:47-61: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:551:62-80: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:628:64-82: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:646:49-64: No attribute `ClassType` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:662:40-53: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:664:31-42: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:673:41-54: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:682:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:701:41-54: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:724:43-56: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:752:45-58: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:760:41-54: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:762:35-54: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:769:42-55: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:797:42-55: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:809:46-59: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:830:49-62: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:833:48-61: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:836:44-57: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:842:48-61: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:865:45-58: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:868:46-59: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:871:51-64: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:879:38-51: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:883:76-87: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:895:46-59: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:905:71-81: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:909:47-60: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:913:47-60: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:924:38-51: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:957:46-59: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:967:37-50: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1006:38-51: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1008:52-66: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:1009:42-56: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:1053:39-52: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1133:52-65: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1143:37-50: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1187:39-52: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1190:40-53: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1197:39-52: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1201:38-51: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1212:60-73: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1220:41-54: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1229:48-61: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1237:49-62: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1244:34-47: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1278:59-70: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:1341:19-33: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1341:36-50: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1344:38-52: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1360:42-55: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1417:46-69: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1420:42-65: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1479:42-65: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1546:49-67: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/converter.py:1591:27-40: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/_export/converter.py:1613:44-62: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/assume_constant_result.py:18:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/assume_constant_result.py:18:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/autograd_function.py:24:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/class_method.py:21:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_branch_class_method.py:39:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_branch_nested_function.py:36:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_branch_nonlocal_variables.py:51:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_branch_nonlocal_variables.py:54:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_closed_over_variable.py:20:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_closed_over_variable.py:20:37-48: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_operands.py:6:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_operands.py:7:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_operands.py:33:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_operands.py:33:36-47: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/cond_predicate.py:20:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/constrain_as_size_example.py:15:16-27: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/constrain_as_size_example.py:18:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/constrain_as_value_example.py:21:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/constrain_as_value_example.py:21:34-45: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/decorator.py:22:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/decorator.py:22:36-47: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dictionary.py:15:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dictionary.py:15:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_assert.py:16:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_constructor.py:11:16-27: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_constructor.py:13:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_if_guard.py:17:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_map.py:17:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_map.py:17:36-47: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_round.py:15:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_slicing.py:13:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/dynamic_shape_view.py:15:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:20:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:21:6-17: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:21:22-33: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:22:7-18: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:22:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:25:14-25: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:26:15-26: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/fn_with_kwargs.py:27:15-26: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/list_contains.py:15:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/list_unpack.py:19:18-29: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/list_unpack.py:19:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/list_unpack.py:19:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/model_attr_mutation.py:12:27-38: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/model_attr_mutation.py:12:46-57: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/model_attr_mutation.py:15:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/model_attr_mutation.py:15:36-47: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/model_attr_mutation.py:22:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/nested_function.py:21:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/nested_function.py:21:36-47: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/null_context_manager.py:19:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/optional_input.py:11:28-39: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/optional_input.py:17:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/pytree_flatten.py:15:21-32: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/pytree_flatten.py:15:43-54: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/scalar_output.py:6:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/specialized_attribute.py:25:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/static_for_loop.py:14:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/static_if.py:12:24-34: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/static_if.py:16:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/tensor_setattr.py:10:26-37: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/tensor_setattr.py:13:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/type_reflection_method.py:20:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/unsupported_operator.py:15:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/db/examples/user_input_mutation.py:15:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:180:27-45: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:330:54-67: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:339:39-52: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:381:70-83: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:386:70-83: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:860:21-39: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:1013:13-31: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:1075:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:1090:38-53: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_export/non_strict_utils.py:1092:34-46: No attribute `select` in module `torch` [missing-attribute]
ERROR torch/_export/pass_base.py:122:29-45: No attribute `dequantize` in module `torch` [missing-attribute]
ERROR torch/_export/pass_base.py:167:29-45: No attribute `dequantize` in module `torch` [missing-attribute]
ERROR torch/_export/pass_base.py:345:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_export/pass_base.py:352:21-33: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_export/passes/collect_tracepoints_pass.py:32:9-13: Class member `CollectTracepointsPass.call` overrides parent class `PassBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/_export/passes/constant_folding.py:71:33-47: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_export/passes/constant_folding.py:112:9-17: Class member `ConstantFolder.run_node` overrides parent class `Interpreter` in an inconsistent manner [bad-override-param-name]
ERROR torch/_export/passes/constant_folding.py:162:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:49:44-62: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:52:49-67: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:69:28-46: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:86:49-67: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:101:49-67: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:273:32-50: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:340:47-68: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_export/passes/lift_constants_pass.py:427:33-51: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:20:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:25:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:28:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:31:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:32:16-27: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:33:19-30: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:34:16-26: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:49:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:50:14-27: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:71:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:73:14-27: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:75:19-42: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:84:21-45: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:105:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:107:14-27: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:109:19-42: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:121:21-45: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:138:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:143:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:155:6-27: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:167:28-49: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:240:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:240:39-51: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:249:23-47: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:536:9-32: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:547:9-32: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:625:25-48: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:636:25-48: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:654:34-52: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:661:29-40: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py:662:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_set_grad_with_hop_pass.py:25:28-54: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_export/passes/replace_set_grad_with_hop_pass.py:42:40-66: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_export/passes/replace_set_grad_with_hop_pass.py:45:41-62: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py:17:24-47: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py:24:38-61: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_export/serde/serialize.py:138:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:139:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:140:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:141:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:142:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:143:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:144:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:145:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:146:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:147:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:148:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:149:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:150:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:151:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:152:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:153:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:154:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:155:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:156:5-25: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:157:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:158:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:166:5-21: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:167:5-21: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:168:5-21: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:169:5-21: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:170:5-21: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:172:5-18: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:180:5-28: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:181:5-24: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:182:5-27: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:183:5-26: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:265:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:268:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:285:48-59: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:354:73-74: Argument `SymBool | bool` is not assignable to parameter `s` with type `Expr | SymBool | SymFloat | SymInt` in function `_print_sympy` [bad-argument-type]
ERROR torch/_export/serde/serialize.py:485:16-19: Returned type `int` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_export/serde/serialize.py:558:5-51: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_export/serde/serialize.py:559:5-47: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_export/serde/serialize.py:655:53-65: Argument `float` is not assignable to parameter `object` with type `bool` in function `list.append` [bad-argument-type]
ERROR torch/_export/serde/serialize.py:658:57-67: Argument `int` is not assignable to parameter `object` with type `bool` in function `list.append` [bad-argument-type]
ERROR torch/_export/serde/serialize.py:1399:45-63: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1401:49-63: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1406:46-64: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1409:46-60: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1411:48-61: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1413:48-63: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1415:48-64: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1417:48-64: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1560:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1562:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1564:30-49: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1568:30-42: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1570:30-51: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1944:44-58: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1945:47-63: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1990:47-65: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:1990:67-83: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2000:47-65: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2000:67-83: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2010:57-71: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2012:67-83: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2214:42-76: No attribute `_get_max_operator_version` in module `torch._C` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2387:42-45: Argument `Basic` is not assignable to parameter `expr_str` with type `str` in function `GraphModuleDeserializer._parse_sym_expr` [bad-argument-type]
ERROR torch/_export/serde/serialize.py:2392:60-63: Cannot set item in `dict[str, Symbol]` [unsupported-operation]
ERROR torch/_export/serde/serialize.py:2477:17-36: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:2654:39-55: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_export/serde/serialize.py:3549:51-85: No attribute `_get_max_operator_version` in module `torch._C` [missing-attribute]
ERROR torch/_export/serde/serialize.py:3631:9-16: Class member `EnumEncoder.default` overrides parent class `JSONEncoder` in an inconsistent manner [bad-override-param-name]
ERROR torch/_export/serde/serialize.py:4381:31-51: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_export/verifier.py:50:19-38: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_export/verifier.py:50:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_export/verifier.py:50:53-65: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_export/verifier.py:50:67-79: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_export/verifier.py:240:17-43: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:8:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_export/wrappers.py:312:48-78: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:318:26-66: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:319:13-33: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:322:13-53: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:323:15-38: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:323:39-59: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_export/wrappers.py:326:14-45: No attribute `_ForceDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/graph_info_provider.py:3:8-22: Cannot find module `networkx` [missing-import]
ERROR torch/_functorch/_activation_checkpointing/graph_info_provider.py:256:9-68: Cannot find module `matplotlib` [missing-import]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:34:9-66: Cannot find module `scipy.optimize` [missing-import]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:71:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:72:47-57: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:74:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:74:44-57: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:85:10-21: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:86:50-63: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:100:38-51: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:144:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:144:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:146:25-36: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:146:60-73: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:147:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:147:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:148:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:148:56-69: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:208:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:210:13-26: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:231:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:232:13-26: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack.py:243:26-38: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_checkpointing/knapsack_evaluator.py:5:8-22: Cannot find module `networkx` [missing-import]
ERROR torch/_functorch/_activation_offloading/activation_offloading.py:127:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/activation_offloading.py:131:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/activation_offloading.py:225:60-72: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/activation_offloading.py:274:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:32:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:32:39-51: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:35:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:35:61-73: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:37:37-49: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:44:33-44: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:44:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:47:50-62: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:47:67-78: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:49:13-24: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:54:46-57: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:54:59-71: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:88:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:99:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:105:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:117:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:133:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_activation_offloading/offload_ops.py:135:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/aot_autograd_result.py:542:23-56: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:126:9-73: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:486:13-59: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:535:29-50: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:539:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:540:28-64: No attribute `_autocast_supported_devices` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:541:16-41: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:542:52-76: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/autograd_cache.py:837:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:201:30-51: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:205:25-58: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:206:13-36: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:206:37-57: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:723:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:848:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/collect_metadata_analysis.py:849:37-58: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/complex_decomposition.py:41:30-40: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/complex_decomposition.py:41:49-59: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/frontend_utils.py:96:30-48: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/frontend_utils.py:252:26-32: Argument `Unknown | None` is not assignable to parameter `element` with type `Source` in function `set.add` [bad-argument-type]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:85:12-41: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:164:16-75: No attribute `_functionalize_are_all_mutations_hidden_from_autograd` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:187:16-86: No attribute `_functionalize_are_all_mutations_under_no_grad_or_inference_mode` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:214:16-65: No attribute `_functionalize_was_inductor_storage_resized` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:263:21-50: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:378:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:382:23-44: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:419:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/functional_utils.py:459:16-43: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:145:36-72: No attribute `_autocast_supported_devices` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:398:17-47: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:521:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:527:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:872:29-62: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:873:17-40: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:873:41-61: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:1197:25-58: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:1198:13-36: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:1198:37-57: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:1221:17-47: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_capture_wrappers.py:1275:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:112:25-43: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:570:19-52: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:1328:29-62: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:1329:17-40: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:1329:41-61: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2176:19-52: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2180:19-44: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2281:61-86: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2547:19-52: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2741:13-38: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2742:16-49: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/graph_compile.py:2748:24-49: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/input_output_analysis.py:85:61-84: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:524:44-76: No attribute `_is_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:527:25-58: No attribute `_set_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:537:24-56: No attribute `_is_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:538:25-58: No attribute `_set_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:545:28-49: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:548:21-47: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:558:21-47: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:631:13-39: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:821:47-72: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:843:47-72: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2294:30-41: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2425:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2426:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2428:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2446:17-30: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2446:34-45: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2446:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2481:17-36: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2716:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2717:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2718:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:2828:19-44: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:3184:45-70: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/runtime_wrappers.py:3516:33-44: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/schemas.py:186:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/schemas.py:208:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/schemas.py:542:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/streams.py:78:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:42:5-23: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:82:9-34: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:83:9-34: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:84:9-33: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:85:9-33: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:86:9-40: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:123:15-40: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:356:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:357:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:713:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:738:16-49: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:739:28-48: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:744:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:749:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/_aot_autograd/utils.py:763:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/autograd_function.py:50:16-23: Expected a type form, got instance of `ParamSpecArgs` [not-a-type]
ERROR torch/_functorch/autograd_function.py:51:19-28: Expected a type form, got instance of `ParamSpecKwargs` [not-a-type]
ERROR torch/_functorch/autograd_function.py:64:12-53: No attribute `_are_functorch_transforms_active` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/autograd_function.py:381:20-53: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/autograd_function.py:382:17-40: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/autograd_function.py:382:41-61: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/autograd_function.py:392:45-47: Argument `FunctionMeta` is not assignable to parameter `autograd_function` with type `type[Function]` in function `CustomFunctionHigherOrderOperator.__call__` [bad-argument-type]
ERROR torch/_functorch/compilers.py:94:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:363:21-30: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:364:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:365:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:366:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:367:21-30: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:368:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:372:30-43: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_functorch/compilers.py:374:30-40: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:175:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:186:9-25: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:346:12-43: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:349:17-38: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:350:20-49: No attribute `_is_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:352:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:353:9-39: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:451:32-53: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:684:35-48: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:700:35-50: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:715:37-46: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:746:41-54: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:764:39-54: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:902:10-22: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:1088:19-35: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:1242:59-69: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_functorch/eager_transforms.py:1578:12-39: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/einops.py:64:18-29: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_functorch/functional_call.py:261:14-25: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_functorch/fx_minifier.py:31:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/fx_minifier.py:32:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/fx_minifier.py:160:5-66: Cannot find module `torch_xla.stablehlo` [missing-import]
ERROR torch/_functorch/make_functional.py:86:32-48: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_functorch/make_functional.py:515:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_functorch/make_functional.py:605:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_functorch/make_functional.py:664:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_functorch/make_functional.py:666:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:86:12-26: Cannot find module `networkx` [missing-import]
ERROR torch/_functorch/partitioners.py:195:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:525:30-43: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:567:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:581:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:589:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:664:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:700:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:708:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:716:12-23: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1488:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1511:31-49: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1557:16-25: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1657:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1779:21-30: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1784:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1800:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1802:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1822:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:1856:21-33: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:2181:16-30: Cannot find module `networkx` [missing-import]
ERROR torch/_functorch/partitioners.py:2795:12-26: Cannot find module `networkx` [missing-import]
ERROR torch/_functorch/partitioners.py:2798:16-21: Cannot find module `pydot` [missing-import]
ERROR torch/_functorch/partitioners.py:3324:16-40: Cannot find module `matplotlib.pyplot` [missing-import]
ERROR torch/_functorch/partitioners.py:3552:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_functorch/partitioners.py:3560:35-47: No attribute `argmin` in module `torch` [missing-attribute]
ERROR torch/_functorch/predispatch.py:18:5-48: Could not import `_enter_dual_level` from `torch._C` [missing-module-attribute]
ERROR torch/_functorch/predispatch.py:19:5-46: Could not import `_exit_dual_level` from `torch._C` [missing-module-attribute]
ERROR torch/_functorch/predispatch.py:31:5-34: Could not import `_make_dual` from `torch._VF` [missing-module-attribute]
ERROR torch/_functorch/predispatch.py:32:5-38: Could not import `_unpack_dual` from `torch._VF` [missing-module-attribute]
ERROR torch/_functorch/vmap.py:406:28-37: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_guards.py:770:36-59: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_guards.py:776:10-33: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_guards.py:805:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_guards.py:805:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_guards.py:805:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_guards.py:849:55-78: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_guards.py:890:36-59: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_guards.py:896:10-33: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/aoti_call_delegate.py:58:32-52: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/aoti_call_delegate.py:59:32-52: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/aoti_call_delegate.py:60:32-52: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/aoti_call_delegate.py:61:32-52: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/aoti_call_delegate.py:64:29-49: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:10:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:59:15-26: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:60:19-32: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:244:18-31: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:247:22-32: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:299:40-53: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:388:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:683:35-75: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:684:35-75: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:686:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:753:32-47: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:767:29-39: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:768:21-31: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:769:77-87: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:800:13-25: No attribute `select` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:818:31-42: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:819:31-42: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:820:32-43: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/associative_scan.py:920:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:12:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:32:32-52: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:55:8-39: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:85:16-32: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:174:29-39: No attribute `Type` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:259:29-39: No attribute `Type` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:459:72-86: No attribute `NoneType` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:473:65-81: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:477:12-58: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:483:13-33: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:484:28-38: No attribute `Type` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:503:63-73: No attribute `Type` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:658:38-54: No attribute `AnyType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:1037:17-40: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:1090:17-36: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/auto_functionalize.py:1193:42-58: No attribute `AnyType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/base_hop.py:7:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/base_hop.py:231:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:12:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/cond.py:337:35-75: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:338:35-75: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:341:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:605:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:606:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:705:16-35: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/cond.py:776:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/cudagraph_conditional_nodes.py:115:18-35: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/effects.py:6:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/effects.py:135:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/effects.py:226:58-78: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/effects.py:269:29-56: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/effects.py:270:13-43: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:38:38-58: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:39:38-58: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:40:38-58: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:41:38-58: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:77:35-55: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:103:10-43: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:104:9-32: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:104:33-53: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:117:24-47: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/executorch_call_delegate.py:117:56-72: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:9:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:190:25-38: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:190:57-70: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:190:76-89: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:194:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:195:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:196:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:197:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:211:27-38: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:214:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:250:13-36: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:251:11-34: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:274:19-28: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:275:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:278:18-27: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:280:23-42: No attribute `_safe_softmax` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:308:22-46: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:314:23-46: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:316:9-32: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:317:10-43: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:440:35-44: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:442:52-61: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:570:48-57: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:632:73-86: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:633:74-87: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:677:28-47: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:783:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:928:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:936:43-52: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:937:43-52: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:938:43-52: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:939:43-52: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:990:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:991:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:992:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:993:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1018:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1018:56-79: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1036:11-34: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1037:13-36: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1040:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1042:26-42: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1062:22-31: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1063:22-33: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1071:18-27: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1080:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1081:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1082:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1083:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1111:23-34: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1112:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1126:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1127:18-27: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1140:27-36: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1141:29-38: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1197:35-44: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1200:52-61: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1457:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1457:52-75: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1471:20-29: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/flex_attention.py:1472:22-31: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/hints_wrap.py:4:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:7:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:81:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:109:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:110:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:111:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:112:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:113:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:114:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:115:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:116:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:117:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:118:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:119:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:120:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:136:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:137:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/inline_asm_elementwise.py:247:12-32: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:9:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:9:35-49: Could not import `DispatchKeySet` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:178:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:180:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:181:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:438:20-39: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:460:14-45: No attribute `_ForceDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:648:24-64: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:649:24-64: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:688:17-36: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_leaf_function.py:698:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_subgraph.py:15:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/invoke_subgraph.py:247:54-69: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_subgraph.py:711:21-52: No attribute `_ForceDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_subgraph.py:784:35-75: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_subgraph.py:785:35-75: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/invoke_subgraph.py:790:13-48: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/local_map.py:16:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/local_map.py:58:16-35: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/local_map.py:475:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/local_map.py:505:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/local_map.py:525:24-44: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/map.py:8:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/map.py:195:35-75: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/map.py:196:35-75: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/map.py:198:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/map.py:293:38-61: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:5:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:59:56-72: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:102:62-73: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:104:16-29: No attribute `_int_mm` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:111:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:113:30-40: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:114:30-40: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:121:52-62: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:122:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:141:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/out_dtype.py:151:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/partitioner.py:332:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/print.py:54:10-30: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/print.py:94:16-36: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/print.py:112:19-39: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/print.py:113:19-39: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/run_const_graph.py:4:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/scan.py:12:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/scan.py:70:30-53: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:192:26-39: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:195:22-32: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:225:26-39: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:366:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:374:13-28: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:374:38-49: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:518:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:748:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:838:14-24: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:848:15-25: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:1026:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/scan.py:1031:16-29: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:56:14-30: No attribute `IntType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:57:16-34: No attribute `FloatType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:58:14-33: No attribute `StringType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:59:15-32: No attribute `BoolType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:68:20-36: No attribute `AnyType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:70:20-39: No attribute `SymIntType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:72:20-40: No attribute `SymBoolType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:74:20-38: No attribute `FloatType` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:79:16-44: No attribute `_jit_try_infer_type` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:89:20-37: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:93:16-33: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:156:29-52: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:259:17-40: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:264:25-42: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:265:23-40: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/schema.py:298:11-34: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/strict_mode.py:6:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/torchbind.py:6:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/torchbind.py:38:32-52: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/torchbind.py:53:22-43: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/torchbind.py:66:27-45: No attribute `ScriptMethod` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/torchbind.py:82:28-46: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/torchbind.py:86:37-55: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/torchbind.py:95:24-42: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/torchbind.py:117:24-42: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:22:22-36: Could not import `_dispatch_keys` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:22:38-49: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:39:5-42:6: Cannot find module `triton._C.libtriton.ir` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:59:9-79: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:60:9-51: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:253:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:254:12-30: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:255:5-51: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:256:5-51: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:257:5-47: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:313:13-72: Cannot find module `triton.tools.tensor_descriptor` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:316:18-48: No attribute `_DisableTorchDispatch` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:319:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:325:18-48: No attribute `_DisableTorchDispatch` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:326:38-49: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:332:13-72: Cannot find module `triton.tools.tensor_descriptor` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:389:13-65: Cannot find module `triton.backends.compiler` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:420:17-56: Cannot find module `triton.backends` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:421:17-70: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:435:17-87: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:442:13-71: Cannot find module `triton._utils` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:1344:13-17: Argument `list[TritonGridType]` is not assignable to parameter `grids` with type `list[TritonGrid]` in function `torch._inductor.codegen.wrapper.user_defined_kernel_grid_fn_code` [bad-argument-type]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:1359:17-1362:18: Cannot find module `triton.tools.experimental_descriptor` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:1382:17-76: Cannot find module `triton.tools.tensor_descriptor` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:1813:9-55: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:1959:9-39: Cannot find module `triton` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:1960:9-85: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:2247:17-25: Cannot set item in `list[tuple[Expr | SymInt | int, ...] | tuple[Proxy, ...]]` [unsupported-operation]
ERROR torch/_higher_order_ops/triton_kernel_wrap.py:2249:17-25: Cannot set item in `list[tuple[Expr | SymInt | int, ...] | tuple[Proxy, ...]]` [unsupported-operation]
ERROR torch/_higher_order_ops/utils.py:55:10-45: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:58:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:68:24-47: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:68:59-75: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:531:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:532:20-39: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:546:18-45: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:551:34-63: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:602:16-43: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:603:21-50: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:630:17-33: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:770:32-43: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:922:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:952:12-29: No attribute `select_copy` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:1282:22-45: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:1283:22-45: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:1288:27-67: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:1290:27-67: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:1315:21-52: No attribute `_ForceDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/utils.py:1342:31-54: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:8:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/while_loop.py:274:32-42: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:275:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:325:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:780:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:831:35-75: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:832:35-75: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:859:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:859:42-53: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:864:38-61: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:870:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/while_loop.py:880:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/wrap.py:12:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_higher_order_ops/wrap.py:245:20-41: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_higher_order_ops/wrap.py:435:28-48: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/_functionalize_collectives.py:46:30-48: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/_functionalize_collectives.py:278:33-51: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:27:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:41:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:42:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:44:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:45:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:46:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:47:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:48:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:49:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:50:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:51:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:52:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:63:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:64:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:65:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:66:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:68:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:79:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:80:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:82:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:83:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:84:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:85:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:86:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:87:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:88:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:89:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:90:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:100:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:101:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:104:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:105:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:106:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:107:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:108:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:109:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:110:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:111:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:112:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:122:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:123:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:125:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:126:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:127:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:128:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:129:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:130:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:131:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:132:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:133:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:143:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:144:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:146:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:147:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:148:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:149:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:150:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:151:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:152:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:153:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:154:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:164:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:165:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:168:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:169:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:171:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:172:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:173:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:174:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:175:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:176:13-33: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:177:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:205:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/device_info.py:244:34-47: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:357:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:358:14-25: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:359:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:360:15-27: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:361:16-28: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:362:12-21: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:363:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:364:14-25: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:365:14-23: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:366:13-23: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:367:17-27: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:368:20-30: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:369:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:370:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:371:17-31: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:372:16-29: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:373:22-36: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:374:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:375:28-43: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:376:29-45: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:414:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:426:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:434:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:448:24-38: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analysis/profile_analysis.py:450:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:20:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:51:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:79:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:117:35-46: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:131:31-44: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:131:46-59: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/analyze_preserves_zero_mask.py:139:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:110:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:111:18-29: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:111:38-49: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:111:57-67: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:133:36-59: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:171:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:172:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:178:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:179:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:186:36-48: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:187:30-42: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:236:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:237:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:238:17-29: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:294:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:296:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/aoti_eager.py:298:40-52: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/autoheuristic/autoheuristic_utils.py:336:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/autoheuristic/autoheuristic_utils.py:338:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:381:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:382:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:681:32-43: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:683:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:1012:30-41: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:1014:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/autotune_process.py:1394:9-20: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:185:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:186:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:193:9-19: Class member `ValueRangeAnalysis.index_expr` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/bounds.py:193:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:198:9-19: Class member `ValueRangeAnalysis.value_expr` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/bounds.py:198:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:205:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:206:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:211:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:221:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/bounds.py:247:51-79: Argument `(y: Expr) -> type[UndefinedFunction]` is not assignable to parameter `fn` with type `(Expr) -> Expr` in function `torch.utils._sympy.value_ranges.ValueRanges.convex_min_zero_map` [bad-argument-type]
ERROR torch/_inductor/bounds.py:258:9-17: Class member `ValueRangeAnalysis.truncdiv` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/bounds.py:266:9-12: Class member `ValueRangeAnalysis.sub` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/choices.py:41:5-46: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/choices.py:162:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/choices.py:168:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/choices.py:174:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/choices.py:391:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/choices.py:473:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/choices.py:719:61-68: Argument `tuple[Expr, ...]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/choices.py:719:70-77: Argument `tuple[Expr, ...]` is not assignable to parameter `right` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/codegen/block_analysis.py:37:34-39:10: No matching overload found for function `sum` called with arguments: (Generator[Basic | Any]) [no-matching-overload]
ERROR torch/_inductor/codegen/block_analysis.py:57:29-32: Argument `ModularIndexing` is not assignable to parameter `elem` with type `FloorDiv` in function `torch.utils._ordered_set.OrderedSet.add` [bad-argument-type]
ERROR torch/_inductor/codegen/block_analysis.py:58:21-30: Argument `Symbol` is not assignable to parameter `elem` with type `FloorDiv` in function `torch.utils._ordered_set.OrderedSet.add` [bad-argument-type]
ERROR torch/_inductor/codegen/block_analysis.py:128:41-58: Argument `list[type[UndefinedFunction]]` is not assignable to parameter `seq2` with type `Sequence[Expr]` in function `torch._inductor.utils.sympy_dot` [bad-argument-type]
ERROR torch/_inductor/codegen/block_analysis.py:175:41-45: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/codegen/block_analysis.py:185:19-42: `/` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/block_analysis.py:214:25-43: `*` is not supported between `Symbol` and `Wild` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:175:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:178:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:178:26-37: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:193:19-36: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:216:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:221:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:234:20-23: Argument `list[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/common.py:277:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:302:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:447:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:452:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:457:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:465:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:597:23-61: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:629:77-82: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/codegen/common.py:663:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:663:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:664:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:664:21-32: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:665:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:665:20-31: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:669:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:670:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:671:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:672:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:673:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:674:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:675:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:676:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:677:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:678:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:679:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:689:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:694:16-26: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:705:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:711:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:737:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:749:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:796:67-78: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:813:13-32: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:817:69-80: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:823:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:852:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:854:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:870:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:874:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:878:63-74: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:920:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:928:40-53: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:936:52-65: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:940:67-80: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:944:66-79: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:948:61-74: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:952:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:956:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:961:47-58: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:979:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:983:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:987:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:994:39-50: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1000:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1037:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1087:9-26: Class member `OpOverrides.indirect_indexing` overrides parent class `OpsHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/common.py:1127:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1128:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1138:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1151:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1165:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1189:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1189:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1192:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1666:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1666:72-83: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1704:24-80: Returned type `tuple[str, str, Expr]` is not assignable to declared return type `tuple[str, str, int]` [bad-return]
ERROR torch/_inductor/codegen/common.py:1729:19-31: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1743:17-37: `Integer` is not assignable to variable `value` with type `int` [bad-assignment]
ERROR torch/_inductor/codegen/common.py:1750:23-28: Cannot set item in `dict[Expr, str]` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:1761:16-1763:10: Returned type `chain[Expr | str]` is not assignable to declared return type `Iterator[str]` [bad-return]
ERROR torch/_inductor/codegen/common.py:1777:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1784:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1831:49-54: Argument `Expr` is not assignable to parameter `size` with type `Symbol | str` in function `KernelArgs.wrap_size_arg` [bad-argument-type]
ERROR torch/_inductor/codegen/common.py:1833:59-64: Argument `Expr` is not assignable to parameter `sym` with type `Symbol` in function `torch._inductor.codegen.wrapper.PythonWrapperCodegen.ensure_size_computed` [bad-argument-type]
ERROR torch/_inductor/codegen/common.py:1876:30-35: Argument `Expr` is not assignable to parameter `object` with type `str` in function `list.append` [bad-argument-type]
ERROR torch/_inductor/codegen/common.py:1880:59-64: Argument `Expr` is not assignable to parameter `sym` with type `Symbol` in function `torch._inductor.codegen.wrapper.PythonWrapperCodegen.ensure_size_computed` [bad-argument-type]
ERROR torch/_inductor/codegen/common.py:1935:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:1967:9-20: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2052:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2124:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2136:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2286:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2287:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2304:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2314:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2329:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2453:20-60: Returned type `list[Expr]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/codegen/common.py:2487:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2569:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2576:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2704:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2804:9-26: Class member `CSEProxy.indirect_indexing` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/common.py:2818:57-67: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2840:21-44: `+` is not supported between `Expr` and `Integer` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:2840:21-44: `+` is not supported between `Expr` and `Number` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:2840:46-69: `+` is not supported between `Expr` and `Integer` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:2840:46-69: `+` is not supported between `Expr` and `Number` [unsupported-operation]
ERROR torch/_inductor/codegen/common.py:2863:16-25: Returned type `Expr` is not assignable to declared return type `Symbol` [bad-return]
ERROR torch/_inductor/codegen/common.py:2922:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2923:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2932:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2943:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/common.py:2955:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:145:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:146:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:149:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:150:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:151:5-16: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:152:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:153:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:154:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:155:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:156:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:157:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:158:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:159:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:160:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:168:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:175:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:176:35-46: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:203:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:204:40-51: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:217:28-38: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:246:37-47: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:322:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:633:30-41: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:685:30-41: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:712:9-12: Class member `CppOverrides.neg` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:908:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:977:9-17: Class member `CppOverrides.constant` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1031:9-20: Class member `CppOverrides.bitwise_and` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1035:9-20: Class member `CppOverrides.bitwise_not` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1039:9-19: Class member `CppOverrides.bitwise_or` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1043:9-20: Class member `CppOverrides.bitwise_xor` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1047:9-27: Class member `CppOverrides.bitwise_left_shift` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1067:9-28: Class member `CppOverrides.bitwise_right_shift` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1177:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1179:52-55: Argument `Expr | int` is not assignable to parameter `value` with type `bool | float | int` in function `torch._inductor.ops_handler.OpsHandler.constant` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:1179:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1296:9-11: Class member `CppVecOverrides.eq` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1303:9-11: Class member `CppVecOverrides.ne` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1306:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1307:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1315:9-11: Class member `CppVecOverrides.lt` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1322:9-11: Class member `CppVecOverrides.gt` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1329:9-11: Class member `CppVecOverrides.le` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1336:9-11: Class member `CppVecOverrides.ge` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1343:9-13: Class member `CppVecOverrides.and_` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1454:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1470:9-12: Class member `CppVecOverrides.tan` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1474:9-13: Class member `CppVecOverrides.tanh` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1486:9-19: Class member `CppVecOverrides.reciprocal` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1522:9-17: Class member `CppVecOverrides.copysign` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1526:9-14: Class member `CppVecOverrides.atan2` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1530:9-14: Class member `CppVecOverrides.hypot` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1622:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1623:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1631:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1632:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1639:9-15: Class member `CppVecOverrides.square` overrides parent class `CppOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:1645:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1646:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1672:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1673:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1674:13-24: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1675:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1676:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1677:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1678:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1679:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1680:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1681:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1682:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1692:30-41: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1701:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1702:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1703:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1712:30-41: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1749:29-39: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:1849:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2115:30-40: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2127:29-40: `*` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/_inductor/codegen/cpp.py:2128:39-50: Argument `dict[Symbol, Unknown]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:2170:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2181:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2187:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2235:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2273:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2275:46-2277:14: Overload type was not compatible with solved type variables: _T = Expr [incompatible-overload-residual]
ERROR torch/_inductor/codegen/cpp.py:2390:46-2392:14: Overload type was not compatible with solved type variables: _T = Expr [incompatible-overload-residual]
ERROR torch/_inductor/codegen/cpp.py:2594:50-58: Argument `Expr | int` is not assignable to parameter `index` with type `Expr | list[Expr] | tuple[Expr, ...]` in function `torch._inductor.codegen.common.Kernel.rename_indexing` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:2668:27-37: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2668:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2669:31-42: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2669:44-56: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2763:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2770:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2775:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2782:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2782:51-62: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2783:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2788:59-70: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2789:30-40: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2797:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2815:56-67: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2817:67-78: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2819:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2834:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2861:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2867:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2880:33-43: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2881:33-44: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:2998:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3021:33-44: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3025:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3061:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3063:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3162:46-3164:14: Overload type was not compatible with solved type variables: _T = Expr [incompatible-overload-residual]
ERROR torch/_inductor/codegen/cpp.py:3176:21-3177:81: `*` is not supported between `type[UndefinedFunction]` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/codegen/cpp.py:3271:28-38: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3302:36-46: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3304:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3339:57-69: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3340:21-32: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3357:33-43: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3358:83-93: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3376:32-42: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3413:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3413:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3419:58-68: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3425:58-68: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3435:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3446:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3447:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3450:47-58: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3451:54-65: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3454:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3467:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3467:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3470:32-42: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3537:29-39: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3539:39-50: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3540:33-44: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3545:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3568:44-54: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3623:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3623:49-59: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3625:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3625:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3631:35-46: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3631:48-60: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3632:31-41: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3632:43-54: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3823:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3824:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3825:17-36: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3826:17-34: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3847:9-19: Class member `CppTile2DKernel.set_ranges` overrides parent class `CppVecKernel` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp.py:3876:53-64: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3884:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:3954:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4212:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4226:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4243:60-71: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4248:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4259:71-82: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4281:59-70: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4319:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4320:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4321:29-42: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4322:29-40: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4326:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4327:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4336:47-58: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4355:43-54: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4386:67-78: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:4777:47-61: Argument `Expr | None` is not assignable to parameter `var` with type `Symbol | None` in function `CppKernel.codegen_conditions` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:4783:49-63: Argument `Expr | None` is not assignable to parameter `var` with type `Symbol | None` in function `CppKernel.codegen_conditions` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:4800:33-47: Argument `Expr | None` is not assignable to parameter `iter_var` with type `Expr` in function `move_code_under_inner_loop` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:4803:33-48: Argument `Expr | None` is not assignable to parameter `loop_end` with type `Expr` in function `move_code_under_inner_loop` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:4888:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp.py:5447:59-65: Argument `Expr | Unknown` is not assignable to parameter `object` with type `int` in function `list.insert` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:5453:29-48: Argument `list[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp.py:6027:25-68: `*` is not supported between `Float` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/codegen/cpp.py:6027:25-68: `*` is not supported between `Rational` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/codegen/cpp_bmm_template.py:201:63-75: Argument `Symbol` is not assignable to parameter `idx` with type `int` in function `torch._inductor.codegen.cpp_template_kernel.CppTemplateKernel.select` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_flex_attention_template.py:1090:33-44: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_flex_attention_template.py:1090:46-60: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_flex_attention_template.py:1090:62-75: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_flex_attention_template.py:1398:33-44: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:415:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:415:52-62: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:418:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:418:46-56: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:642:13-24: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:643:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:644:13-23: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:645:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:646:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:830:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:836:27-41: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:836:57-67: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:860:32-46: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:863:31-42: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:870:33-43: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1298:25-26: Argument `Literal[0]` is not assignable to parameter `offset` with type `Expr` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1398:57-68: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1398:70-80: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1445:34-45: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1636:27-38: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1636:57-68: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1663:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1664:34-44: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1827:25-34: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1833:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_gemm_template.py:1844:26-37: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_grouped_gemm_template.py:252:39-49: Object of class `IRNode` has no attribute `to_dense`
Object of class `Tensor` has no attribute `to_dense` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_grouped_gemm_template.py:252:55-66: Object of class `IRNode` has no attribute `is_mkldnn`
Object of class `Tensor` has no attribute `is_mkldnn` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_grouped_gemm_template.py:511:27-38: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:96:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:96:46-56: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:97:42-53: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:98:41-52: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:99:41-51: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:113:47-58: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:113:60-70: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:114:52-63: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:114:65-75: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:229:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:230:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:231:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:232:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:256:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:347:21-32: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:352:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:353:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:358:21-31: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:359:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:364:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:365:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:366:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:367:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:376:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:377:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:378:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:379:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:385:21-32: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:390:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:391:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:396:21-31: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:397:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:402:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:403:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:404:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:405:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:414:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:415:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:416:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:417:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:423:21-32: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:424:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:425:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:426:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:431:21-32: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:432:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:433:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:434:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:962:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:962:73-83: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:972:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:973:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:974:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:975:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1113:31-42: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1113:63-73: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1138:45-56: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1138:58-68: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1153:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1153:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1164:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1165:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1166:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1167:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1173:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1174:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1175:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1176:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1182:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1183:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1189:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1190:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1196:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1197:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1198:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1199:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1456:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1456:46-56: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1464:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1465:43-53: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1465:55-66: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1505:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1505:46-56: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1513:34-44: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1513:72-83: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1523:21-31: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1524:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1582:36-46: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1605:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1606:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1607:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1608:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1856:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1857:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1858:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:1859:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:2130:31-45: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:2131:37-47: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_micro_gemm.py:2131:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:101:32-39: Cannot set item in `dict[Expr, str]` [unsupported-operation]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:129:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:129:48-62: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:129:64-74: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:173:15-71: `Expr` is not assignable to variable `idx` with type `int` [bad-assignment]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:173:45-48: Argument `int` is not assignable to parameter `idx` with type `Expr` in function `torch._inductor.ir.View.handle_negative_index` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:209:59-70: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:213:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:221:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:226:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:324:24-30: Argument `Expr` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:500:21-34: Argument `list[list[Any] | Unknown | None]` is not assignable to parameter `offsets` with type `list[Expr]` in function `CppTemplateKernel.store_grouped_gemm_pointwise_nodes` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_template_kernel.py:531:33-46: Argument `list[list[Any] | Unknown | None]` is not assignable to parameter `offsets` with type `list[Expr]` in function `CppTemplateKernel.store_grouped_gemm_pointwise_nodes` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_utils.py:32:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:33:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:34:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:35:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:36:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:37:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:38:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:39:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:40:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:41:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:42:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:43:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:44:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:45:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:46:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:47:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:48:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:49:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:50:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:51:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:55:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:56:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:57:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:58:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:59:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:60:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:61:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:62:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:63:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:64:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:65:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:66:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:67:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:68:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:69:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:70:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:71:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:72:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:73:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:74:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:75:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:76:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:88:5-18: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:150:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:278:51-61: Argument `list[Symbol | int]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_utils.py:465:11-22: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:485:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:486:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:487:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:492:57-70: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:520:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:520:37-47: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:521:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:521:30-41: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:523:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:523:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:542:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:543:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:544:42-53: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:545:41-52: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:546:58-69: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:548:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:557:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:558:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:559:42-53: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:560:41-52: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:561:59-70: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:562:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:571:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:595:36-47: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:596:35-46: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:597:37-48: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:598:62-73: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:605:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:606:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:610:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:621:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:622:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:623:36-47: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:625:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:627:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:639:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:640:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:642:60-71: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:643:41-52: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:645:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:677:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_utils.py:712:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:21:19-39: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:654:36-47: Argument `Basic` is not assignable to parameter `elem` with type `Symbol` in function `torch.utils._ordered_set.OrderedSet.add` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:663:16-32: Object of class `Symbol` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:665:18-32: Object of class `Symbol` has no attribute `is_float` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:676:32-38: Argument `Expr | int` is not assignable to parameter `sym_or_exp` with type `Expr | Symbol` in function `codegen_symbol` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1482:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1487:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1487:47-61: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1745:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1938:35-38: Argument `Basic` is not assignable to parameter `divisor` with type `Expr` in function `maybe_add_divisor` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1941:35-38: Argument `Basic` is not assignable to parameter `divisor` with type `Expr` in function `maybe_add_divisor` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1944:35-38: Argument `Basic` is not assignable to parameter `divisor` with type `Expr` in function `maybe_add_divisor` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:1945:35-38: Argument `Basic` is not assignable to parameter `divisor` with type `Expr` in function `maybe_add_divisor` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2009:40-58: Argument `tuple[Symbol, GraphLowering]` is not assignable to parameter `elem` with type `tuple[str, GraphLowering]` in function `torch.utils._ordered_set.OrderedSet.add` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2576:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2595:9-25: Class member `CppWrapperCpu.codegen_subgraph` overrides parent class `PythonWrapperCodegen` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2665:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2705:17-32: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2706:17-31: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2707:17-33: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2708:17-27: No attribute `Type` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2709:17-36: No attribute `DeviceObjType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2716:37-53: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2719:39-52: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2722:39-55: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2726:39-55: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2735:39-53: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2739:58-74: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2743:48-66: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2745:65-81: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2751:60-73: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2754:60-76: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2760:60-76: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2785:41-59: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2791:36-49: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2793:40-56: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2801:42-58: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2803:42-56: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2804:47-63: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2813:31-47: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2813:49-63: No attribute `NoneType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2813:65-78: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2816:42-60: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2817:65-81: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2818:42-56: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2819:65-81: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2836:25-41: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2842:21-37: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2856:13-27: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2857:13-32: No attribute `DeviceObjType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2858:13-28: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2861:13-26: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2862:13-29: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2865:31-44: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2866:30-48: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2884:30-43: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2885:30-48: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2887:30-44: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2889:30-45: No attribute `TupleType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2894:21-35: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2895:21-40: No attribute `DeviceObjType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2896:21-36: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2897:21-34: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2898:21-37: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2899:21-37: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2900:21-38: No attribute `SymBoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2901:21-37: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2902:21-37: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2906:33-46: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2907:30-48: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2908:55-71: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2909:35-49: No attribute `NoneType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:2909:51-67: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3119:39-55: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3131:39-57: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3133:39-52: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3136:39-55: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3142:39-54: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3144:39-53: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3146:39-55: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3148:39-55: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3152:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3155:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3157:38-50: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3159:38-57: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3183:33-47: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3185:35-53: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3186:40-54: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3234:37-50: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3248:41-59: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3267:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3351:30-43: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3352:34-52: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3354:34-48: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3356:34-49: No attribute `TupleType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3363:34-48: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3365:34-53: No attribute `DeviceObjType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3367:34-49: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3369:34-47: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3371:34-50: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3373:34-50: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3375:34-51: No attribute `SymBoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3377:34-50: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3379:34-50: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3392:54-73: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3394:21-44: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3395:21-40: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3396:21-43: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3397:21-42: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3400:63-76: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3414:56-69: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3418:41-59: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3421:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3430:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3432:40-52: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3434:40-59: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3437:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3440:41-55: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3454:41-56: No attribute `TupleType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3468:41-55: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3473:41-54: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3478:41-56: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3483:41-57: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3488:41-58: No attribute `SymBoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3493:41-57: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3498:41-57: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3503:48-60: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3506:48-67: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3509:48-59: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3677:30-48: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3679:32-48: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3681:33-46: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3681:48-64: No attribute `SymIntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3684:21-35: No attribute `BoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3684:37-54: No attribute `SymBoolType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3684:56-70: No attribute `EnumType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3687:32-47: No attribute `FloatType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3689:32-48: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3701:32-48: No attribute `StringType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3721:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3723:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3725:30-42: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3727:30-49: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3741:9-23: Class member `CppWrapperCpu.val_to_arg_str` overrides parent class `PythonWrapperCodegen` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3744:51-69: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3748:25-44: No attribute `DeviceObjType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3749:25-39: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3750:25-40: No attribute `TupleType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3756:34-50: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3768:30-48: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3774:42-56: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3774:58-73: No attribute `TupleType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3779:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3784:41-60: No attribute `DeviceObjType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3794:31-45: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3794:47-62: No attribute `TupleType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3806:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3812:41-59: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu.py:3824:30-46: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:103:30-44: Argument `Sequence[_IntLike] | Sequence[Expr]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:152:60-65: Argument `Expr | Symbol | TensorBox | TorchBindObject` is not assignable to parameter `value` with type `TensorBox` in function `torch._inductor.codegen.cpp_wrapper_cpu.CppWrapperCpu.codegen_input_symbol_assignment` [bad-argument-type]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:824:9-24: Class member `CppWrapperCpuArrayRef.make_allocation` overrides parent class `CppWrapperCpu` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:997:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:1201:35-53: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:1202:52-68: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:1205:52-68: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:1216:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:1221:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:1221:47-61: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_gpu.py:14:19-39: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_gpu.py:109:16-75: Returned type `_LazyTritonCompileKickoffLine` is not assignable to declared return type `Self@_LazyTritonCompileKickoffLine` [bad-return]
ERROR torch/_inductor/codegen/cpp_wrapper_gpu.py:409:43-54: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_gpu.py:410:49-61: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_gpu.py:1225:60-71: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_gpu.py:1342:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_mps.py:39:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cpp_wrapper_mps.py:87:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cuda/compile_utils.py:14:5-44: Cannot find module `triton.fb.build` [missing-import]
ERROR torch/_inductor/codegen/cuda/compile_utils.py:26:9-67: Cannot find module `triton.fb.re_build_helper` [missing-import]
ERROR torch/_inductor/codegen/cuda/compile_utils.py:34:9-37: Cannot find module `libfb.py` [missing-import]
ERROR torch/_inductor/codegen/cuda_combined_scheduling.py:52:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cuda_combined_scheduling.py:105:9-17: Class member `CUDACombinedScheduling.group_fn` overrides parent class `BaseScheduling` in an inconsistent manner [bad-override]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:196:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:591:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:596:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:596:71-82: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:620:21-30: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `ModificationWrapperCuteDSL._emit_index_fragment` [bad-argument-type]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:620:59-70: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:631:31-44: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:631:46-60: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:635:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:655:27-38: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:655:40-51: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:665:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:720:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:729:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:778:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:786:52-63: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:866:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_kernel.py:964:9-26: Class member `ModificationWrapperCuteDSL.indirect_indexing` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:25:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:39:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:39:48-59: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:41:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:41:33-47: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:42:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:55:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:56:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:57:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:58:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:59:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:60:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:61:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:62:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:63:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:64:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:65:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:66:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:146:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:210:69-80: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:242:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:264:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:299:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:310:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:327:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:377:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:465:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:469:60-73: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:478:61-74: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:514:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:580:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:603:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:607:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:607:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:607:59-72: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:618:9-12: Class member `CuteDSLOpOverrides.neg` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py:628:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutedsl/cutedsl_scheduling.py:238:20-33: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_inductor/codegen/cutlass/cache.py:108:9-110:10: Cannot find module `torch._inductor.fb.cutlass_remote_cache` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:681:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:697:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1039:16-65: Cannot find module `cutlass_library.gemm_operation` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1155:16-65: Cannot find module `cutlass_library.gemm_operation` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1156:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1392:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1393:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1430:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1449:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1537:9-20: Class member `CUTLASS3xGemmTemplate._render_evt` overrides parent class `CUTLASSGemmTemplate` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1543:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1544:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1600:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1641:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1817:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1832:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1866:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1871:20-39: `*` is not supported between `Expr` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1879:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1890:17-36: `*` is not supported between `Expr` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1896:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1933:16-65: Cannot find module `cutlass_library.gemm_operation` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1934:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/gemm_template.py:1959:16-54: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/kernel.py:13:19-39: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/_inductor/codegen/cutlass/kernel.py:413:23-48: Argument `int` is not assignable to parameter `count` with type `Expr` in function `torch._inductor.codegen.common.WorkspaceArg.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/cutlass/kernel.py:463:33-80: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/cutlass/kernel.py:463:34-56: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/codegen/cutlass/kernel.py:508:29-34: Argument `list[Expr | int | Any]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/codegen/cutlass/kernel.py:509:16-19: Returned type `Expr` is not assignable to declared return type `str` [bad-return]
ERROR torch/_inductor/codegen/cutlass/kernel.py:528:50-56: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_leq` [bad-argument-type]
ERROR torch/_inductor/codegen/cutlass/kernel.py:547:50-62: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_leq` [bad-argument-type]
ERROR torch/_inductor/codegen/cutlass/kernel.py:571:47-54: Argument `Expr | int` is not assignable to parameter `index` with type `Expr | list[Expr] | tuple[Expr, ...]` in function `torch._inductor.codegen.common.Kernel.rename_indexing` [bad-argument-type]
ERROR torch/_inductor/codegen/cutlass/kernel.py:573:47-54: Argument `Expr | int` is not assignable to parameter `index` with type `Expr | list[Expr] | tuple[Expr, ...]` in function `torch._inductor.codegen.common.Kernel.rename_indexing` [bad-argument-type]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/evt_extensions.py:52:5-57:6: Cannot find module `cutlass_library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:11:5-49: Cannot find module `cutlass_library.gemm_operation` [missing-import]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:12:5-42: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:14:15-22: Could not find name `logging` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:104:34-45: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:105:36-47: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:106:31-40: Could not find name `LayoutTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:107:37-57: Could not find name `EpilogueFunctor3xTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:108:21-38: Could not find name `EpilogueFunctor3x` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:110:44-55: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:111:39-50: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:112:34-45: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:114:20-38: Could not find name `SubstituteTemplate` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:118:34-44: Could not find name `is_grouped` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:130:24-34: Could not find name `is_grouped` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:163:21-32: Could not find name `OpcodeClass` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:164:21-32: Could not find name `OpcodeClass` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:201:45-56: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:202:41-61: Could not find name `EpilogueFunctor3xTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:206:36-54: Could not find name `SubstituteTemplate` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:211:21-36: Could not find name `is_block_scaled` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:212:59-67: Could not find name `DataType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:216:36-57: Object of class `EmitGemmUniversal3xInstanceWithEVT` has no attribute `epilogue_functor` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:219:17-32: Could not find name `is_block_scaled` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:220:55-63: Could not find name `DataType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:228:17-28: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:230:41-52: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:231:6-27: Could not find name `ComplexTransformTag3x` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:234:17-28: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:236:41-52: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:237:6-27: Could not find name `ComplexTransformTag3x` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:239:38-57: Could not find name `EpilogueScheduleTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:241:37-48: Could not find name `OpcodeClass` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:243:21-41: Could not find name `EpilogueScheduleType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:244:21-41: Could not find name `EpilogueScheduleType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:246:27-37: Could not find name `is_grouped` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:247:66-85: Could not find name `to_grouped_schedule` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:248:21-39: Could not find name `KernelScheduleType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:252:50-69: Could not find name `EpilogueScheduleTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:253:29-48: Could not find name `to_grouped_schedule` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:254:33-53: Could not find name `EpilogueScheduleType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:257:66-85: Could not find name `to_grouped_schedule` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:258:21-39: Could not find name `KernelScheduleType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:262:50-69: Could not find name `EpilogueScheduleTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:263:29-48: Could not find name `to_grouped_schedule` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:264:33-53: Could not find name `EpilogueScheduleType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:267:65-76: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:268:65-76: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:271:28-37: Could not find name `LayoutTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:272:28-37: Could not find name `LayoutTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:277:32-44: Could not find name `DataTypeSize` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:278:32-44: Could not find name `DataTypeSize` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:287:30-41: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:288:28-39: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:289:29-40: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:290:28-39: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:332:21-35: Could not find name `MixedInputMode` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:333:21-35: Could not find name `MixedInputMode` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:334:21-35: Could not find name `MixedInputMode` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:340:36-44: Could not find name `DataType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:341:35-43: Could not find name `DataType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:341:66-74: Could not find name `DataType` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:368:30-41: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:370:32-41: Could not find name `LayoutTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:372:30-41: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:374:32-41: Could not find name `LayoutTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:376:40-51: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:377:38-52: Could not find name `OpcodeClassTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:378:37-51: Could not find name `OpcodeClassTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:398:40-57: Could not find name `KernelScheduleTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:407:32-51: Could not find name `ComplexTransformTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:408:32-51: Could not find name `ComplexTransformTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:409:35-51: Could not find name `MathOperationTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:413:41-52: Could not find name `DataTypeTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:414:39-55: Could not find name `TileSchedulerTag` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/lib_extensions/gemm_operation_extensions.py:418:20-38: Could not find name `SubstituteTemplate` [unknown-name]
ERROR torch/_inductor/codegen/cutlass/python_evt.py:60:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/python_evt.py:298:18-35: Object of class `Expr` has no attribute `get_layout` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/serialization.py:69:9-62: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:131:9-45: Cannot find module `cutlass_library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:132:9-75: Cannot find module `cutlass_library.gemm_operation` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:133:9-141:10: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:275:9-60: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:360:9-45: Cannot find module `cutlass_library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:361:9-88: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:444:9-45: Cannot find module `cutlass_library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/serialization.py:445:9-449:10: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/template.py:343:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:344:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:345:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:346:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:347:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:348:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:349:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:350:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:351:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:352:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:353:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:357:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/template.py:358:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:32:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:32:59-70: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:32:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:33:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:34:6-16: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:34:18-32: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:34:34-53: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:34:55-65: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:34:67-84: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:168:20-45: Cannot find module `cutlass_library.generator` [missing-import]
ERROR torch/_inductor/codegen/cutlass/utils.py:169:20-43: Cannot find module `cutlass_library.library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/utils.py:170:20-44: Cannot find module `cutlass_library.manifest` [missing-import]
ERROR torch/_inductor/codegen/cutlass/utils.py:281:12-58: Cannot find module `cutlass_library.generator` [missing-import]
ERROR torch/_inductor/codegen/cutlass/utils.py:282:12-56: Cannot find module `cutlass_library.manifest` [missing-import]
ERROR torch/_inductor/codegen/cutlass/utils.py:355:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:356:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:357:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:358:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:363:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:364:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:365:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:366:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:372:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:378:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:380:25-35: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:382:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:384:25-44: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:386:25-42: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:394:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:399:12-27: Cannot find module `cutlass_library` [missing-import]
ERROR torch/_inductor/codegen/cutlass/utils.py:401:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:406:25-35: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:408:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:410:25-35: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:412:25-36: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:414:25-36: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:416:25-44: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:418:25-42: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:425:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:426:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:439:10-27: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:439:29-48: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:441:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:447:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:448:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:453:23-33: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:453:35-49: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:454:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:455:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:460:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:461:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:462:9-20: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:463:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:464:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:466:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:467:25-35: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:468:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:479:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:485:24-34: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:485:36-50: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:487:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:490:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:491:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:492:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:493:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/cutlass/utils.py:496:25-36: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/debug_utils.py:11:19-39: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/_inductor/codegen/debug_utils.py:41:17-31: No attribute `std_mean` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/debug_utils.py:42:18-31: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:64:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:64:28-39: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:238:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:239:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:240:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:241:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:242:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:243:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:244:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:245:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:246:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:247:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:248:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:249:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:250:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:259:65-76: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:260:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:261:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:261:33-47: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:262:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:270:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:271:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:274:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:279:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:279:60-71: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:280:26-39: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:280:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:283:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:283:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:438:9-20: Class member `HalideOverrides.bitwise_and` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:442:9-20: Class member `HalideOverrides.bitwise_not` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:446:9-19: Class member `HalideOverrides.bitwise_or` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:450:9-20: Class member `HalideOverrides.bitwise_xor` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:454:9-27: Class member `HalideOverrides.bitwise_left_shift` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:458:9-28: Class member `HalideOverrides.bitwise_right_shift` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:560:9-13: Class member `HalideOverrides.sign` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:561:45-55: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:562:46-56: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:597:26-37: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:597:39-50: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:612:9-26: Class member `HalideOverrides.indirect_indexing` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:614:45-56: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:676:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:797:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:846:29-59: Argument `type[UndefinedFunction]` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.evaluate_min` [bad-argument-type]
ERROR torch/_inductor/codegen/halide.py:857:25-55: Argument `type[UndefinedFunction]` is not assignable to parameter `length` with type `Expr` in function `torch._inductor.codegen.simd.IterationRangesRoot.lookup` [bad-argument-type]
ERROR torch/_inductor/codegen/halide.py:891:42-43: Argument `Literal[1]` is not assignable to parameter `divisor` with type `Expr` in function `torch._inductor.codegen.simd.IterationRangesRoot.lookup` [bad-argument-type]
ERROR torch/_inductor/codegen/halide.py:958:33-45: `*` is not supported between `Literal[1]` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:970:29-83: Argument `type[UndefinedFunction]` is not assignable to parameter with type `Expr` [bad-argument-type]
ERROR torch/_inductor/codegen/halide.py:1054:17-49: `+=` is not supported between `None` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1062:25-43: `+=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1065:32-70: `list[tuple[list[Basic], Expr | Unknown] | tuple[list[Symbol], Expr]]` is not assignable to variable `split_failed` with type `list[tuple[list[Symbol], Expr]]` [bad-assignment]
ERROR torch/_inductor/codegen/halide.py:1078:17-84: `+` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1085:47-58: `/` is not supported between `Mul` and `Integer` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1093:17-42: `+=` is not supported between `Expr` and `None` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1219:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:1219:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:1220:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:1285:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:1286:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:1331:17-48: `*=` is not supported between `Literal[1]` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1385:9-13: Class member `HalideKernel.scan` overrides parent class `SIMDKernel` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/halide.py:1387:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/halide.py:1430:39-67: `-` is not supported between `Symbol` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/codegen/halide.py:1779:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/memory_planning.py:368:16-85: `+` is not supported between `type[UndefinedFunction]` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/memory_planning.py:388:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/memory_planning.py:468:27-38: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/memory_planning.py:490:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:16:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:17:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:18:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:26:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:27:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:28:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:29:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:30:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:31:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:32:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:33:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:34:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:500:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/metal_flex_attention_template.py:518:36-49: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:43:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:44:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:45:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:46:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:47:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:48:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:49:5-16: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:50:5-15: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:51:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:76:12-27: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:83:42-57: `&` is not supported between `Basic` and `int` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:83:49-56: `-` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:88:16-31: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:130:12-29: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:132:20-31: `<` is not supported between `Basic` and `Literal[0]` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:137:82-90: Unary `-` is not supported on `Basic` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:156:12-27: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:194:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:195:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:198:21-33: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:207:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:207:56-67: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:212:9-17: Class member `MetalOverrides.constant` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/mps.py:212:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:216:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:224:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:230:9-15: Class member `MetalOverrides.masked` overrides parent class `OpOverrides` in an inconsistent manner [bad-override]
ERROR torch/_inductor/codegen/mps.py:243:18-22: Expected a callable, got `Expr` [not-callable]
ERROR torch/_inductor/codegen/mps.py:372:9-12: Class member `MetalOverrides.neg` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/mps.py:562:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:571:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:571:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:576:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:613:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:619:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:626:39-49: Argument `int` is not assignable to parameter with type `Expr` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:635:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:636:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:651:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:652:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:678:17-41: `*=` is not supported between `Float` and `Integer` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:678:17-41: `*=` is not supported between `Rational` and `Integer` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:680:17-682:18: `*=` is not supported between `Literal[1]` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:680:17-682:18: `*=` is not supported between `Float` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:680:17-682:18: `*=` is not supported between `Rational` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:722:51-65: Argument `Expr | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:740:51-65: Argument `Expr | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:760:56-70: Argument `Expr | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:761:51-65: Argument `Expr | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:797:55-73: Argument `(Integer & Min) | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:802:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:805:50-68: Argument `(Integer & Min) | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:814:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:819:50-68: Argument `(Integer & Min) | int` is not assignable to parameter `elem_count` with type `int | None` in function `MetalKernel._new_idxvar` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:833:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:871:25-873:14: `//` is not supported between `Float` and `float` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:871:25-873:14: `//` is not supported between `Integer` and `float` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:871:25-873:14: `//` is not supported between `Order` and `float` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:871:25-873:14: `//` is not supported between `Rational` and `float` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:871:26-73: `+` is not supported between `Symbol` and `float` [unsupported-operation]
ERROR torch/_inductor/codegen/mps.py:980:49-982:18: No matching overload found for function `math.prod` called with arguments: (Generator[Expr]) [no-matching-overload]
ERROR torch/_inductor/codegen/mps.py:1003:33-46: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/mps.py:1067:42-43: Argument `Expr` is not assignable to parameter `sym` with type `Symbol` in function `torch._inductor.codegen.wrapper.PythonWrapperCodegen.ensure_size_computed` [bad-argument-type]
ERROR torch/_inductor/codegen/mps.py:1146:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/kernel_cache.py:26:12-23: Cannot find module `cutlass_api` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:71:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:116:16-27: Cannot find module `cutlass_api` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:131:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:132:63-73: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:163:13-59: Cannot find module `cutlass_api.arguments` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:209:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:292:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:327:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:349:12-23: Cannot find module `cutlass_api` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:384:9-55: Cannot find module `cutlass_api.arguments` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:476:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:492:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:501:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:525:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:533:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm.py:566:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_kernel.py:204:23-42: Argument `int` is not assignable to parameter `count` with type `Expr` in function `torch._inductor.codegen.common.WorkspaceArg.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:32:5-64: Cannot find module `cutlass_api.library` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:56:16-23: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:59:35-57: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:60:35-54: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:61:33-50: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:62:36-56: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:63:31-45: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:64:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/nv_universal_gemm/nv_universal_gemm_utils.py:65:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:42:26-38: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.codegen.common.PythonPrinter.doprint` [bad-argument-type]
ERROR torch/_inductor/codegen/pallas.py:43:26-38: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.codegen.common.PythonPrinter.doprint` [bad-argument-type]
ERROR torch/_inductor/codegen/pallas.py:44:26-38: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.codegen.common.PythonPrinter.doprint` [bad-argument-type]
ERROR torch/_inductor/codegen/pallas.py:49:30-33: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.codegen.common.PythonPrinter.doprint` [bad-argument-type]
ERROR torch/_inductor/codegen/pallas.py:57:30-33: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.codegen.common.PythonPrinter.doprint` [bad-argument-type]
ERROR torch/_inductor/codegen/pallas.py:209:9-12: Class member `PallasKernelOverrides.neg` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:282:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:283:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:287:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:288:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:294:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:294:65-76: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:302:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:319:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:325:9-17: Class member `PallasKernelOverrides.constant` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:325:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:328:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:415:9-20: Class member `PallasKernelOverrides.logical_not` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:759:9-12: Class member `PallasKernelOverrides.fma` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:793:9-20: Class member `PallasKernelOverrides.bitwise_and` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:797:9-19: Class member `PallasKernelOverrides.bitwise_or` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:801:9-20: Class member `PallasKernelOverrides.bitwise_xor` overrides parent class `OpOverrides` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/codegen/pallas.py:1073:20-30: `<` is not supported between `Expr` and `Literal[0]` [unsupported-operation]
ERROR torch/_inductor/codegen/pallas.py:1142:36-45: Argument `set[Basic]` is not assignable to parameter `*others` with type `Iterable[Symbol]` in function `torch.utils._ordered_set.OrderedSet.update` [bad-argument-type]
ERROR torch/_inductor/codegen/pallas.py:1157:16-58: Returned type `set[Basic]` is not assignable to declared return type `OrderedSet[Unknown]` [bad-return]
ERROR torch/_inductor/codegen/pallas.py:1165:16-75: Returned type `list[Basic]` is not assignable to declared return type `list[Symbol]` [bad-return]
ERROR torch/_inductor/codegen/pallas.py:1781:28-45: Object of class `Basic` has no attribute `as_coeff_Mul` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:1899:33-46: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:1944:13-57: `*=` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/pallas.py:2196:44-60: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/pallas.py:3288:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:3289:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/pallas.py:4153:30-37: No matching overload found for function `math.prod` called with arguments: (tuple[Expr | int, ...]) [no-matching-overload]
ERROR torch/_inductor/codegen/pallas.py:4919:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:18:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:19:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:20:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:21:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:22:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:23:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:24:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:25:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:26:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_template.py:27:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:13:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:14:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:15:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:16:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:17:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:18:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:19:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:20:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:21:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_tile_template.py:22:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_universal_gemm_template.py:509:25-36: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_universal_gemm_template.py:510:25-36: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/ck_universal_gemm_template.py:895:12-26: `//` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/rocm/ck_universal_gemm_template.py:895:12-26: `//` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/codegen/rocm/ck_universal_gemm_template.py:895:12-26: `//` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/rocm/ck_universal_gemm_template.py:895:20-26: `Expr | int` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_inductor/codegen/rocm/compile_command.py:22:9-37: Cannot find module `libfb.py` [missing-import]
ERROR torch/_inductor/codegen/rocm/rocm_benchmark_request.py:77:30-41: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_benchmark_request.py:79:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_kernel.py:187:23-48: Argument `int` is not assignable to parameter `count` with type `Expr` in function `torch._inductor.codegen.common.WorkspaceArg.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/rocm/rocm_utils.py:11:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_utils.py:12:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_utils.py:13:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_utils.py:14:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_utils.py:15:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/rocm/rocm_utils.py:16:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:257:53-69: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:267:17-21: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `IterationRangesEntry.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:273:24-28: Cannot set item in `dict[Expr, IterationRangesEntry]` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:274:27-31: Cannot index into `dict[Expr, IterationRangesEntry]` [bad-index]
ERROR torch/_inductor/codegen/simd.py:330:42-73: Argument `type[UndefinedFunction]` is not assignable to parameter `length` with type `Expr` in function `IterationRangesRoot.lookup` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:335:38-67: Argument `type[UndefinedFunction]` is not assignable to parameter `length` with type `Expr` in function `IterationRangesRoot.lookup` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:351:19-40: `/` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:391:45-48: Argument `Basic` is not assignable to parameter `object` with type `Expr` in function `list.append` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:572:66-83: Argument `dict[Symbol, Expr]` is not assignable to parameter with type `dict[Expr, Expr]` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:630:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:633:49-60: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:739:52-53: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:741:39-58: Argument `dict[Basic, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:758:20-89: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/codegen/simd.py:808:16-811:10: Returned type `list[list[Symbol]]` is not assignable to declared return type `list[Symbol]` [bad-return]
ERROR torch/_inductor/codegen/simd.py:809:30-36: Argument `Expr` is not assignable to parameter `lengths` with type `list[Expr]` in function `IterationRangesRoot.construct` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:849:28-36: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:892:29-43: Argument `list[type[UndefinedFunction] | Unknown]` is not assignable to parameter `sizes` with type `list[Expr]` in function `make_combined` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:896:62-67: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `add_range` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:917:44-84: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_gt` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:930:29-36: Argument `list[type[UndefinedFunction]]` is not assignable to parameter `sizes` with type `list[Expr]` in function `make_combined` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:933:62-67: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `add_range` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:965:17-60: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:1041:39-59: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:1062:47-53: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1111:21-74: `Basic | Expr` is not assignable to variable `index` with type `Expr` [bad-assignment]
ERROR torch/_inductor/codegen/simd.py:1142:49-71: Argument `dict[Symbol, Unknown]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1151:38-48: Argument `Basic | Unknown` is not assignable to parameter `expr` with type `Expr` in function `SIMDKernel.codegen_indexing` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1177:60-77: Argument `dict[Symbol, Expr]` is not assignable to parameter with type `dict[Expr, Expr]` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1250:26-1252:14: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:1469:16-43: Returned type `Basic | Expr` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/codegen/simd.py:1609:16-74: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/codegen/simd.py:1678:17-50: `*` is not supported between `Symbol` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:1680:22-68: `*` is not supported between `Symbol` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:1687:13-28: Argument `list[Symbol]` is not assignable to parameter `reduce_remapped` with type `list[Expr]` in function `_GroupedReductionVars.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1716:23-70: Argument `type[UndefinedFunction]` is not assignable to parameter `numel` with type `Expr` in function `DerivedIterationRangesRoot.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1718:30-1720:18: Argument `type[UndefinedFunction]` is not assignable to parameter `block_offset` with type `Expr` in function `DerivedIterationRangesRoot.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1721:33-82: Argument `tuple[tuple[Symbol, Integer, Literal[True]], tuple[Symbol, type[UndefinedFunction], Literal[True]]]` is not assignable to parameter `named_constants` with type `tuple[tuple[Symbol, Expr, bool], ...]` in function `DerivedIterationRangesRoot.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:1911:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:1912:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:2321:19-30: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:2491:65-66: Argument `Expr | int` is not assignable to parameter `x` with type `Expr` in function `torch._inductor.codegen.wrapper.PythonWrapperCodegen.codegen_python_sizevar` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:2499:68-79: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:2935:47-52: Argument `tuple[Expr, ...]` is not assignable to parameter `numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:2935:54-60: Argument `tuple[Expr, ...]` is not assignable to parameter `reduction_numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:2968:19-30: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:2968:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd.py:3458:36-41: Argument `tuple[Expr, ...]` is not assignable to parameter `numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:3458:43-49: Argument `tuple[Expr, ...]` is not assignable to parameter `reduction_numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:3467:62-67: Argument `tuple[Expr, ...]` is not assignable to parameter `numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:3467:69-75: Argument `tuple[Expr, ...]` is not assignable to parameter `reduction_numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:3660:25-89: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:3753:23-46: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:3938:36-45: Argument `list[int]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:3943:36-46: Argument `list[int]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:3968:28-48: Returned type `tuple[list[Expr], list[int]]` is not assignable to declared return type `tuple[list[int], list[int]]` [bad-return]
ERROR torch/_inductor/codegen/simd.py:3999:35-51: `*` is not supported between `int` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4074:35-43: Argument `list[int]` is not assignable to parameter `pw_tiling` with type `Sequence[Expr]` in function `SIMDScheduling.create_tiling` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:4074:45-54: Argument `list[int]` is not assignable to parameter `reduction_tiling` with type `Sequence[Expr]` in function `SIMDScheduling.create_tiling` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:4077:46-54: Argument `list[int]` is not assignable to parameter `pw_tiling` with type `Sequence[Expr]` in function `SIMDScheduling.create_tiling` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:4077:56-65: Argument `list[int]` is not assignable to parameter `reduction_tiling` with type `Sequence[Expr]` in function `SIMDScheduling.create_tiling` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:4279:25-32: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4279:25-32: `-` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4279:25-32: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4281:25-32: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4281:25-32: `-` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4281:25-32: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4285:29-36: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4285:29-36: `-` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4285:29-36: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd.py:4286:70-72: Argument `Expr | int` is not assignable to parameter `numerator` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_multiple_of` [bad-argument-type]
ERROR torch/_inductor/codegen/simd.py:4296:24-34: Returned type `dict[str, Expr | int | type[UndefinedFunction]]` is not assignable to declared return type `dict[str, Expr] | None` [bad-return]
ERROR torch/_inductor/codegen/simd.py:4318:35-50: Argument `Literal[1] | Unknown` is not assignable to parameter `reduction_numel` with type `Expr` in function `SIMDScheduling.get_first_compatible_tiling` [bad-argument-type]
ERROR torch/_inductor/codegen/simd_kernel_features.py:133:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd_kernel_features.py:144:23-56: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:149:20-31: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd_kernel_features.py:150:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/simd_kernel_features.py:205:34-67: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:374:46-52: Argument `list[list[Expr]]` is not assignable to parameter `lengths` with type `list[Expr]` in function `MemoryEstimator.make_flat_range` [bad-argument-type]
ERROR torch/_inductor/codegen/simd_kernel_features.py:393:16-37: Returned type `list[type[UndefinedFunction]]` is not assignable to declared return type `list[Expr]` [bad-return]
ERROR torch/_inductor/codegen/simd_kernel_features.py:453:43-454:50: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:455:34-88: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:476:16-78: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:516:43-517:49: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:518:34-88: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/simd_kernel_features.py:531:16-78: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/subgraph.py:202:44-56: Object of class `Expr` has no attribute `name` [missing-attribute]
ERROR torch/_inductor/codegen/subgraph.py:203:56-68: Object of class `Expr` has no attribute `name` [missing-attribute]
ERROR torch/_inductor/codegen/subgraph.py:583:35-54: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/triton_combo_kernel.py:1237:29-53: Argument `dict[str, Expr] | None` is not assignable to parameter `tiling_scores` with type `dict[str, int] | None` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.get_reduction_hint` [bad-argument-type]
ERROR torch/_inductor/codegen/triton_split_scan.py:91:16-37: Cannot find module `triton.language` [missing-import]
ERROR torch/_inductor/codegen/triton_split_scan.py:123:22-76: `*` is not supported between `Expr` and `CeilDiv` [unsupported-operation]
ERROR torch/_inductor/codegen/triton_split_scan.py:128:67-73: Argument `int` is not assignable to parameter `index` with type `Expr` in function `torch._inductor.codegen.simd.SIMDKernel.index_to_str` [bad-argument-type]
ERROR torch/_inductor/codegen/triton_utils.py:41:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/triton_utils.py:45:17-36: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/triton_utils.py:116:23-34: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/triton_utils.py:116:35-46: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper.py:26:19-39: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/_inductor/codegen/wrapper.py:87:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/codegen/wrapper.py:100:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper.py:100:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper.py:101:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper.py:101:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper.py:343:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/codegen/wrapper.py:346:5-59: Cannot find module `triton.language.core` [missing-import]
ERROR torch/_inductor/codegen/wrapper.py:711:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper.py:1519:34-59: Could not import `_cuda_getCurrentRawStream` from `torch._C` [missing-module-attribute]
ERROR torch/_inductor/codegen/wrapper.py:1615:47-63: Argument `Sequence[_IntLike]` is not assignable to parameter `shape` with type `Sequence[Expr]` in function `PythonWrapperCodegen.codegen_shape_tuple` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper.py:2430:56-61: Argument `Expr | Symbol | TensorBox | TorchBindObject` is not assignable to parameter `value` with type `TensorBox` in function `PythonWrapperCodegen.codegen_input_symbol_assignment` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper.py:2991:41-52: Argument `list[SymInt | int] | None` is not assignable to parameter `block_shape` with type `list[Expr] | None` in function `torch._inductor.codegen.common.TMADescriptorArg.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper.py:3076:45-48: Cannot set item in `dict[Symbol, Symbol]` [unsupported-operation]
ERROR torch/_inductor/codegen/wrapper.py:3079:45-64: Argument `dict[Symbol, Symbol]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper.py:3094:48-52: Argument `list[Expr | int]` is not assignable to parameter `iterable` with type `Iterable[Expr]` in function `map.__new__` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper.py:3096:53-57: Argument `list[Expr | int]` is not assignable to parameter `iterable` with type `Iterable[Expr]` in function `map.__new__` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper.py:3695:20-26: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/codegen/wrapper.py:4481:9-25: Class member `SubgraphPythonWrapperCodegen.get_graph_inputs` overrides parent class `PythonWrapperCodegen` in an inconsistent manner [bad-override]
ERROR torch/_inductor/codegen/wrapper.py:4490:16-22: Returned type `dict[str, Expr | IRNode | Symbol | TorchBindObject] | dict[str, Expr | TensorBox | TorchBindObject]` is not assignable to declared return type `dict[str, Expr | TensorBox | TorchBindObject | None]` [bad-return]
ERROR torch/_inductor/codegen/wrapper_fxir.py:137:16-48: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/codegen/wrapper_fxir.py:139:12-46: Returned type `tuple[Any, dict[Any, Any]]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/codegen/wrapper_fxir.py:196:16-39: Returned type `dict[str, Expr | TensorBox | TorchBindObject]` is not assignable to declared return type `dict[str, Expr | TensorBox | TorchBindObject | None]` [bad-return]
ERROR torch/_inductor/codegen/wrapper_fxir.py:336:13-29: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper_fxir.py:409:39-46: Argument `Expr | TensorBox | TorchBindObject` is not assignable to parameter `node` with type `IRNode` in function `FxConverter._get_buffer` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper_fxir.py:477:20-47: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper_fxir.py:479:25-59: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `replace_floor_div` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper_fxir.py:484:36-52: Cannot set item in `dict[Expr, Proxy]` [unsupported-operation]
ERROR torch/_inductor/codegen/wrapper_fxir.py:499:25-31: Argument `Expr | int` is not assignable to parameter `sym_or_exp` with type `Expr | Symbol` in function `_codegen_symbol` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper_fxir.py:537:27-44: Argument `Sequence[Expr] | list[Expr]` is not assignable to parameter `count` with type `Expr` in function `torch._inductor.codegen.common.WorkspaceArg.__init__` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper_fxir.py:650:51-69: Argument `dict[Expr, Proxy]` is not assignable to parameter `env` with type `dict[Symbol, Any]` in function `torch.utils._sympy.interp.sympy_interp` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper_fxir.py:656:33-36: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `FxConverter._sympy_interp` [bad-argument-type]
ERROR torch/_inductor/codegen/wrapper_fxir.py:696:13-32: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper_fxir.py:830:18-59: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/codegen/wrapper_fxir.py:973:13-46: Cannot find module `triton.runtime` [missing-import]
ERROR torch/_inductor/codegen/wrapper_fxir.py:1000:24-43: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/wrapper_fxir.py:1093:56-60: Argument `list[Expr | int]` is not assignable to parameter `shape` with type `Sequence[Expr]` in function `FxConverter._generate_sym_nodes` [bad-argument-type]
ERROR torch/_inductor/codegen/xpu/xpu_combined_scheduling.py:47:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/codegen/xpu/xpu_combined_scheduling.py:76:9-17: Class member `XPUCombinedScheduling.group_fn` overrides parent class `BaseScheduling` in an inconsistent manner [bad-override]
ERROR torch/_inductor/comm_analysis.py:187:34-44: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/comm_analysis.py:194:34-44: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/comm_analysis.py:467:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/comm_analysis.py:852:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/comm_analysis.py:863:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/comms.py:70:34-46: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_inductor/comms.py:71:9-21: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/comms.py:2137:12-19: Returned type `float | object` is not assignable to declared return type `float` [bad-return]
ERROR torch/_inductor/compile_fx.py:384:21-32: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:531:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:671:47-60: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:1934:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:1944:8-41: No attribute `_debug_has_internal_overlap` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:2262:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:2939:36-57: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:3018:49-67: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:3044:27-60: No attribute `_is_any_autocast_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:3046:17-42: No attribute `_DisableAutocast` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:3146:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:3164:36-50: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx.py:3221:29-47: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/compile_fx_subproc.py:33:9-29: Class member `_SubprocessFxCompile._send_to_child_async` overrides parent class `_OutOfProcessFxCompile` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/compile_worker/__main__.py:30:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/compile_worker/utils.py:41:5-31: No attribute `_initCrashHandler` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/config.py:1436:9-37: Cannot find module `libfb.py` [missing-import]
ERROR torch/_inductor/constant_folding.py:131:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/constant_folding.py:194:9-17: Class member `ConstantFolder.run_node` overrides parent class `Interpreter` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/constant_folding.py:244:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/constant_folding.py:258:17-38: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cpp_builder.py:38:5-64: Cannot find module `triton.fb.build` [missing-import]
ERROR torch/_inductor/cpp_builder.py:40:5-45:6: Cannot find module `torch._inductor.fb.utils` [missing-import]
ERROR torch/_inductor/cpu_vec_isa.py:52:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:101:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:101:46-57: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:229:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:229:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:229:60-73: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:251:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:251:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:251:61-74: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:270:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:270:42-56: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:270:62-75: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:323:9-20: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:324:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:325:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:326:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:327:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:442:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:442:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:442:61-74: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:459:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:459:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:459:61-74: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:472:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:472:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cpu_vec_isa.py:472:61-74: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:117:9-61: Could not import `_cuda_CUDAAllocator_AllocatorState` from `torch._C` [missing-module-attribute]
ERROR torch/_inductor/cudagraph_trees.py:118:9-36: Could not import `_set_cached_tensors_enabled` from `torch._C` [missing-module-attribute]
ERROR torch/_inductor/cudagraph_trees.py:180:5-41: No attribute `_cuda_clearCublasWorkspaces` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:195:12-57: No attribute `_cuda_get_conv_benchmark_empty_cache` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:196:5-51: No attribute `_cudnn_set_conv_benchmark_empty_cache` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:200:9-55: No attribute `_cudnn_set_conv_benchmark_empty_cache` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:206:15-46: No attribute `_cuda_isHistoryEnabled` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:324:5-31: No attribute `_stash_obj_in_tls` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:325:5-31: No attribute `_stash_obj_in_tls` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:355:12-35: No attribute `_is_key_in_tls` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:377:12-35: No attribute `_is_key_in_tls` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:380:12-36: No attribute `_get_obj_in_tls` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:595:22-49: No attribute `_storage_Use_Count` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:640:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:644:9-56: No attribute `_cuda_beginAllocateCurrentThreadToPool` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:648:13-45: No attribute `_cuda_endAllocateToPool` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:649:13-39: No attribute `_cuda_releasePool` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1064:64-79: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1163:16-49: No attribute `_debug_has_internal_overlap` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1173:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1179:21-65: No attribute `_tensors_data_ptrs_at_indices_equal` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1480:43-76: No attribute `_cuda_getCheckpointState` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1534:13-40: No attribute `_add_cached_tensor` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1726:17-47: No attribute `_remove_cached_tensor` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1767:16-61: No attribute `_construct_storage_from_data_pointer` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1794:50-65: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1825:16-60: No attribute `_tensors_data_ptrs_at_indices_equal` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1850:21-65: No attribute `_tensors_data_ptrs_at_indices_equal` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:1929:8-47: No attribute `_cuda_checkPoolLiveAllocations` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2077:9-45: No attribute `_set_cached_tensors_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2707:17-55: No attribute `_set_storage_access_error_msg` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2742:17-52: No attribute `_free_And_Remove_DeleterFn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2747:17-64: No attribute `_set_storage_data_ptr_access_error_msg` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2781:9-46: No attribute `_cuda_setCheckpointPoolState` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2791:13-59: No attribute `_cuda_cudaCachingAllocator_raw_delete` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_trees.py:2801:24-54: No attribute `_has_Standard_Deleter` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/cudagraph_utils.py:323:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_utils.py:326:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_utils.py:331:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_utils.py:333:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/cudagraph_utils.py:371:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/debug.py:688:32-82: Argument `tuple[int, ...]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/debug.py:689:32-691:26: Argument `int` is not assignable to parameter `offset` with type `Expr` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/debug.py:891:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:166:15-38: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:170:16-25: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:171:12-21: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:181:15-38: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:186:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:187:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:188:12-25: No attribute `addcmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:265:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:281:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:300:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:305:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:358:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:380:20-29: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:392:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:411:19-28: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:431:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:454:33-44: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:454:53-64: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:463:20-29: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:538:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:539:13-24: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:539:48-59: No attribute `atan2` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:550:10-29: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:551:11-22: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:552:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:552:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:586:20-39: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:615:41-47: Object of class `float` has no attribute `view`
Object of class `int` has no attribute `view` [missing-attribute]
ERROR torch/_inductor/decomposition.py:616:14-27: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:637:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:637:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:642:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:642:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:651:22-32: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:652:16-25: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:662:22-32: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:663:16-25: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:676:12-24: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:677:23-46: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:692:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:715:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:716:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:717:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:720:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:720:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:726:25-46: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:727:18-28: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:739:26-39: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:741:18-28: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:759:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:760:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:761:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:761:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:767:25-46: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:789:23-33: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:794:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:860:37-48: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:862:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:864:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:868:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:886:21-33: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:888:43-66: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:933:41-61: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/decomposition.py:999:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1009:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1011:24-37: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1013:13-22: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1014:30-41: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1014:62-71: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1015:18-29: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1016:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1016:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1027:17-32: No attribute `index_put` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1050:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1053:20-29: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1088:16-31: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1091:22-37: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1094:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1114:18-29: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1161:26-37: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1161:38-48: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1255:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1260:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1261:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1281:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1281:42-53: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1284:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1285:15-33: No attribute `searchsorted` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1286:49-60: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/decomposition.py:1288:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/dependencies.py:219:35-59: Argument `tuple[Expr, ...]` is not assignable to parameter `var_names` with type `tuple[Symbol, ...]` in function `MemoryDep.__init__` [bad-argument-type]
ERROR torch/_inductor/dependencies.py:231:69-80: Argument `dict[Symbol, Expr]` is not assignable to parameter with type `dict[Expr, Expr]` [bad-argument-type]
ERROR torch/_inductor/dependencies.py:584:9-18: Class member `_RecordLoadStoreInner.load_seed` overrides parent class `MockHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/dependencies.py:596:9-19: Class member `_RecordLoadStoreInner.index_expr` overrides parent class `MockHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/dependencies.py:596:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dependencies.py:599:9-19: Class member `_RecordLoadStoreInner.value_expr` overrides parent class `MockHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/dependencies.py:599:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dependencies.py:607:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dependencies.py:656:47-55: Argument `list[int]` is not assignable to parameter `iterable` with type `Iterable[Expr]` in function `map.__new__` [bad-argument-type]
ERROR torch/_inductor/dependencies.py:741:13-50: Argument `tuple[Unknown, None, None, None]` is not assignable to parameter `boundaries` with type `tuple[str, Expr, Expr, Expr]` in function `_RecordLoadStoreInner.bucketize` [bad-argument-type]
ERROR torch/_inductor/dependencies.py:767:16-40: `list[_IntLike]` is not assignable to variable `size` with type `list[Expr] | None` [bad-assignment]
ERROR torch/_inductor/dependencies.py:834:9-26: Class member `FreeSymbolsOpsHandler.indirect_indexing` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/dependencies.py:845:9-14: Class member `FreeSymbolsOpsHandler.frexp` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/dependencies.py:860:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dependencies.py:861:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:23:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:25:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:26:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:27:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:28:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:35:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:47:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:52:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:54:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:143:16-36: Object of class `Expr` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:188:74-84: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:202:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:206:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:206:62-73: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:212:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:212:68-79: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:216:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:220:67-78: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:221:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:226:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:238:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:242:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:242:61-72: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:248:26-37: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:248:39-50: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:256:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:256:61-72: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:266:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:267:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:269:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:274:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:274:53-64: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:275:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:279:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:283:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:287:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:291:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:295:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:306:20-33: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:310:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:316:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:317:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:320:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:321:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:324:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:325:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:328:66-77: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:329:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:337:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:337:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:338:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:355:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:359:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:365:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:365:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:369:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:376:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:379:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:383:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:387:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:387:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:391:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:395:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:395:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:397:37-48: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:401:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:405:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:409:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:417:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:421:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:425:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:429:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:435:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:435:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:439:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:439:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:443:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:447:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:453:16-27: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:456:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:458:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:465:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:473:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/dtype_propagation.py:487:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/freezing.py:281:43-62: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/freezing.py:289:39-58: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/apply_gumbel_max_trick.py:12:9-21: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/apply_gumbel_max_trick.py:58:35-44: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/auto_chunker/applier.py:182:27-38: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/auto_chunker/applier.py:194:34-47: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/auto_chunker/applier.py:407:38-51: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:228:9-229:24: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:228:9-229:24: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:228:9-229:24: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:228:9-230:24: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:231:20-51: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:250:9-251:24: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:250:9-251:24: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:250:9-251:24: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:250:9-252:24: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:253:20-51: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:452:24-32: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:452:42-50: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:454:24-32: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:454:45-53: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:531:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:531:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/b2b_gemm.py:605:18-27: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:19:39-52: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:19:54-68: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:29:51-64: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:154:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:159:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:160:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:165:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:170:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:171:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:214:57-70: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:214:72-86: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:268:57-70: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:268:72-86: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/binary_folding.py:311:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/control_dependencies.py:16:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_inductor/fx_passes/ddp_fusion.py:65:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/ddp_fusion.py:65:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/ddp_fusion.py:131:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/ddp_fusion.py:131:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/ddp_fusion.py:442:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/decomp_comms.py:213:13-22: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/decompose_mem_bound_mm.py:230:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/decompose_mem_bound_mm.py:255:13-22: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/decompose_mem_bound_mm.py:277:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:51:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:56:21-36: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:61:19-35: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:68:20-31: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:116:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:119:21-36: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:122:19-35: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:129:20-31: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:193:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:194:9-21: No attribute `conv1d` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:195:9-21: No attribute `conv2d` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:196:9-21: No attribute `conv3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:197:9-31: No attribute `conv_transpose1d` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:198:9-31: No attribute `conv_transpose2d` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/efficient_conv_bn_eval.py:199:9-31: No attribute `conv_transpose3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:78:9-29: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:92:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:93:8-28: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:133:29-40: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:134:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:154:16-26: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:160:52-66: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:200:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:201:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:225:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:248:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:275:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/freezing_patterns.py:276:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:45:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:67:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:89:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:111:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:130:19-32: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:151:19-32: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:154:19-32: No attribute `dropout` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:179:18-31: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:180:19-32: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:181:19-32: No attribute `dropout` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:182:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:214:18-31: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:215:19-32: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:216:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:243:18-31: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:244:19-32: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:245:19-32: No attribute `dropout` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:246:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:274:18-31: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:275:19-32: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:276:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:302:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:323:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:342:19-28: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:344:12-21: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:365:10-22: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:395:18-28: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:397:12-25: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:428:14-26: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:460:18-28: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:464:13-26: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:497:20-32: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:498:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:505:25-35: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:506:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:508:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:541:20-32: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:542:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:549:25-35: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:550:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:552:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:562:18-28: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:563:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:584:18-28: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:588:13-26: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:620:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:646:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:678:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:716:20-29: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:720:23-33: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:721:40-50: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:722:19-28: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:744:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:774:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:814:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:945:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:965:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:966:39-50: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1024:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1041:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1045:9-28: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1052:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1053:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1055:34-45: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1057:31-43: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1066:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1073:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1075:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1082:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1085:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1090:19-30: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1090:32-42: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1094:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1095:49-59: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1097:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1098:49-59: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1106:58-69: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1107:57-67: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1397:21-31: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1431:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1435:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/fuse_attention.py:1487:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:28:12-64: Cannot find module `deeplearning.fbgemm.fbgemm_gpu.fb.inductor_lowerings` [missing-import]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:71:58-69: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:76:18-29: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:77:29-40: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:78:20-32: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:90:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:91:29-38: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:92:20-29: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:93:29-38: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:244:37-48: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:247:38-49: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:460:33-44: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:463:33-44: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:532:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:534:49-58: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:536:17-32: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:538:56-71: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:543:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:545:52-61: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:547:21-32: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:550:51-62: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:557:21-29: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:560:51-59: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:626:61-73: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:671:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:675:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:679:17-32: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:681:54-69: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:686:21-30: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:689:45-54: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:696:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:700:21-36: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:702:58-73: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:706:21-34: No attribute `baddbmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:712:49-62: No attribute `baddbmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:726:45-57: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:812:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:817:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:824:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:840:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:847:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:851:21-30: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:858:21-30: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:864:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:871:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:877:21-30: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:884:21-30: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:888:17-29: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:895:20-32: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:953:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:976:17-29: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:978:47-59: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1093:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1105:17-29: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1107:47-59: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1122:26-36: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1128:26-39: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1140:26-38: No attribute `detach` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1143:36-48: No attribute `detach` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1151:26-42: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/group_batch_fusion.py:1157:26-37: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:60:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:60:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:68:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:69:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:81:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:214:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:320:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:332:9-32: Class member `UniformValueConstantFolder.insertable_tensor_check` overrides parent class `ConstantFolder` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/fx_passes/joint_graph.py:411:13-22: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:490:60-83: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:495:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:496:17-29: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:497:17-29: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:498:17-29: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:545:35-48: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:643:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:740:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:784:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:784:71-82: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:788:15-28: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:788:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:788:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:788:61-74: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:922:16-24: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:974:25-35: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:975:21-30: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:975:31-45: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:976:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1027:19-38: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1028:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1031:16-26: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1062:19-38: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1063:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1066:16-26: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1154:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1154:70-81: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/joint_graph.py:1168:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/memory_estimator.py:20:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/memory_estimator.py:150:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/memory_estimator.py:330:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/micro_pipeline_tp.py:461:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/micro_pipeline_tp.py:528:32-42: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:17:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:38:17-31: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:39:16-31: No attribute `index_add` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:42:17-31: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:55:10-21: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:55:44-55: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:64:17-31: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:68:17-31: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:76:10-21: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:96:38-51: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:106:37-48: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:110:62-73: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:111:31-42: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:112:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:122:18-29: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:122:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:149:24-34: No attribute `log2` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:150:24-34: No attribute `ceil` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:151:23-34: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:153:30-41: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:168:37-48: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:172:62-73: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:173:31-42: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:174:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:181:14-25: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/misc_patterns.py:181:51-64: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:41:4-24: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:292:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:294:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:447:51-62: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:490:38-52: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:493:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:542:38-52: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:545:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:613:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:621:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:625:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:629:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:730:17-39: Object of class `Mapping` has no attribute `op`
Object of class `NoneType` has no attribute `op`
Object of class `Sequence` has no attribute `op`
Object of class `SymBool` has no attribute `op`
Object of class `SymFloat` has no attribute `op`
Object of class `SymInt` has no attribute `op`
Object of class `bool` has no attribute `op`
Object of class `complex` has no attribute `op`
Object of class `float` has no attribute `op`
Object of class `int` has no attribute `op`
Object of class `range` has no attribute `op`
Object of class `slice` has no attribute `op`
Object of class `str` has no attribute `op`
Object of class `tuple` has no attribute `op` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:917:28-42: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:917:44-57: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1083:18-28: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1180:62-76: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1186:62-75: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1220:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1221:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1226:39-52: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1227:43-56: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1279:39-52: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1280:43-56: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1284:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1285:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1292:71-84: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1300:21-37: No attribute `has_mkl` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1322:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1323:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1328:39-52: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1329:43-56: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1508:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1509:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1515:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1552:13-25: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1553:13-25: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/mkldnn_fusion.py:1558:12-28: No attribute `has_mkl` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/node_runtime_estimation.py:140:12-24: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/node_runtime_estimation.py:140:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/numeric_utils.py:61:16-30: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/numeric_utils.py:90:16-30: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/overlap_scheduling.py:849:46-58: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/overlap_scheduling.py:850:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/overlap_scheduling.py:1183:58-67: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/overlap_scheduling.py:1814:19-31: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/overlap_scheduling.py:1814:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:71:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:72:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:72:43-53: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:72:66-80: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:74:19-32: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:74:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:205:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:206:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:232:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:310:56-67: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:318:18-32: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:372:40-50: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:372:69-80: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:377:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:477:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:483:18-32: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:584:26-37: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:585:24-40: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:587:24-40: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:645:29-45: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:959:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:976:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:977:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:979:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:980:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pad_mm.py:982:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:120:13-22: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:178:8-28: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:507:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:507:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:507:66-78: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:516:17-36: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:706:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:706:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:706:66-78: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:722:17-36: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:799:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:800:8-28: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:818:10-21: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:848:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:982:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:986:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1103:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1190:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1756:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1757:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1768:17-28: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1769:15-26: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1905:54-64: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:1905:66-76: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:2010:49-61: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:2040:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:2067:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/post_grad.py:2072:21-30: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:174:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:409:8-29: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:594:29-43: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:595:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:596:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:668:32-41: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:668:43-55: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:712:21-31: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:712:33-43: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:717:57-66: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:754:38-47: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:802:16-28: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:803:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:842:60-69: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:843:60-72: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:899:16-28: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:900:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/pre_grad.py:910:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:83:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:121:13-24: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:327:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:542:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:553:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:560:9-21: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/profile_guided_estimation.py:567:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:72:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:73:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:74:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:75:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:76:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:110:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:110:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:116:22-36: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:372:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:372:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:441:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:442:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:443:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:444:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:445:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:485:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:485:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:693:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:693:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:737:38-49: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:737:51-61: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1134:24-38: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1135:29-39: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1136:29-39: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1137:29-39: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1138:33-47: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1163:24-38: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1164:33-43: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1165:33-47: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1443:17-26: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1445:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1459:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1461:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1465:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/quantization.py:1545:55-78: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:109:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:109:68-78: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:247:34-44: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:247:46-57: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:247:59-70: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:247:72-83: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reduced_atomic_contention.py:299:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reinplace.py:347:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reinplace.py:400:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/reinplace.py:1316:13-59: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_inductor/fx_passes/reinplace.py:1317:13-55: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_inductor/fx_passes/replace_random.py:25:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:37:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:39:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:101:40-51: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:102:61-72: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:146:40-51: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:147:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:172:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/replace_random.py:249:11-22: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:37:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:42:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:57:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:97:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:102:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:117:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:126:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:131:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:146:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:186:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:191:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py:206:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:55:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:92:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:97:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:111:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:119:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:124:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:140:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:180:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:185:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py:201:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:38:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:59:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:100:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:105:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:119:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:129:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:134:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:152:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:196:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:201:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py:217:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:56:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:94:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:99:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:114:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:122:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:127:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:144:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:185:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:190:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py:207:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py:40:82-105: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py:45:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py:60:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py:72:82-105: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py:77:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py:94:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:38:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:60:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:102:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:107:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:122:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:220:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:225:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:244:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:289:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:294:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:311:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:416:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:421:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:439:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:483:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:488:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py:504:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py:40:82-105: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py:45:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py:60:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py:72:82-105: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py:77:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py:94:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py:58:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py:101:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py:106:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py:125:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py:41:82-105: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py:46:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py:60:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py:73:82-105: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py:78:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py:94:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py:55:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py:87:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py:92:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py:109:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py:55:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py:95:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py:100:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py:117:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py:54:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py:93:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py:98:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py:115:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:38:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:59:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:99:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:104:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:118:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:212:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:217:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:235:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:277:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:282:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_25.py:298:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:38:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:59:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:101:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:106:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:120:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:224:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:229:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:247:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:291:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:296:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_26.py:312:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:38:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:58:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:99:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:104:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:117:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:218:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:223:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:240:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:283:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:288:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_27.py:303:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:37:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:56:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:93:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:97:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:110:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:119:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:123:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:140:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:180:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:184:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_28.py:199:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:37:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:52:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:63:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:103:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:109:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:118:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:129:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:151:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:214:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:233:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:239:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:248:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:261:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:304:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:310:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:319:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:332:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:354:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_29.py:422:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:37:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:51:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:62:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:101:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:107:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:115:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:126:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:147:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:208:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:227:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:233:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:241:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:254:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:296:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:302:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:310:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:323:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:344:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_30.py:410:94-107: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:38:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:43:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:61:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:104:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:109:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:125:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:135:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:140:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:158:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:201:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:206:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py:222:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:36:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:41:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:57:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:96:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:101:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:117:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:125:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:130:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:146:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:185:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:190:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py:206:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:39:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:44:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:61:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:105:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:110:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:125:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:136:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:141:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:158:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:202:80-103: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:207:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py:222:84-107: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:129:23-35: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:267:25-37: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:297:13-25: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:308:26-35: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:308:37-49: No attribute `concat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:351:32-41: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:357:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:368:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:440:17-30: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:444:17-30: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:468:13-26: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:481:25-36: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:504:13-24: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:529:13-25: No attribute `detach` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:732:32-41: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:732:43-54: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:806:34-46: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:806:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:858:41-50: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:858:52-63: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:865:65-74: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:888:41-52: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:941:34-46: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:941:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:978:41-50: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:978:52-63: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1022:29-40: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1045:29-44: No attribute `unflatten` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1055:29-42: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1065:29-42: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1078:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1092:25-34: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1096:58-67: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1108:37-46: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1115:25-38: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1117:58-71: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1135:41-50: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1135:52-63: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1224:44-53: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1230:41-52: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1262:13-26: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1279:13-26: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1303:31-44: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1307:13-25: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1310:44-56: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1331:13-25: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1344:19-30: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1344:32-41: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1349:10-21: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1349:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1355:10-21: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1355:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1360:71-83: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1380:9-22: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1399:10-21: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1399:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1408:10-21: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1408:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1417:10-21: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1417:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1502:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1521:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1609:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:1626:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2145:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2157:17-30: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2160:50-63: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2167:13-26: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2169:46-59: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2191:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2206:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2223:48-60: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2345:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2369:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2394:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2428:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2436:71-83: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2445:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2472:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2476:54-63: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2506:13-26: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2509:46-59: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2519:13-26: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2522:46-59: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2546:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2559:13-26: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2562:46-59: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2602:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2621:33-44: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2641:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2675:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2683:71-83: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2692:33-44: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2715:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2719:54-63: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2757:74-87: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2773:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2784:67-78: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2797:38-51: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2837:33-44: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2841:75-86: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2847:40-53: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2868:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2872:67-78: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_passes/split_cat.py:2879:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_utils.py:155:27-40: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_utils.py:247:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_utils.py:274:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_utils.py:297:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/fx_utils.py:764:12-33: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:23:19-25: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/_inductor/graph.py:150:5-152:6: Cannot find module `torch._inductor.fb.triton_kernel_metadata` [missing-import]
ERROR torch/_inductor/graph.py:153:5-57: Cannot find module `torch._inductor.fb.utils` [missing-import]
ERROR torch/_inductor/graph.py:163:67-78: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:170:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:176:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:178:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:185:15-36: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:216:51-64: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:309:16-28: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:473:18-39: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:529:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:546:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:650:16-28: Returned type `tuple[list[Integer], list[Integer]]` is not assignable to declared return type `tuple[list[Expr], list[Expr]]` [bad-return]
ERROR torch/_inductor/graph.py:669:20-57: Returned type `list[int]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/graph.py:671:20-35: Returned type `Sequence[_IntLike] | Sequence[Expr] | list[Expr]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/graph.py:719:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:726:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:1004:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:1033:20-50: Returned type `Expr | TensorBox | TorchBindObject` is not assignable to declared return type `Buffer | TensorBox | TorchBindObject | None` [bad-return]
ERROR torch/_inductor/graph.py:1056:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:1068:24-64: Object of class `Expr` has no attribute `get_dtype` [missing-attribute]
ERROR torch/_inductor/graph.py:1072:20-60: Object of class `Expr` has no attribute `get_dtype` [missing-attribute]
ERROR torch/_inductor/graph.py:1087:20-60: Object of class `Expr` has no attribute `get_numel` [missing-attribute]
ERROR torch/_inductor/graph.py:1114:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:1212:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:1281:20-23: Returned type `TorchBindObject` is not assignable to declared return type `Expr | TensorBox | None` [bad-return]
ERROR torch/_inductor/graph.py:1291:34-49: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:1295:20-23: Returned type `GeneratorState` is not assignable to declared return type `Expr | TensorBox | None` [bad-return]
ERROR torch/_inductor/graph.py:1300:20-30: Returned type `OpaqueObjectState` is not assignable to declared return type `Expr | TensorBox | None` [bad-return]
ERROR torch/_inductor/graph.py:1324:78-85: Argument `Sequence[Expr | int] | list[Expr]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/graph.py:1332:78-85: Argument `Sequence[Expr | int] | list[Expr]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/graph.py:1395:22-34: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:1416:34-46: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:1548:30-51: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:1665:13-24: `Expr | TensorBox | TorchBindObject` is not assignable to `IRNode` [bad-assignment]
ERROR torch/_inductor/graph.py:1768:25-42: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:2006:48-67: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:2055:28-48: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:2073:32-48: No attribute `has_mkl` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/graph.py:2088:68-74: Object of class `Mapping` has no attribute `meta`
Object of class `NoneType` has no attribute `meta`
Object of class `OpOverload` has no attribute `meta`
Object of class `Sequence` has no attribute `meta`
Object of class `SymBool` has no attribute `meta`
Object of class `SymFloat` has no attribute `meta`
Object of class `SymInt` has no attribute `meta`
Object of class `bool` has no attribute `meta`
Object of class `complex` has no attribute `meta`
Object of class `float` has no attribute `meta`
Object of class `int` has no attribute `meta`
Object of class `range` has no attribute `meta`
Object of class `slice` has no attribute `meta`
Object of class `str` has no attribute `meta`
Object of class `tuple` has no attribute `meta` [missing-attribute]
ERROR torch/_inductor/graph.py:2301:37-51: `>=` is not supported between `Symbol` and `Expr` [unsupported-operation]
ERROR torch/_inductor/graph.py:2301:37-51: Argument `bool | Unknown` is not assignable to parameter `expr` with type `Boolean` in function `make_assert` [bad-argument-type]
ERROR torch/_inductor/graph.py:2303:37-51: `<=` is not supported between `Symbol` and `Expr` [unsupported-operation]
ERROR torch/_inductor/graph.py:2303:37-51: Argument `bool | Unknown` is not assignable to parameter `expr` with type `Boolean` in function `make_assert` [bad-argument-type]
ERROR torch/_inductor/graph.py:2407:66-77: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_inductor/graph.py:2796:17-50: Object of class `Expr` has no attribute `get_numel` [missing-attribute]
ERROR torch/_inductor/graph.py:2797:21-53: Object of class `Expr` has no attribute `get_size` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:59:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:71:24-35: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:93:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:97:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:101:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:107:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:108:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `Expr` and `bool` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `Expr` and `float` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `bool` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `float` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:119:26-41: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:123:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `Expr` and `bool` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `Expr` and `float` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `bool` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `float` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:124:26-41: `+` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:128:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `Expr` and `bool` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `Expr` and `float` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `bool` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `float` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:129:26-41: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:133:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `Expr` and `bool` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `Expr` and `float` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `bool` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `float` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:134:26-41: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:142:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:146:26-50: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr | bool | float | int` in function `TypedExpr.__init__` [bad-argument-type]
ERROR torch/_inductor/index_propagation.py:150:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:155:26-37: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr | bool | float | int` in function `TypedExpr.__init__` [bad-argument-type]
ERROR torch/_inductor/index_propagation.py:159:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:172:30-41: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr | bool | float | int` in function `TypedExpr.__init__` [bad-argument-type]
ERROR torch/_inductor/index_propagation.py:177:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:182:23-42: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:233:27-33: `<=` is not supported between `Literal[0]` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:234:27-32: `<` is not supported between `Symbol` and `Expr` [unsupported-operation]
ERROR torch/_inductor/index_propagation.py:237:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:244:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/index_propagation.py:344:9-26: Class member `IndexPropagation.indirect_indexing` overrides parent class `DefaultHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/inductor_prims.py:26:20-29: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:60:12-22: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:61:18-27: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:61:28-37: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:67:20-33: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:69:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:73:27-40: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:75:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:91:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:97:35-48: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:102:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:110:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:110:59-71: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:129:16-25: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:131:16-25: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:135:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:142:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:142:33-44: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:145:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:158:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:158:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:160:20-31: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:161:20-31: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:162:14-25: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:166:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:167:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:167:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:177:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:191:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:211:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:321:14-26: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:322:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:330:29-39: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:342:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:349:14-26: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:350:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:381:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:381:41-54: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:381:56-70: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:385:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:386:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:387:25-36: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:391:50-61: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:393:19-30: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_inductor/inductor_prims.py:394:27-38: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/invert_expr_analysis.py:117:27-28: Argument `Literal[1]` is not assignable to parameter `original_expr` with type `Expr` in function `Term.__init__` [bad-argument-type]
ERROR torch/_inductor/invert_expr_analysis.py:146:22-23: Argument `Basic` is not assignable to parameter `a` with type `Expr | int` in function `static_eq` [bad-argument-type]
ERROR torch/_inductor/invert_expr_analysis.py:147:20-28: Returned type `tuple[Basic, Basic]` is not assignable to declared return type `tuple[Expr | int | None, Expr | int | None]` [bad-return]
ERROR torch/_inductor/invert_expr_analysis.py:156:26-27: Argument `Basic` is not assignable to parameter `a` with type `Expr | int` in function `static_eq` [bad-argument-type]
ERROR torch/_inductor/invert_expr_analysis.py:156:48-57: Argument `Basic` is not assignable to parameter `a` with type `Expr | int` in function `static_eq` [bad-argument-type]
ERROR torch/_inductor/invert_expr_analysis.py:158:24-42: Returned type `tuple[type[UndefinedFunction], Basic]` is not assignable to declared return type `tuple[Expr | int | None, Expr | int | None]` [bad-return]
ERROR torch/_inductor/invert_expr_analysis.py:161:24-28: Argument `Basic` is not assignable to parameter `a` with type `Expr | int` in function `static_eq` [bad-argument-type]
ERROR torch/_inductor/invert_expr_analysis.py:162:20-33: Returned type `tuple[None, Basic]` is not assignable to declared return type `tuple[Expr | int | None, Expr | int | None]` [bad-return]
ERROR torch/_inductor/invert_expr_analysis.py:185:13-41: `*=` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/invert_expr_analysis.py:203:27-69: `*` is not supported between `type[UndefinedFunction]` and `Expr` [unsupported-operation]
ERROR torch/_inductor/invert_expr_analysis.py:203:27-69: `*` is not supported between `type[UndefinedFunction]` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:145:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/ir.py:389:18-62: `list[Expr | int]` is not assignable to variable `stride` with type `list[int] | tuple[int, ...]` [bad-assignment]
ERROR torch/_inductor/ir.py:391:18-57: `list[Expr]` is not assignable to variable `stride` with type `list[int] | tuple[int, ...]` [bad-assignment]
ERROR torch/_inductor/ir.py:391:52-56: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:398:13-32: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:415:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:419:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:427:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:447:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:482:50-53: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_leq` [bad-argument-type]
ERROR torch/_inductor/ir.py:504:50-52: Argument `SymInt | int` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/ir.py:509:38-45: Argument `Sequence[SymInt | int]` is not assignable to parameter `strides1` with type `Sequence[_IntLike]` in function `significant_strides_equal` [bad-argument-type]
ERROR torch/_inductor/ir.py:515:50-51: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_leq` [bad-argument-type]
ERROR torch/_inductor/ir.py:516:13-26: Cannot set item in `list[Expr]` [unsupported-operation]
ERROR torch/_inductor/ir.py:710:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:713:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:755:30-45: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:781:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:784:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:882:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:897:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:906:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:993:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:994:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1023:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1106:21-36: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_read_writes` [bad-argument-type]
ERROR torch/_inductor/ir.py:1112:21-36: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_read_writes` [bad-argument-type]
ERROR torch/_inductor/ir.py:1131:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1137:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1158:9-27: Class member `Pointwise.get_reduction_size` overrides parent class `Loops` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:1173:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1190:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1214:21-46: Argument `Expr` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/ir.py:1232:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1291:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1313:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1327:9-27: Class member `Reduction.get_reduction_size` overrides parent class `Loops` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:1363:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1380:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1381:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1382:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1395:49-55: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:1399:31-37: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:1510:26-38: Argument `Sequence[_IntLike]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `FlexibleLayout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:1525:17-29: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:1525:31-53: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:1566:13-25: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:1566:27-49: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:1573:20-34: Argument `Sequence[Expr]` is not assignable to parameter `vars` with type `Sequence[Symbol]` in function `torch._inductor.sizevars.SizeVarAllocator.stride_hints` [bad-argument-type]
ERROR torch/_inductor/ir.py:1573:36-56: Argument `list[Expr]` is not assignable to parameter `support_vars` with type `Sequence[Symbol] | None` in function `torch._inductor.sizevars.SizeVarAllocator.stride_hints` [bad-argument-type]
ERROR torch/_inductor/ir.py:1596:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1637:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1653:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1654:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1655:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1667:67-83: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:1674:33-43: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1725:32-38: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:1763:39-44: Argument `Expr | int` is not assignable to parameter `split` with type `int` in function `_maybe_increase_split` [bad-argument-type]
ERROR torch/_inductor/ir.py:1785:17-27: Argument `list[Expr]` is not assignable to parameter `new_ranges` with type `list[Integer]` in function `Reduction.create_multilayer_existing_ranges` [bad-argument-type]
ERROR torch/_inductor/ir.py:1786:17-37: Argument `list[Expr]` is not assignable to parameter `new_reduction_ranges` with type `list[Integer]` in function `Reduction.create_multilayer_existing_ranges` [bad-argument-type]
ERROR torch/_inductor/ir.py:1839:47-87: `Expr | int` is not assignable to attribute `_split_size` with type `int | None` [bad-assignment]
ERROR torch/_inductor/ir.py:1861:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1869:24-35: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1876:24-35: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1893:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:1905:12-24: `<=` is not supported between `Expr` and `Literal[512]` [unsupported-operation]
ERROR torch/_inductor/ir.py:1908:13-26: `<=` is not supported between `Expr` and `Literal[1024]` [unsupported-operation]
ERROR torch/_inductor/ir.py:1972:13-31: `Symbol` is not assignable to `Sequence[Symbol]` [bad-assignment]
ERROR torch/_inductor/ir.py:1974:23-51: `*` is not supported between `Expr` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/ir.py:1974:23-51: `*` is not supported between `int` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/ir.py:1980:47-62: Argument `Expr | int` is not assignable to parameter `size` with type `int` in function `torch._inductor.utils.dtype_from_size` [bad-argument-type]
ERROR torch/_inductor/ir.py:1983:36-51: Argument `Expr | int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/ir.py:2023:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2024:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2025:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2044:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2044:49-63: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2045:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2063:40-66: Argument `list[Expr | int]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/ir.py:2087:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2088:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2089:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2103:41-57: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:2104:31-60: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:2104:50-59: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:2111:13-23: Argument `type[UndefinedFunction]` is not assignable to parameter `block_size` with type `Expr | int` in function `Reduction._multilayer_wrap_loader` [bad-argument-type]
ERROR torch/_inductor/ir.py:2121:13-19: Argument `Sequence[_IntLike]` is not assignable to parameter `original_ranges` with type `Sequence[Expr]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2122:13-29: Argument `Sequence[_IntLike]` is not assignable to parameter `original_reduction_ranges` with type `Sequence[Expr]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2123:13-29: Argument `list[Expr | int]` is not assignable to parameter `new_ranges` with type `list[Expr]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2124:13-25: Argument `list[type[UndefinedFunction]]` is not assignable to parameter `new_reduction_ranges` with type `list[Integer]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2133:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2134:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2135:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2150:13-28: Argument `Sequence[_IntLike]` is not assignable to parameter `original_ranges` with type `Sequence[Expr]` in function `Reduction._multilayer_wrap_loader_existing_ranges` [bad-argument-type]
ERROR torch/_inductor/ir.py:2151:13-38: Argument `Sequence[_IntLike]` is not assignable to parameter `original_reduction_ranges` with type `Sequence[Expr]` in function `Reduction._multilayer_wrap_loader_existing_ranges` [bad-argument-type]
ERROR torch/_inductor/ir.py:2160:13-28: Argument `Sequence[_IntLike]` is not assignable to parameter `original_ranges` with type `Sequence[Expr]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2161:13-38: Argument `Sequence[_IntLike]` is not assignable to parameter `original_reduction_ranges` with type `Sequence[Expr]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2162:13-44: Argument `list[Expr | Integer | int]` is not assignable to parameter `new_ranges` with type `list[Expr]` in function `Reduction.create_multilayer_helper` [bad-argument-type]
ERROR torch/_inductor/ir.py:2183:26-43: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:2183:35-43: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:2183:35-43: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:2183:35-43: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:2197:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2198:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2203:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2256:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2257:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2258:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2283:40-51: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2294:27-38: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2321:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2345:21-27: Argument `Sequence[Expr]` is not assignable to parameter `ranges` with type `Sequence[Integer]` in function `MultiOutputReduction.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:2346:21-37: Argument `Sequence[Expr]` is not assignable to parameter `reduction_ranges` with type `Sequence[Integer]` in function `MultiOutputReduction.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:2353:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2366:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2367:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2368:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2382:21-27: Argument `Sequence[Expr]` is not assignable to parameter `ranges` with type `Sequence[Integer]` in function `MultiOutputReduction.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:2383:21-37: Argument `Sequence[Expr]` is not assignable to parameter `reduction_ranges` with type `Sequence[Integer]` in function `MultiOutputReduction.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:2399:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2400:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2401:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2423:12-21: `>` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:2449:9-26: Class member `OnlineSoftmaxReduction.create_multilayer` overrides parent class `MultiOutputReduction` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:2451:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2452:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2453:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2463:31-60: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:2463:50-59: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:2477:13-31: `Symbol` is not assignable to `Sequence[Symbol]` [bad-assignment]
ERROR torch/_inductor/ir.py:2479:23-51: `*` is not supported between `type[UndefinedFunction]` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/ir.py:2486:47-62: Argument `Expr` is not assignable to parameter `size` with type `int` in function `torch._inductor.utils.dtype_from_size` [bad-argument-type]
ERROR torch/_inductor/ir.py:2500:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2500:49-63: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2501:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2508:13-29: Argument `list[Expr | int]` is not assignable to parameter `ranges` with type `Sequence[Expr]` in function `OnlineSoftmaxReduction._create_no_split` [bad-argument-type]
ERROR torch/_inductor/ir.py:2509:13-25: Argument `list[type[UndefinedFunction]]` is not assignable to parameter `reduction_ranges` with type `Sequence[Expr]` in function `OnlineSoftmaxReduction._create_no_split` [bad-argument-type]
ERROR torch/_inductor/ir.py:2522:24-50: Argument `list[Expr | int]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/ir.py:2536:13-20: Argument `list[_IntLike]` is not assignable to parameter `reduction_ranges` with type `Sequence[Expr]` in function `OnlineSoftmaxReduction._create_no_split` [bad-argument-type]
ERROR torch/_inductor/ir.py:2546:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2547:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2634:12-21: `>` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:2669:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2676:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2677:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2718:31-60: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:2718:50-59: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:2728:21-31: Argument `type[UndefinedFunction]` is not assignable to parameter `block_size` with type `Expr | int` in function `Reduction._multilayer_wrap_loader` [bad-argument-type]
ERROR torch/_inductor/ir.py:2733:13-29: Argument `list[Expr | Integer | int]` is not assignable to parameter `ranges` with type `list[Integer]` in function `WelfordReduction.create` [bad-argument-type]
ERROR torch/_inductor/ir.py:2734:13-25: Argument `list[type[UndefinedFunction]]` is not assignable to parameter `reduction_ranges` with type `list[Integer]` in function `WelfordReduction.create` [bad-argument-type]
ERROR torch/_inductor/ir.py:2762:13-20: Argument `list[_IntLike]` is not assignable to parameter `reduction_ranges` with type `list[Integer]` in function `WelfordReduction.create` [bad-argument-type]
ERROR torch/_inductor/ir.py:2778:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2827:16-27: Returned type `Sequence[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:2842:52-55: Argument `Sequence[_IntLike]` is not assignable to parameter `index` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_free_symbols` [bad-argument-type]
ERROR torch/_inductor/ir.py:2847:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2848:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2898:12-26: `>` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:2929:29-36: Argument `(index: Sequence[Expr], scan_index: Sequence[Expr]) -> list[Expr]` is not assignable to parameter `reindex` with type `(Sequence[_IntLike], Sequence[_IntLike]) -> Sequence[_IntLike]` in function `Scan.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:2929:29-36: Argument `(index: Sequence[Expr], scan_index: Sequence[Expr]) -> list[Expr]` is not assignable to parameter `reindex` with type `(Sequence[_IntLike], Sequence[_IntLike]) -> Sequence[_IntLike]` in function `SplitScan.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:2946:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2947:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:2986:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3054:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3055:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3155:17-78: Argument `Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:3155:37-50: Argument `Sequence[Expr]` is not assignable to parameter `in_strides` with type `Sequence[int]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:3170:36-78: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:3170:66-77: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:3216:21-33: Argument `Sequence[Integer | int]` is not assignable to parameter `order` with type `Sequence[int]` in function `Buffer.freeze_layout_with_stride_order` [bad-argument-type]
ERROR torch/_inductor/ir.py:3220:21-34: Argument `Sequence[Integer | int]` is not assignable to parameter `exact_strides` with type `Sequence[int]` in function `Buffer.freeze_layout_with_exact_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:3241:41-53: Argument `Sequence[Integer | int]` is not assignable to parameter `order` with type `Sequence[int]` in function `Layout.is_stride_ordered` [bad-argument-type]
ERROR torch/_inductor/ir.py:3253:13-57: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:3294:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3300:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3310:16-31: Returned type `Sequence[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:3341:17-32: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_read_writes` [bad-argument-type]
ERROR torch/_inductor/ir.py:3350:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3377:17-28: Cannot set item in `list[Expr | int]` [unsupported-operation]
ERROR torch/_inductor/ir.py:3379:17-28: Argument `Expr | int | None` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.is_size_one_or_false` [bad-argument-type]
ERROR torch/_inductor/ir.py:3394:24-31: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:3394:24-31: `-` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:3394:24-31: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:3418:66-70: Argument `Expr | int` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.is_size_one_or_false` [bad-argument-type]
ERROR torch/_inductor/ir.py:3431:40-48: Argument `Sequence[_IntLike]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `ExpandView.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:3478:41-45: Argument `list[int]` is not assignable to parameter `dims` with type `list[Expr]` in function `PermuteView.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:3485:46-55: Argument `list[Expr]` is not assignable to parameter `dims` with type `Sequence[int]` in function `PermuteView._map_neg_dims` [bad-argument-type]
ERROR torch/_inductor/ir.py:3489:17-24: Cannot index into `Sequence[_IntLike]` [bad-index]
ERROR torch/_inductor/ir.py:3492:46-55: Argument `list[Expr]` is not assignable to parameter `dims` with type `Sequence[int]` in function `PermuteView._map_neg_dims` [bad-argument-type]
ERROR torch/_inductor/ir.py:3496:17-26: Cannot index into `Sequence[_IntLike]` [bad-index]
ERROR torch/_inductor/ir.py:3502:20-21: Cannot index into `dict[Expr, int]` [bad-index]
ERROR torch/_inductor/ir.py:3508:21-29: Cannot index into `Sequence[Expr]` [bad-index]
ERROR torch/_inductor/ir.py:3528:66-70: Argument `Expr | int` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.is_size_one_or_false` [bad-argument-type]
ERROR torch/_inductor/ir.py:3551:17-3555:18: Argument `list[_IntLike]` is not assignable to parameter `new_size` with type `Sequence[Expr]` in function `View.create` [bad-argument-type]
ERROR torch/_inductor/ir.py:3554:66-67: Argument `Expr | int` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.is_size_one_or_false` [bad-argument-type]
ERROR torch/_inductor/ir.py:3559:35-86: Argument `list[_IntLike]` is not assignable to parameter `new_size` with type `Sequence[Expr]` in function `View.create` [bad-argument-type]
ERROR torch/_inductor/ir.py:3576:16-33: Returned type `tuple[list[Expr], (index: Sequence[Expr]) -> tuple[Expr, ...]]` is not assignable to declared return type `tuple[list[int], (Sequence[Expr]) -> tuple[Expr, ...]]` [bad-return]
ERROR torch/_inductor/ir.py:3639:56-68: Argument `Sequence[_IntLike]` is not assignable to parameter `old_size` with type `Sequence[Expr]` in function `View.resolve_negative_size` [bad-argument-type]
ERROR torch/_inductor/ir.py:3655:56-70: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:3687:68-76: Argument `list[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:3695:61-73: Argument `(index: Any) -> tuple[int, ...]` is not assignable to parameter `reindex` with type `(Sequence[Expr]) -> Sequence[Expr]` in function `View.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:3701:64-72: Argument `list[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:3760:17-28: Cannot set item in `list[Expr]` [unsupported-operation]
ERROR torch/_inductor/ir.py:3774:52-60: Argument `Sequence[_IntLike]` is not assignable to parameter `old_size` with type `Sequence[Expr]` in function `View._dynamic_reshape_indexer` [bad-argument-type]
ERROR torch/_inductor/ir.py:3774:62-70: Argument `Sequence[_IntLike]` is not assignable to parameter `new_size` with type `Sequence[Expr]` in function `View._dynamic_reshape_indexer` [bad-argument-type]
ERROR torch/_inductor/ir.py:3777:35-43: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/ir.py:3778:53-61: Argument `Sequence[_IntLike]` is not assignable to parameter `old_size` with type `Sequence[Expr]` in function `View._dynamic_reshape_indexer` [bad-argument-type]
ERROR torch/_inductor/ir.py:3779:59-67: Argument `Sequence[_IntLike]` is not assignable to parameter `new_size` with type `Sequence[Expr]` in function `View._dynamic_reshape_indexer` [bad-argument-type]
ERROR torch/_inductor/ir.py:3781:16-23: Returned type `(Sequence[Expr]) -> Sequence[Expr]` is not assignable to declared return type `(Sequence[_T]) -> Sequence[_V]` [bad-return]
ERROR torch/_inductor/ir.py:3862:27-42: `*` is not supported between `Symbol` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:3863:32-52: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:3875:32-50: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:3882:53-54: Argument `Literal[1]` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals` [bad-argument-type]
ERROR torch/_inductor/ir.py:3887:53-54: Argument `Literal[1]` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals` [bad-argument-type]
ERROR torch/_inductor/ir.py:3904:40-52: Argument `dict[Symbol, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/ir.py:3933:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3940:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:3944:16-38: Returned type `list[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:4000:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4003:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4023:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4027:16-36: Returned type `Sequence[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:4072:79-84: Argument `int` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.evaluate_max` [bad-argument-type]
ERROR torch/_inductor/ir.py:4077:46-51: Argument `int` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.evaluate_min` [bad-argument-type]
ERROR torch/_inductor/ir.py:4087:19-59: `Expr` is not assignable to variable `val` with type `int | None` [bad-assignment]
ERROR torch/_inductor/ir.py:4087:45-48: Argument `int` is not assignable to parameter `idx` with type `Expr` in function `View.handle_negative_index` [bad-argument-type]
ERROR torch/_inductor/ir.py:4087:50-58: Argument `Expr | int` is not assignable to parameter `size` with type `Expr` in function `View.handle_negative_index` [bad-argument-type]
ERROR torch/_inductor/ir.py:4088:26-29: Argument `int | None` is not assignable to parameter `x` with type `Expr` in function `clamp` [bad-argument-type]
ERROR torch/_inductor/ir.py:4090:17-50: `Expr | int` is not assignable to variable `start` with type `int` [bad-assignment]
ERROR torch/_inductor/ir.py:4090:38-46: Argument `Expr | int` is not assignable to parameter `upper` with type `int` in function `clamp_wrap` [bad-argument-type]
ERROR torch/_inductor/ir.py:4091:15-57: `Expr | int` is not assignable to variable `end` with type `int` [bad-assignment]
ERROR torch/_inductor/ir.py:4091:38-46: Argument `Expr | int` is not assignable to parameter `upper` with type `int` in function `clamp_wrap` [bad-argument-type]
ERROR torch/_inductor/ir.py:4120:9-22: Cannot set item in `list[_IntLike]` [unsupported-operation]
ERROR torch/_inductor/ir.py:4120:49-57: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/ir.py:4126:31-53: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:4132:37-67: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:4142:26-43: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:4146:39-47: Argument `list[_IntLike]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `View.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:4151:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4152:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4157:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4170:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4171:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4182:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4189:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4190:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4198:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4216:9-41: `*=` is not supported between `Literal[1]` and `Max` [unsupported-operation]
ERROR torch/_inductor/ir.py:4217:9-29: `*=` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:4222:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4230:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4253:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4254:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4261:56-60: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4316:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4321:20-39: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4353:56-81: Argument `list[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4383:13-37: Cannot set item in `list[int]` [unsupported-operation]
ERROR torch/_inductor/ir.py:4389:21-62: Argument `bool` is not assignable to parameter `orig_expr` with type `Basic` in function `torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_expr` [bad-argument-type]
ERROR torch/_inductor/ir.py:4403:65-76: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4440:53-54: Argument `Basic` is not assignable to parameter `symbol` with type `Symbol` in function `torch.fx.experimental.symbolic_shapes.ShapeEnv.is_unbacked_symint` [bad-argument-type]
ERROR torch/_inductor/ir.py:4457:22-60: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:4467:36-66: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:4483:23-76: Argument `Sequence[int]` is not assignable to parameter `value` with type `Sequence[Expr]` in function `FlexibleLayout.stride` [bad-argument-type]
ERROR torch/_inductor/ir.py:4483:41-52: Argument `Sequence[Expr]` is not assignable to parameter `in_strides` with type `Sequence[int]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4520:9-21: Class member `Layout.storage_size` overrides parent class `OutputSpec` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:4585:16-23: Returned type `list[None]` is not assignable to declared return type `list[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:4601:46-65: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4613:29-48: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4615:31-53: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4617:31-54: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4642:9-13: Class member `FlexibleLayout.size` overrides parent class `Layout` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:4643:16-26: Returned type `Sequence[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:4671:42-51: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.stride_ordered` [bad-argument-type]
ERROR torch/_inductor/ir.py:4673:44-54: Argument `Sequence[Expr]` is not assignable to parameter `in_strides` with type `Sequence[int]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4679:13-23: Argument `Sequence[Expr] | Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:4689:44-54: Argument `Sequence[_IntLike]` is not assignable to parameter `in_strides` with type `Sequence[int]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4695:13-23: Argument `Sequence[_IntLike] | Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:4701:37-72: `list[Expr]` is not assignable to `Sequence[int]` [bad-assignment]
ERROR torch/_inductor/ir.py:4701:55-64: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.fill_ordered` [bad-argument-type]
ERROR torch/_inductor/ir.py:4708:13-23: Argument `Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:4714:40-49: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.same_ordered` [bad-argument-type]
ERROR torch/_inductor/ir.py:4716:44-54: Argument `Sequence[Expr]` is not assignable to parameter `in_strides` with type `Sequence[int]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4721:13-23: Argument `Sequence[Expr] | Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:4735:16-36: Returned type `dict[tuple[str, bool], OrderedSet[Symbol]]` is not assignable to declared return type `dict[tuple[str, bool], Symbol]` [bad-return]
ERROR torch/_inductor/ir.py:4747:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4748:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4754:51-55: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.fill_ordered` [bad-argument-type]
ERROR torch/_inductor/ir.py:4754:57-69: Argument `Sequence[Integer | int]` is not assignable to parameter `order` with type `Sequence[int]` in function `FlexibleLayout.fill_ordered` [bad-argument-type]
ERROR torch/_inductor/ir.py:4756:57-61: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:4848:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4858:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4931:64-65: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals_and_simplify` [bad-argument-type]
ERROR torch/_inductor/ir.py:4931:67-68: Argument `Expr | int` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals_and_simplify` [bad-argument-type]
ERROR torch/_inductor/ir.py:4977:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4984:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:4988:16-41: Returned type `list[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:5005:16-32: Returned type `Expr` is not assignable to declared return type `int` [bad-return]
ERROR torch/_inductor/ir.py:5026:9-38: Class member `Buffer.freeze_layout_with_same_order` overrides parent class `IRNode` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:5030:9-41: Class member `Buffer.freeze_layout_with_exact_strides` overrides parent class `IRNode` in an inconsistent manner [bad-override]
ERROR torch/_inductor/ir.py:5121:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:5133:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:5269:21-51: Argument `Sequence[_IntLike] | Sequence[Expr]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_read_writes` [bad-argument-type]
ERROR torch/_inductor/ir.py:5270:21-51: Argument `Sequence[_IntLike] | Sequence[Expr] | Sequence[Integer]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_read_writes` [bad-argument-type]
ERROR torch/_inductor/ir.py:5275:21-41: Argument `Sequence[_IntLike] | Sequence[Expr] | Sequence[Integer]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.extract_read_writes` [bad-argument-type]
ERROR torch/_inductor/ir.py:5336:17-47: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:5357:57-64: Argument `Sequence[_IntLike] | Sequence[Expr]` is not assignable to parameter `vars` with type `Sequence[Symbol]` in function `torch._inductor.sizevars.SizeVarAllocator.stride_hints` [bad-argument-type]
ERROR torch/_inductor/ir.py:5510:22-38: `Sequence[Symbol] | Sequence[int]` is not assignable to variable `x_vars` with type `Sequence[Symbol]` [bad-assignment]
ERROR torch/_inductor/ir.py:5510:31-37: Argument `Sequence[Symbol]` is not assignable to parameter with type `Sequence[int]` [bad-argument-type]
ERROR torch/_inductor/ir.py:5516:70-78: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.codegen.common.index_prevent_reordering` [bad-argument-type]
ERROR torch/_inductor/ir.py:5528:13-23: Argument `list[Expr] | Any` is not assignable to parameter `x_vars` with type `Sequence[Symbol]` in function `simplify_and_reorder` [bad-argument-type]
ERROR torch/_inductor/ir.py:5529:13-25: Argument `list[Expr] | Unknown` is not assignable to parameter `support_vars` with type `Sequence[Symbol]` in function `simplify_and_reorder` [bad-argument-type]
ERROR torch/_inductor/ir.py:5530:13-23: Argument `list[Expr] | Any` is not assignable to parameter `sizes` with type `Sequence[int]` in function `simplify_and_reorder` [bad-argument-type]
ERROR torch/_inductor/ir.py:5539:13-24: Argument `list[Expr] | Any` is not assignable to parameter `x_vars` with type `Sequence[Symbol]` in function `simplify_and_reorder` [bad-argument-type]
ERROR torch/_inductor/ir.py:5539:26-38: Argument `list[Expr] | Unknown` is not assignable to parameter `support_vars` with type `Sequence[Symbol]` in function `simplify_and_reorder` [bad-argument-type]
ERROR torch/_inductor/ir.py:5539:40-51: Argument `list[Expr] | Any` is not assignable to parameter `sizes` with type `Sequence[int]` in function `simplify_and_reorder` [bad-argument-type]
ERROR torch/_inductor/ir.py:5544:13-24: Argument `list[int]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_no_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:5545:13-26: Argument `list[int]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_no_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:5550:27-36: Argument `list[Symbol]` is not assignable to parameter with type `Sequence[int]` [bad-argument-type]
ERROR torch/_inductor/ir.py:5550:54-65: Argument `list[Symbol]` is not assignable to parameter with type `Sequence[int]` [bad-argument-type]
ERROR torch/_inductor/ir.py:5555:16-50: Returned type `tuple[tuple[list[int], list[int]], LoopBody]` is not assignable to declared return type `tuple[tuple[list[Expr], list[Expr]], LoopBody | None]` [bad-return]
ERROR torch/_inductor/ir.py:5585:60-65: Argument `Sequence[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.scheduler.pick_loop_order` [bad-argument-type]
ERROR torch/_inductor/ir.py:5598:16-46: Returned type `Sequence[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:5612:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:5685:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:6126:42-46: Argument `None` is not assignable to parameter `index` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.store` [bad-argument-type]
ERROR torch/_inductor/ir.py:6399:34-47: Argument `Expr | int` is not assignable to parameter `object` with type `int` in function `list.append` [bad-argument-type]
ERROR torch/_inductor/ir.py:6405:35-62: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:6405:35-62: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/ir.py:6405:35-62: `+` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:6408:25-36: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals_and_simplify` [bad-argument-type]
ERROR torch/_inductor/ir.py:6408:38-51: Argument `Expr | int` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals_and_simplify` [bad-argument-type]
ERROR torch/_inductor/ir.py:6412:40-83: `list[Expr]` is not assignable to `Sequence[int]` [bad-assignment]
ERROR torch/_inductor/ir.py:6412:74-82: Argument `list[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:6416:32-40: Argument `list[_IntLike]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:6428:37-77: `tuple[Expr | int, ...]` is not assignable to variable `output_stride` with type `Sequence[int]` [bad-assignment]
ERROR torch/_inductor/ir.py:6428:67-77: `Expr | int` is not assignable to upper bound `_WorksWithInt` of type variable `_IntLikeT` [bad-specialization]
ERROR torch/_inductor/ir.py:6443:25-40: Cannot index into `object` [bad-index]
ERROR torch/_inductor/ir.py:6444:39-58: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:6448:25-40: Cannot index into `object` [bad-index]
ERROR torch/_inductor/ir.py:6449:39-61: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:6455:29-69: `tuple[Expr | int, ...]` is not assignable to variable `output_stride` with type `Sequence[int]` [bad-assignment]
ERROR torch/_inductor/ir.py:6455:59-69: `Expr | int` is not assignable to upper bound `_WorksWithInt` of type variable `_IntLikeT` [bad-specialization]
ERROR torch/_inductor/ir.py:6468:24-37: Argument `Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:6480:52-66: Argument `Expr | int` is not assignable to parameter `end` with type `int` in function `SliceView.create` [bad-argument-type]
ERROR torch/_inductor/ir.py:6580:60-61: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals_and_simplify` [bad-argument-type]
ERROR torch/_inductor/ir.py:6849:15-33: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:6850:15-36: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:6911:28-49: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:6911:71-86: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7010:35-54: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7014:35-57: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7019:17-73: Argument `tuple[Expr | int, ...]` is not assignable to parameter `stride` with type `Sequence[int]` in function `Buffer.freeze_layout_with_same_order` [bad-argument-type]
ERROR torch/_inductor/ir.py:7019:47-73: `Expr` is not assignable to upper bound `_WorksWithInt` of type variable `_IntLikeT` [bad-specialization]
ERROR torch/_inductor/ir.py:7025:13-25: Argument `Sequence[_IntLike]` is not assignable to parameter `*argsizes` with type `Sequence[Expr]` in function `torch._inductor.dependencies.index_vars_squeeze` [bad-argument-type]
ERROR torch/_inductor/ir.py:7032:53-63: Argument `Sequence[Expr]` is not assignable to parameter `vars` with type `Sequence[Symbol]` in function `torch._inductor.sizevars.SizeVarAllocator.offset_var` [bad-argument-type]
ERROR torch/_inductor/ir.py:7033:20-59: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/ir.py:7061:47-48: Argument `(Boolean & IRNode) | (Expr & IRNode) | (IRNode & int)` is not assignable to parameter `expr` with type `Expr` in function `ShapeAsConstantBuffer.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:7067:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7156:39-52: Argument `Sequence[_IntLike] | None` is not assignable to parameter `exact_strides` with type `Sequence[Integer | int] | None` in function `as_storage_and_layout` [bad-argument-type]
ERROR torch/_inductor/ir.py:7166:41-54: Argument `Sequence[_IntLike]` is not assignable to parameter `in_strides` with type `Sequence[int]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:7166:56-68: Argument `Sequence[_IntLike]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `Layout._pad_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:7179:56-69: Argument `Sequence[_IntLike]` is not assignable to parameter `strides` with type `Sequence[SymInt | int]` in function `try_match_insignificant_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:7258:51-66: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_geq` [bad-argument-type]
ERROR torch/_inductor/ir.py:7274:27-40: Argument `Sequence[_IntLike] | None` is not assignable to parameter `exact_strides` with type `Sequence[Integer | int] | None` in function `as_storage_and_layout` [bad-argument-type]
ERROR torch/_inductor/ir.py:7282:55-68: Argument `Sequence[_IntLike]` is not assignable to parameter `strides` with type `Sequence[SymInt | int]` in function `try_match_insignificant_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:7327:54-66: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:7335:50-62: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/ir.py:7473:16-22: Returned type `list[Expr] | list[str]` is not assignable to declared return type `list[str]` [bad-return]
ERROR torch/_inductor/ir.py:7500:20-29: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7569:49-60: Argument `dict[Symbol, Unknown]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/ir.py:7642:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7643:18-29: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7643:30-41: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7647:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:7881:40-52: Object of class `Expr` has no attribute `name` [missing-attribute]
ERROR torch/_inductor/ir.py:7882:52-64: Object of class `Expr` has no attribute `name` [missing-attribute]
ERROR torch/_inductor/ir.py:7884:28-40: Object of class `Expr` has no attribute `name` [missing-attribute]
ERROR torch/_inductor/ir.py:7928:9-55: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_inductor/ir.py:8226:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8500:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8540:17-23: Argument `Sequence[_IntLike] | None` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:8584:50-62: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8642:50-62: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8684:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8711:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8742:17-28: Argument `Boolean` is not assignable to parameter `x` with type `Expr` in function `torch._inductor.codegen.wrapper.PythonWrapperCodegen.codegen_cpp_sizevar` [bad-argument-type]
ERROR torch/_inductor/ir.py:8750:17-28: Argument `Boolean` is not assignable to parameter `x` with type `Expr` in function `torch._inductor.codegen.wrapper.PythonWrapperCodegen.codegen_python_sizevar` [bad-argument-type]
ERROR torch/_inductor/ir.py:8839:20-66: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:8840:28-48: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:8843:21-41: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:8857:48-65: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:8859:38-52: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8969:30-51: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:8971:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:8985:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9056:26-42: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9056:45-59: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9056:62-75: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9059:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9059:59-73: No attribute `NoneType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9065:44-60: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9073:42-56: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9074:47-63: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9084:42-60: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9085:47-63: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9103:42-55: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9183:30-43: No attribute `JitType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9184:34-52: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9186:38-54: No attribute `NumberType` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9366:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9441:26-47: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ir.py:9526:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9528:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9699:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9785:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9858:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9900:16-36: Returned type `Sequence[_IntLike]` is not assignable to declared return type `Sequence[Expr]` [bad-return]
ERROR torch/_inductor/ir.py:9903:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:9974:22-42: Argument `Sequence[_IntLike] | Sequence[Expr] | Sequence[Integer]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `FlexibleLayout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:10205:32-51: Argument `Sequence[_IntLike]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:10397:28-10399:22: Argument `list[Expr | int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:10466:12-34: Returned type `tuple[list[Expr], list[Any]]` is not assignable to declared return type `tuple[list[ShapeAsConstantBuffer], list[Any]]` [bad-return]
ERROR torch/_inductor/ir.py:10657:37-47: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:10680:51-54: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals` [bad-argument-type]
ERROR torch/_inductor/ir.py:10680:56-59: Argument `Expr | int` is not assignable to parameter `right` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.check_equals` [bad-argument-type]
ERROR torch/_inductor/ir.py:10734:32-87: Argument `list[Expr | int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:10757:36-55: Argument `Sequence[_IntLike]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/ir.py:10851:31-49: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:10859:47-65: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:10862:31-49: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:10863:35-53: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_inductor/ir.py:10910:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/jagged_lowerings.py:51:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/jagged_lowerings.py:52:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/jagged_lowerings.py:59:24-64:14: Argument `tuple[str, Expr, Unknown, _IntLike]` is not assignable to parameter `boundaries` with type `tuple[str, Expr, Expr, Expr]` in function `torch._inductor.ops_handler.OpsHandler.bucketize` [bad-argument-type]
ERROR torch/_inductor/jagged_lowerings.py:62:17-64: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/jagged_lowerings.py:62:17-64: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/jagged_lowerings.py:96:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/jagged_lowerings.py:100:9-23: `+` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/jagged_lowerings.py:100:9-23: Argument `int | Unknown` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.indirect_indexing` [bad-argument-type]
ERROR torch/_inductor/jagged_lowerings.py:105:42-53: Argument `Expr | int` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.indirect_indexing` [bad-argument-type]
ERROR torch/_inductor/jagged_lowerings.py:149:22-37: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/kernel/bmm.py:67:31-40: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:69:5-14: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:75:5-18: No attribute `baddbmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:84:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:85:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:86:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:87:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:175:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/bmm.py:176:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:351:5-22: No attribute `convolution` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:359:9-22: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:359:23-36: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:360:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:416:9-15: Argument `Sequence[int]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/kernel/conv.py:849:40-59: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:850:22-41: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:852:22-45: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:854:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:893:41-60: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:894:22-41: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:896:22-45: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/conv.py:898:19-30: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/custom_op.py:399:19-30: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/custom_op.py:407:12-23: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/custom_op.py:529:20-33: Argument `tuple[Expr | int, ...]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:128:34-72: Cannot set item in `dict[Node, Symbol]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:129:12-40: Returned type `tuple[Symbol, Symbol, dict[Node, Symbol]]` is not assignable to declared return type `tuple[Symbol, Symbol, dict[Node, Expr]]` [bad-return]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:304:26-43: Object of class `NoneType` has no attribute `free_symbols` [missing-attribute]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:308:22-44: Object of class `NoneType` has no attribute `free_symbols` [missing-attribute]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:314:22-39: Object of class `NoneType` has no attribute `free_symbols` [missing-attribute]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:326:40-49: Argument `Expr | None` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.codegen.cutedsl.lane_analysis.classify_lane_expr` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:331:63-69: Argument `Expr | int` is not assignable to parameter `numerator` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_multiple_of` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:370:46-55: `+` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:372:46-55: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:374:46-55: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:376:20-48: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr | None` [bad-return]
ERROR torch/_inductor/kernel/flex/aux_vectorization.py:380:20-38: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr | None` [bad-return]
ERROR torch/_inductor/kernel/flex/common.py:55:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/common.py:273:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/common.py:274:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/common.py:307:9-37: `*=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/common.py:307:9-37: `*=` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/common.py:307:9-37: `*=` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/common.py:344:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/common.py:369:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:209:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:210:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:211:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:212:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:223:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:224:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:225:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:226:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Equality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Equality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Equality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Relational` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Relational` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Relational` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Unequality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Unequality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:332:43-79: `|` is not supported between `Unequality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:373:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:379:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Equality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Equality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Equality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Relational` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Relational` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Relational` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Unequality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Unequality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:733:43-79: `|` is not supported between `Unequality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:774:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:775:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:776:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:777:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:809:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:810:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:811:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:812:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:880:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Equality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Equality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Equality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Relational` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Relational` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Relational` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `StrictGreaterThan` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `StrictGreaterThan` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `StrictGreaterThan` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Unequality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Unequality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_attention.py:1082:47-81: `&` is not supported between `Unequality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:124:19-30: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:129:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:130:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:131:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:132:24-35: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:149:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:150:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:151:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:152:24-35: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:192:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:265:34-45: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:265:47-61: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_cpu.py:265:63-76: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:76:48-67: `&` is not supported between `type[UndefinedFunction]` and `int` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:76:57-66: `-` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Equality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Equality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Equality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Relational` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Relational` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Relational` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Unequality` and `Equality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Unequality` and `Relational` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:176:43-79: `|` is not supported between `Unequality` and `Unequality` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:201:26-42: Argument `type[UndefinedFunction]` is not assignable to parameter `n` with type `int` in function `torch._inductor.runtime.runtime_utils.is_power_of_2` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:260:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:266:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:272:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:287:21-85: `*` is not supported between `int` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:301:9-37: `*` is not supported between `Expr` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_decoding.py:301:9-37: `*` is not supported between `int` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/flex_flash_attention.py:59:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_flash_attention.py:194:16-43: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/kernel/flex/flex_flash_attention.py:430:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_mps.py:55:34-47: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_mps.py:55:49-62: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_mps.py:55:64-78: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_mps.py:255:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/flex_mps.py:258:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:138:45-48: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `sympy_to_cute_index` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:160:48-51: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `sympy_to_cute_index` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:169:44-47: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `sympy_to_cute_index` [bad-argument-type]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:182:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:338:42-61: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:344:68-77: `+` is not supported between `Mul` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:347:47-55: `+` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:359:42-61: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:367:47-61: `+` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:367:47-61: `+` is not supported between `Mul` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:380:54-87: `+` is not supported between `Symbol` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:382:17-39: `*` is not supported between `FloorDiv` and `Basic` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:385:55-88: `+` is not supported between `Symbol` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:388:17-39: `*` is not supported between `FloorDiv` and `Basic` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:433:30-63: `+` is not supported between `Symbol` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:466:52-74: `+` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:514:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:515:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:516:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:517:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:518:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:548:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex/interval_mask_packing.py:557:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex_gemm/runtime.py:127:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/flex_gemm/runtime.py:200:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:70:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/kernel/mm.py:139:30-38: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:141:5-13: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:148:5-16: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:152:5-18: No attribute `_int_mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:156:5-37: No attribute `_sparse_semi_structured_mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:163:5-21: No attribute `_scaled_mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:168:32-42: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:168:44-55: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:178:16-27: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:179:12-23: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:218:18-31: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:220:14-23: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:220:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:221:19-28: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:298:12-20: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:302:12-23: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:331:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:332:37-50: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:332:52-66: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:363:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:364:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:564:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:584:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:773:13-19: Argument `list[int | Unknown]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/kernel/mm.py:790:42-43: Argument `Expr` is not assignable to parameter `m` with type `int` in function `torch._inductor.utils.use_cutlass_template` [bad-argument-type]
ERROR torch/_inductor/kernel/mm.py:790:48-49: Argument `Expr` is not assignable to parameter `k` with type `int` in function `torch._inductor.utils.use_cutlass_template` [bad-argument-type]
ERROR torch/_inductor/kernel/mm.py:993:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:1078:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:1180:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm.py:1263:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:48:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:48:33-47: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:161:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:162:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:163:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:164:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_common.py:165:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:192:13-23: Argument `list[int | Unknown]` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/kernel/mm_grouped.py:201:5-22: No attribute `_grouped_mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:209:5-29: No attribute `_scaled_grouped_mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:259:12-24: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:259:50-63: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:279:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:431:58-59: Argument `None` is not assignable to parameter `k` with type `Expr | int` in function `torch._inductor.utils.use_nv_universal_gemm_template` [bad-argument-type]
ERROR torch/_inductor/kernel/mm_grouped.py:441:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:463:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:495:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/mm_grouped.py:502:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:32:8-36: Cannot find module `cuda.bindings.driver` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:34:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:35:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:36:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:37:8-38: Cannot find module `cutlass.torch` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:38:8-30: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:39:8-54: Cannot find module `cutlass.utils.blackwell_helpers` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:40:8-61: Cannot find module `cutlass.utils.blockscaled_layout` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:41:1-48: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:42:1-45: Cannot find module `cutlass.cute.runtime` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:43:1-70: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/dense_blockscaled_gemm_persistent.py:1465:28-43: `reverse_subtile` may be uninitialized [unbound-name]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:9:8-19: Cannot find module `cutlass_api` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:10:1-48: Cannot find module `cutlass_api.arguments` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:11:1-50: Cannot find module `cutlass_api.artifact` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:12:1-60: Cannot find module `cutlass_api.library` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:13:1-19:2: Cannot find module `cutlass_api.metadata` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:20:1-63: Cannot find module `cutlass_api.providers.cutedsl.kernel` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:21:1-72: Cannot find module `cutlass_api.providers.cutedsl.utils` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:22:1-38: Cannot find module `cutlass_api.status` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:23:1-88: Cannot find module `cutlass_api.utils` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:60:16-38: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:61:9-64: Cannot find module `cutlass.cute.nvgpu.tcgen05` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:81:16-36: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:184:16-23: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:215:16-23: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:223:16-23: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/kernel/vendored_templates/cutedsl/wrappers/dense_blockscaled_gemm_kernel.py:253:16-23: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/kernel_inputs.py:31:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel_inputs.py:85:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel_inputs.py:150:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel_inputs.py:159:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel_inputs.py:172:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel_inputs.py:214:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/kernel_inputs.py:269:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lookup_table/choices.py:43:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/loop_body.py:285:13-36: Cannot set item in `list[Expr]` [unsupported-operation]
ERROR torch/_inductor/loop_body.py:707:9-18: Class member `CaptureIndexing.load_seed` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:735:9-19: Class member `CaptureIndexing.index_expr` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:742:9-19: Class member `CaptureIndexing.value_expr` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:749:9-21: Class member `CaptureIndexing.check_bounds` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:761:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/loop_body.py:805:9-15: Class member `CaptureIndexing.masked` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:816:9-13: Class member `CaptureIndexing.scan` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:838:9-14: Class member `CaptureIndexing.frexp` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/loop_body.py:843:9-26: Class member `CaptureIndexing.indirect_indexing` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/lowering.py:200:10-22: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/lowering.py:202:15-27: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/lowering.py:206:15-27: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/lowering.py:208:15-27: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/lowering.py:261:8-19: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:262:8-18: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:263:8-19: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:264:8-19: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:265:8-19: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:266:8-21: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:267:8-21: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:268:8-21: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:269:8-23: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:270:8-23: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:271:9-24: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:272:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:273:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:283:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:283:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:312:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:319:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:354:49-61: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:393:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:584:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:616:33-43: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:617:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:618:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:620:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:647:24-25: Argument `_T` is not assignable to parameter `object` with type `BaseView` in function `list.append` [bad-argument-type]
ERROR torch/_inductor/lowering.py:666:41-46: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:712:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:713:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:763:22-36: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:763:38-51: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:784:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:929:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:942:22-36: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:942:38-51: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:999:48-59: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1012:18-32: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1012:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1020:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1027:20-31: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1028:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1032:20-31: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1045:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1053:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1061:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1127:61-71: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1137:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1164:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1229:32-1231:6: `tuple[()]` is not assignable to `list[Expr]` [bad-assignment]
ERROR torch/_inductor/lowering.py:1296:42-52: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1298:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1304:42-52: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1306:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1586:58-62: Argument `Expr | Unknown` is not assignable to parameter `step` with type `int` in function `torch._inductor.ir.SliceView.create` [bad-argument-type]
ERROR torch/_inductor/lowering.py:1608:13-18: Argument `int | Unknown` is not assignable to parameter `index` with type `Symbol` in function `torch._inductor.ir.DynamicSelectStorageOffset.__init__` [bad-argument-type]
ERROR torch/_inductor/lowering.py:1609:13-34: Argument `Expr` is not assignable to parameter `base_offset` with type `Symbol | int` in function `torch._inductor.ir.DynamicSelectStorageOffset.__init__` [bad-argument-type]
ERROR torch/_inductor/lowering.py:1663:32-46: Argument `Expr | Unknown` is not assignable to parameter `val` with type `SymInt | int` in function `torch._inductor.utils.convert_symint_to_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:1670:13-1671:82: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:1670:13-1671:82: `-` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:1670:13-1671:82: `-` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:1707:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1713:33-44: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1715:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1717:55-66: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1773:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1778:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1779:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1780:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1797:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1799:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1800:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1801:33-44: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1802:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1818:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1854:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1856:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1868:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1881:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1882:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1883:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1884:51-64: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1885:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1906:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1908:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1909:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1910:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1919:44-57: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1922:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1945:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1947:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1954:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1960:72-85: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1961:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1984:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1986:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1987:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:1988:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2006:31-73: Argument `tuple[()] | tuple[Literal[0]]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2007:41-83: Argument `tuple[()] | tuple[Literal[0]]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2008:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2009:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2010:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2011:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2016:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2037:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2039:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2052:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2060:31-73: Argument `tuple[()] | tuple[Literal[0]]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2061:41-83: Argument `tuple[()] | tuple[Literal[0]]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2062:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2063:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2064:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2065:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2066:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2107:31-2109:14: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:2107:45-64: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2108:17-46: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2149:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2162:31-41: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2162:43-54: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2514:37-72: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.guard_int` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2559:20-55: `+` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:2571:47-55: Argument `list[int | Unknown]` is not assignable to parameter `new_size` with type `Sequence[Expr]` in function `torch._inductor.ir.GenericView.create` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2594:8-15: `<` is not supported between `Basic` and `Literal[0]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:2595:9-29: `+=` is not supported between `Basic` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:2596:12-36: `<=` is not supported between `Literal[0]` and `Basic` [unsupported-operation]
ERROR torch/_inductor/lowering.py:2596:12-36: `<` is not supported between `Basic` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:2654:19-39: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2795:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2814:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2815:61-72: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2818:47-58: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2850:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2865:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2931:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2954:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2955:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2956:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2981:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2981:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2986:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2989:81-87: Argument `int` is not assignable to parameter `offset` with type `Expr` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/lowering.py:2996:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2997:23-36: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:2997:38-52: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3004:36-39: Argument `list[int]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3005:39-42: Argument `list[int]` is not assignable to parameter with type `Sequence[Expr]` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3010:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3018:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3041:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3044:81-87: Argument `int` is not assignable to parameter `offset` with type `Expr` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3051:47-58: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3052:28-31: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.value_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3052:33-44: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3053:28-32: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.value_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3053:34-45: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3067:12-3072:6: Returned type `tuple[str, Expr, Expr, _IntLike]` is not assignable to declared return type `tuple[str, Expr, Expr, Expr]` [bad-return]
ERROR torch/_inductor/lowering.py:3082:12-46: Returned type `tuple[str, _IntLike]` is not assignable to declared return type `tuple[str, Expr]` [bad-return]
ERROR torch/_inductor/lowering.py:3086:62-73: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3089:23-3091:6: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:3090:10-15: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:3090:10-15: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:3130:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3130:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3217:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3217:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3473:30-54: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:3479:25-59: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3485:21-43: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3487:30-68: `*` is not supported between `Expr` and `Literal[8]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:3904:42-53: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3905:32-37: Argument `int | Unknown` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3905:39-50: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3939:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3948:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3955:55-66: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3962:25-67: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:3962:69-80: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3964:37-48: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3994:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3997:18-30: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3998:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:3999:33-46: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4001:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4003:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4010:35-39: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4029:50-61: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4030:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4042:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4058:20-35: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4069:20-36: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4071:31-42: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4149:35-40: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4180:37-50: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4183:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4184:65-75: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4201:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4211:61-71: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4227:37-50: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4256:37-50: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4288:33-46: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4290:36-59: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4291:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4340:21-31: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4419:27-38: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4419:40-51: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4419:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4419:65-76: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4426:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4426:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4679:40-50: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4679:52-63: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4692:56-66: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4692:68-79: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4701:31-34: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `view` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4724:27-30: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `view` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4784:26-36: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4785:55-65: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4844:14-25: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:4925:27-30: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `view` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4928:25-28: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `view` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4931:29-32: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `view` [bad-argument-type]
ERROR torch/_inductor/lowering.py:4948:32-62: Argument `Literal[1] | Unknown` is not assignable to parameter `size` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.indirect_indexing` [bad-argument-type]
ERROR torch/_inductor/lowering.py:5038:31-44: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5040:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5041:44-57: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5042:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5209:18-32: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5213:36-57: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5214:46-57: Cannot set item in `dict[str, list[int]]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5223:60-74: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5272:5-23: Cannot set item in `list[Expr]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5345:27-38: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5346:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5352:27-38: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5353:30-41: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5414:23-32: `-` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5487:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5488:61-72: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5520:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5568:42-52: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5582:49-76: Overload type was not compatible with solved type variables: _T = SymInt | int [incompatible-overload-residual]
ERROR torch/_inductor/lowering.py:5590:71-82: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5595:15-26: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5719:22-37: Argument `Sequence[_IntLike]` is not assignable to parameter `size` with type `Sequence[Expr]` in function `torch._inductor.ir.FlexibleLayout.__init__` [bad-argument-type]
ERROR torch/_inductor/lowering.py:5745:13-85: `-` is not supported between `type[UndefinedFunction]` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5745:13-85: `-` is not supported between `type[UndefinedFunction]` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5745:41-85: `type[UndefinedFunction]` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_inductor/lowering.py:5749:13-85: `-` is not supported between `type[UndefinedFunction]` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5749:13-85: `-` is not supported between `type[UndefinedFunction]` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5749:41-85: `type[UndefinedFunction]` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_inductor/lowering.py:5765:52-63: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5769:13-64: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:5769:66-77: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5772:13-64: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:5772:66-77: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5774:32-58: `+` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5774:32-58: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:5774:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5775:32-58: `+` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:5775:32-58: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:5775:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5777:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5778:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5779:66-77: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5780:65-76: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5785:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5786:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5790:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5795:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5808:61-74: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5844:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5845:45-56: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5848:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5849:45-56: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5948:67-78: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:5973:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6004:19-46: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6004:19-46: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6004:19-46: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6048:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6065:27-38: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6078:19-46: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6078:19-46: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6078:19-46: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6121:15-26: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6158:50-61: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6159:50-61: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6161:32-45: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6161:74-87: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6165:37-48: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6229:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6464:53-70: `+` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6468:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6530:13-85: `-` is not supported between `type[UndefinedFunction]` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6530:13-85: `-` is not supported between `type[UndefinedFunction]` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6530:41-85: `type[UndefinedFunction]` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_inductor/lowering.py:6534:13-85: `-` is not supported between `type[UndefinedFunction]` and `int` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6534:13-85: `-` is not supported between `type[UndefinedFunction]` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6534:41-85: `type[UndefinedFunction]` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_inductor/lowering.py:6557:44-55: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6558:44-55: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6559:42-53: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6560:42-53: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6561:49-60: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6562:49-60: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6567:44-55: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6571:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6573:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6574:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6575:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6576:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6585:13-64: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:6585:66-77: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6588:13-64: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:6588:66-77: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6590:32-58: `+` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6590:32-58: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:6590:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6591:32-58: `+` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6591:32-58: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:6591:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6593:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6594:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6595:66-77: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6596:65-76: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6601:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6602:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6617:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6624:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6639:72-85: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6727:57-68: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6728:48-59: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6730:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6741:64-75: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6751:48-59: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6755:50-61: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6768:28-50: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:6768:52-63: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6773:28-46: `+` is not supported between `type[UndefinedFunction]` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:6773:28-46: Argument `int` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:6773:48-59: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6778:49-60: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6782:58-69: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6794:58-69: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6813:76-87: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6820:76-87: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6827:76-87: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6843:59-72: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6948:55-66: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6979:34-44: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:6982:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7043:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7043:40-54: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7044:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7095:46-60: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7095:62-75: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7121:25-40: Argument `int` is not assignable to parameter `reduction_numel` with type `Expr` in function `torch._inductor.ir.Reduction.num_splits` [bad-argument-type]
ERROR torch/_inductor/lowering.py:7125:50-55: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_leq` [bad-argument-type]
ERROR torch/_inductor/lowering.py:7154:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7476:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7494:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7518:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7571:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7574:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7594:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7597:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7610:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7639:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7646:46-56: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7664:46-56: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7683:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7686:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7712:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7719:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7721:21-32: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7723:28-39: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7733:29-39: Argument `list[int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `view` [bad-argument-type]
ERROR torch/_inductor/lowering.py:7749:38-49: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7780:9-25: `//` is not supported between `Float` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:7780:9-25: `//` is not supported between `Integer` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:7780:9-25: `//` is not supported between `Rational` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/lowering.py:7791:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7813:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7820:35-46: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7832:61-72: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7833:29-40: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7838:15-26: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7854:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7859:15-25: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7872:30-41: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7877:15-26: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7892:29-40: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7897:15-26: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7921:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:7938:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8032:41-46: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:8106:41-46: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.ops_handler.OpsHandler.index_expr` [bad-argument-type]
ERROR torch/_inductor/lowering.py:8158:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8164:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8170:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8176:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8193:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8194:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8195:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8196:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8197:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8199:42-52: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8201:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8206:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8207:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8208:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8209:56-66: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8210:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8211:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8510:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8511:25-46: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8514:25-44: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8516:25-47: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8530:33-44: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8558:54-65: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8559:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:8826:63-78: Argument `list[InputDescriptor]` is not assignable to parameter `inputs` with type `list[SubgraphInput]` in function `torch._inductor.subgraph_lowering.lower_pointwise_subgraph` [bad-argument-type]
ERROR torch/_inductor/lowering.py:9011:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9011:37-50: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9011:52-66: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9017:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9018:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9024:15-27: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9029:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9057:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9057:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/lowering.py:9058:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:180:37-83: `list[Expr]` is not assignable to `list[int] | tuple[int, ...]` [bad-assignment]
ERROR torch/_inductor/mkldnn_ir.py:188:25-71: `list[Expr]` is not assignable to variable `output_stride` with type `list[int] | tuple[int, ...]` [bad-assignment]
ERROR torch/_inductor/mkldnn_ir.py:275:55-66: Argument `list[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/mkldnn_ir.py:675:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:675:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:842:59-70: Argument `list[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/mkldnn_ir.py:1050:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:1050:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:1173:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:1173:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_ir.py:1281:47-55: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/mkldnn_ir.py:1282:47-55: Argument `Sequence[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/mkldnn_ir.py:1291:21-34: Argument `list[Expr] | list[int] | Unknown` is not assignable to parameter `stride` with type `Sequence[Expr] | None` in function `torch._inductor.ir.Layout.__init__` [bad-argument-type]
ERROR torch/_inductor/mkldnn_ir.py:1351:59-70: Argument `list[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:59:33-42: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:59:55-66: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:67:33-42: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:67:55-66: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:140:21-37: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:199:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:224:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:239:8-28: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:386:29-45: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:448:29-45: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:451:29-45: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:472:47-87: `list[int]` is not assignable to dict key `input_indices` with type `((buf: Unknown) -> Unknown) | bool` [bad-assignment]
ERROR torch/_inductor/mkldnn_lowerings.py:599:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:599:49-62: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:604:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:604:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:609:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:609:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:614:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:614:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:672:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:672:49-62: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:677:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:677:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:682:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:682:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:687:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:687:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:692:38-51: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:692:53-67: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:693:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:693:58-72: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:745:50-60: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:745:62-81: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:751:29-45: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:755:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:755:49-62: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:760:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:767:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:767:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:772:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:772:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:779:58-69: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:794:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:794:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:798:36-47: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:803:69-80: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:805:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:805:53-64: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:822:25-36: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:823:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:844:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:845:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:846:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:847:29-39: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:868:57-70: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:898:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:898:70-84: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:899:50-64: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:900:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:907:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:919:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:932:47-58: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:932:60-70: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:940:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:943:52-63: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:945:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:949:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:967:46-57: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:967:59-69: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1064:29-45: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:1065:31-48: Argument `list[Expr | int]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `torch._inductor.lowering.view` [bad-argument-type]
ERROR torch/_inductor/mkldnn_lowerings.py:1069:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1069:49-62: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1074:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1081:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1081:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1086:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1086:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1091:58-69: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1097:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1097:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1105:36-47: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1109:69-80: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1111:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1111:53-64: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1115:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1116:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1117:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1117:57-71: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1148:25-36: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1149:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1171:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1172:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1173:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1174:29-39: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1205:57-70: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1226:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1226:70-84: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1227:50-64: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1228:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1233:49-62: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1233:64-78: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1234:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1235:57-70: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1242:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1257:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1270:47-58: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1270:60-70: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1278:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1281:52-63: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1283:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1287:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1290:62-73: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1294:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/mkldnn_lowerings.py:1382:12-28: No attribute `has_mkl` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:93:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:139:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:149:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:162:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:163:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:172:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:186:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:192:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:198:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:204:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:204:69-80: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:263:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:264:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:292:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:304:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:319:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:757:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:757:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:760:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:1042:16-70: Returned type `Expr` is not assignable to declared return type `Symbol` [bad-return]
ERROR torch/_inductor/ops_handler.py:1057:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:1058:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:1147:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:1178:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/ops_handler.py:1181:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:32:17-28: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:32:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:56:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:57:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:58:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:95:15-26: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:111:33-44: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:200:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:201:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:218:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:227:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:240:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/optimize_indexing.py:356:67-73: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/_inductor/output_code.py:487:36-57: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/output_code.py:653:37-52: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_inductor/pattern_matcher.py:1207:17-25: Class member `Replacer.run_node` overrides parent class `Interpreter` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/pattern_matcher.py:1673:33-52: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/pattern_matcher.py:1812:12-43: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_inductor/pattern_matcher.py:2031:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/pattern_matcher.py:2031:59-70: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/pattern_matcher.py:2743:13-21: Class member `CopyGraph.run_node` overrides parent class `Transformer` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/quantized_lowerings.py:24:5-30: No attribute `_weight_int8pack_mm` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:65:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:65:50-63: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:65:65-76: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:66:37-47: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:111:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:111:50-63: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:111:65-76: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:112:37-48: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:115:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:115:44-55: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:154:20-33: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_inductor/quantized_lowerings.py:154:55-66: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/remote_cache.py:26:12-17: Cannot find module `redis` [missing-import]
ERROR torch/_inductor/remote_cache.py:418:20-51: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_inductor/remote_gemm_autotune_cache.py:16:9-82: Cannot find module `torch._inductor.fb.remote_gemm_autotune_cache` [missing-import]
ERROR torch/_inductor/runtime/autotune_cache.py:412:13-77: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_inductor/runtime/autotune_cache.py:623:9-73: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_inductor/runtime/benchmarking.py:42:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:45:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:47:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:203:64-76: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:204:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:233:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:264:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:267:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:279:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:311:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:483:13-48: Cannot find module `triton.testing` [missing-import]
ERROR torch/_inductor/runtime/benchmarking.py:547:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:564:52-64: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:602:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:649:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:651:19-28: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:731:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:778:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/benchmarking.py:779:43-52: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/caching/encoders.py:63:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/caching/implementations.py:347:5-53: Cannot find module `torch._inductor.runtime.caching.fb.implementations` [missing-import]
ERROR torch/_inductor/runtime/compile_tasks.py:78:9-33: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/runtime/compile_tasks.py:192:13-37: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/runtime/cutedsl_cache.py:112:20-40: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_inductor/runtime/debug_utils.py:110:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/debug_utils.py:111:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/debug_utils.py:114:9-28: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/hints.py:56:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/runtime/hints.py:57:12-36: Cannot find module `triton.backends.compiler` [missing-import]
ERROR torch/_inductor/runtime/hints.py:58:12-36: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_inductor/runtime/hints.py:62:9-61: Cannot find module `triton.backends.compiler` [missing-import]
ERROR torch/_inductor/runtime/hints.py:85:9-61: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_inductor/runtime/runtime_utils.py:174:9-49: Cannot find module `triton.runtime.cache` [missing-import]
ERROR torch/_inductor/runtime/runtime_utils.py:179:13-53: Cannot find module `triton.runtime.cache` [missing-import]
ERROR torch/_inductor/runtime/runtime_utils.py:217:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:233:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:234:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:235:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:236:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:237:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:238:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:239:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:240:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:241:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:242:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:243:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:244:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/runtime_utils.py:251:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/runtime/static_triton_launcher.py:325:30-49: Could not import `_StaticCudaLauncher` from `torch._C` [missing-module-attribute]
ERROR torch/_inductor/runtime/static_triton_launcher.py:333:30-49: Cannot index into `object` [bad-index]
ERROR torch/_inductor/runtime/static_triton_launcher.py:336:14-35: `in` is not supported between `Literal['cubin']` and `object` [not-iterable]
ERROR torch/_inductor/runtime/static_triton_launcher.py:338:30-49: Cannot index into `object` [bad-index]
ERROR torch/_inductor/runtime/static_triton_launcher.py:349:30-48: Could not import `_StaticXpuLauncher` from `torch._C` [missing-module-attribute]
ERROR torch/_inductor/runtime/triton_compat.py:10:12-18: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:16:12-33: Cannot find module `triton.language` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:17:5-30: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:18:5-47: Cannot find module `triton.compiler` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:19:5-56: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:20:5-64: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:23:9-56: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:30:9-55: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:35:9-55: Cannot find module `triton.backends.compiler` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:50:9-52: Cannot find module `triton.language.extra` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:66:9-51: Cannot find module `triton.language.standard` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:83:9-33: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:90:9-92:10: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_inductor/runtime/triton_compat.py:95:9-56: Cannot find module `triton.runtime.errors` [missing-import]
ERROR torch/_inductor/runtime/triton_lazy_compile.py:81:5-64: Cannot find module `triton.tools.tensor_descriptor` [missing-import]
ERROR torch/_inductor/scheduler.py:235:35-64: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:239:35-74: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:250:25-31: Argument `Unknown | None` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:254:20-36: Returned type `tuple[Unknown, Unknown | None]` is not assignable to declared return type `tuple[Expr, Expr]` [bad-return]
ERROR torch/_inductor/scheduler.py:325:51-64: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:388:26-37: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:398:32-40: `*` is not supported between `Expr` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:545:61-68: Argument `tuple[Expr, ...]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:545:70-77: Argument `tuple[Expr, ...]` is not assignable to parameter `right` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:693:13-73: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:723:17-25: Argument `tuple[Expr, ...]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:726:59-67: Argument `tuple[Expr, ...]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:760:17-77: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:766:17-77: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:770:13-21: Argument `tuple[Expr, ...]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:874:49-75: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:875:51-81: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:899:17-58: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:903:13-55: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:954:21-55: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:960:21-54: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:972:13-47: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:979:13-46: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:1158:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:1169:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:1430:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:1727:17-1728:54: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:1773:23-53: `Expr | TensorBox | TorchBindObject` is not assignable to variable `buf` with type `Buffer | TensorBox | TorchBindObject` [bad-assignment]
ERROR torch/_inductor/scheduler.py:2167:20-33: Returned type `tuple[list[int], list[Expr]]` is not assignable to declared return type `Sequence[Sequence[Expr]]` [bad-return]
ERROR torch/_inductor/scheduler.py:2801:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:2813:9-21: Class member `FusedSchedulerNode.add_fake_dep` overrides parent class `BaseSchedulerNode` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/scheduler.py:2982:27-41: Argument `tuple[Expr, ...]` is not assignable to parameter `grouped_rnumel` with type `Expr` in function `NestedReduction._get_grouped_reduction_and_size` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:2991:13-24: Argument `tuple[Expr, ...]` is not assignable to parameter `outer_numel` with type `Expr` in function `NestedReduction.get_grouped_axis` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:2992:13-25: Argument `tuple[Expr, ...]` is not assignable to parameter `outer_rnumel` with type `Expr` in function `NestedReduction.get_grouped_axis` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:3003:31-44: Argument `tuple[Expr, ...]` is not assignable to parameter `grouped_numel` with type `Expr` in function `PointwiseDomainContext.__init__` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:3004:32-46: Argument `tuple[Expr, ...]` is not assignable to parameter `grouped_rnumel` with type `Expr` in function `PointwiseDomainContext.__init__` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:3006:36-63: Argument `tuple[tuple[Expr, ...], tuple[Expr, ...]]` is not assignable to parameter `parent_full_domain` with type `tuple[Expr, ...]` in function `PointwiseDomainContext.__init__` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:3101:69-74: Argument `int` is not assignable to parameter `numel` with type `Expr` in function `torch._inductor.codegen.simd_kernel_features.SIMDKernelFeatures.__init__` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:3201:9-13: Class member `ForeachKernelSchedulerNode.fuse` overrides parent class `FusedSchedulerNode` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/scheduler.py:3440:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:3568:9-21: Class member `GroupedSchedulerNode.add_fake_dep` overrides parent class `BaseSchedulerNode` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/scheduler.py:3610:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:4041:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:4063:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:4359:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:4363:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:4528:52-54: Cannot set item in `dict[Symbol, Unknown]` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:4535:56-58: Cannot set item in `dict[Symbol, Unknown]` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:4750:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:5069:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:5313:9-60: Cannot find module `triton.compiler.errors` [missing-import]
ERROR torch/_inductor/scheduler.py:6554:49-64: Argument `int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_gt` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:6812:65-69: Argument `Basic | Any` is not assignable to parameter `index` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.combine_modular_indexing_pairs` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:6814:35-53: No matching overload found for function `sum` called with arguments: (list[Expr]) [no-matching-overload]
ERROR torch/_inductor/scheduler.py:7019:24-46: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/scheduler.py:7147:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:7602:74-85: Argument `Expr` is not assignable to parameter `new_range` with type `int` in function `SchedulerNode.expand_dimension_for_pointwise_node` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:7945:17-49: Argument `type[UndefinedFunction]` is not assignable to parameter `left` with type `Expr | int` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:7948:40-71: Argument `type[UndefinedFunction]` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.simplify` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:8441:31-39: Object of class `Expr` has no attribute `data` [missing-attribute]
ERROR torch/_inductor/scheduler.py:8473:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:8494:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:8899:17-29: Argument `list[Expr | IRNode | TorchBindObject]` is not assignable to parameter `output_nodes` with type `list[IRNode]` in function `torch._inductor.ir.GraphPartitionSignature.__init__` [bad-argument-type]
ERROR torch/_inductor/scheduler.py:9295:73-85: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:9301:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/scheduler.py:9569:9-60: Cannot find module `triton.compiler.errors` [missing-import]
ERROR torch/_inductor/scheduler.py:9722:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:397:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:425:31-44: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:425:46-60: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:429:29-42: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:447:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:448:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:448:74-85: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:450:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:450:67-78: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:451:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:457:48-59: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:469:20-30: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:471:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:472:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:474:9-26: Class member `ModificationWrapper.indirect_indexing` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/select_algorithm.py:819:50-57: Argument `list[Expr]` is not assignable to parameter `sizes` with type `Sequence[int]` in function `torch._inductor.ir.FlexibleLayout.contiguous_strides` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:1071:47-57: Argument `int | Unknown` is not assignable to parameter `index` with type `Expr | list[Expr] | tuple[Expr, ...]` in function `torch._inductor.codegen.common.Kernel.rename_indexing` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:1072:54-55: Argument `int | Unknown` is not assignable to parameter `index` with type `Expr | list[Expr] | tuple[Expr, ...]` in function `torch._inductor.codegen.common.Kernel.rename_indexing` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:1111:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:1556:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:1698:43-44: Argument `int` is not assignable to parameter `index` with type `Expr | list[Expr] | tuple[Expr, ...]` in function `torch._inductor.codegen.common.Kernel.rename_indexing` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:1837:24-54: Returned type `list[Expr]` is not assignable to declared return type `list[int]` [bad-return]
ERROR torch/_inductor/select_algorithm.py:2256:70-81: Argument `list[_IntLike] | list[Unknown]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:2260:50-51: Argument `Expr | int | Unknown` is not assignable to parameter `expr` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.simplify` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:2281:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:2331:27-45: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:2679:31-42: Argument `Sequence[_IntLike]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:2876:26-37: `Sequence[_IntLike]` is not assignable to variable `call_sizes` with type `Sequence[Symbol] | None` [bad-assignment]
ERROR torch/_inductor/select_algorithm.py:2882:13-23: Argument `Sequence[Symbol] | None` is not assignable to parameter `call_sizes` with type `Sequence[Symbol]` in function `TritonTemplate.generate_and_load` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:2991:17-27: Argument `Sequence[Symbol] | None` is not assignable to parameter `exprs` with type `Iterable[Expr | int]` in function `torch._inductor.sizevars.SizeVarAllocator.optimization_hints_with_override` [bad-argument-type]
ERROR torch/_inductor/select_algorithm.py:3329:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4767:38-60: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4768:36-49: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4772:35-46: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4774:32-54: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4776:36-47: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4787:21-37: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4803:34-56: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4804:32-45: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4808:27-38: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4810:24-46: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4812:32-43: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4822:22-38: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4959:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:4960:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/select_algorithm.py:5078:21-72: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_inductor/shape_propagation.py:20:61-72: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:69:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:88:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:104:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:105:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:118:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:119:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:132:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/shape_propagation.py:137:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/sizevars.py:128:25-32: `+` is not supported between `Symbol` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:130:27-44: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:175:22-72: `+` is not supported between `Expr` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:183:17-70: `tuple[Any, dict[Any, Any]]` is not assignable to variable `index` with type `Expr` [bad-assignment]
ERROR torch/_inductor/sizevars.py:187:17-86: `tuple[Any, dict[Any, Any]]` is not assignable to variable `index` with type `Expr` [bad-assignment]
ERROR torch/_inductor/sizevars.py:220:18-31: Object of class `bool` has no attribute `xreplace` [missing-attribute]
ERROR torch/_inductor/sizevars.py:339:28-346:10: No matching overload found for function `typing.MutableMapping.update` called with arguments: (dict[Expr, ValueRanges[Expr]]) [no-matching-overload]
ERROR torch/_inductor/sizevars.py:342:31-36: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:349:30-33: Cannot set item in `dict[Symbol, ValueRanges[Expr]]` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:358:27-35: `<=` is not supported between `Literal[0]` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:359:27-44: `<` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:381:36-44: `+` is not supported between `Expr` and `Wild` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:384:45-52: `<` is not supported between `Expr` and `Basic` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:411:20-418:14: `tuple[Any, dict[Any, Any]]` is not assignable to variable `expr` with type `Expr` [bad-assignment]
ERROR torch/_inductor/sizevars.py:421:20-427:14: `tuple[Any, dict[Any, Any]]` is not assignable to variable `expr` with type `Expr` [bad-assignment]
ERROR torch/_inductor/sizevars.py:476:72-79: `+` is not supported between `Symbol` and `Symbol` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:544:16-29: `<=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:544:16-29: `<=` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:551:16-29: `>=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:551:16-29: `>=` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:558:16-28: `<` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:558:16-28: `<` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:565:16-28: `>` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:565:16-28: `>` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:599:41-42: Argument `Basic` is not assignable to parameter `numerator` with type `Expr` in function `SizeVarAllocator._is_multiple_of` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:606:37-38: Argument `Basic` is not assignable to parameter `numerator` with type `Expr` in function `SizeVarAllocator._is_multiple_of` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:607:17-18: Argument `Basic` is not assignable to parameter `numerator` with type `Expr` in function `SizeVarAllocator._is_multiple_of` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:676:21-33: Argument `Basic` is not assignable to parameter `base` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_floor_div` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:676:35-47: Argument `Basic` is not assignable to parameter `divisor` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_floor_div` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:682:21-33: Argument `Basic` is not assignable to parameter `base` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_mod` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:682:35-47: Argument `Basic` is not assignable to parameter `modulus` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_mod` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:720:17-38: `*=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:726:32-68: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:726:32-68: `*` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:747:60-64: Argument `Basic` is not assignable to parameter `base` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_floor_div` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:747:66-73: Argument `(Basic & int) | Integer` is not assignable to parameter `divisor` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_floor_div` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:748:50-54: Argument `Basic` is not assignable to parameter `base` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_mod` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:748:56-63: Argument `Basic` is not assignable to parameter `modulus` with type `Expr` in function `SizeVarAllocator._analyze_lane_contiguity_mod` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:761:13-31: Argument `Expr | int | None` is not assignable to parameter `left` with type `Expr | int` in function `SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:794:13-31: Argument `Expr | int | None` is not assignable to parameter `left` with type `Expr | int` in function `SizeVarAllocator.statically_known_equals` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:831:33-66: Argument `dict[Symbol, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:839:20-41: Argument `Equality | Relational | Unequality` is not assignable to parameter `expr` with type `Expr` in function `SizeVarAllocator.check` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:840:16-20: Returned type `Expr` is not assignable to declared return type `None` [bad-return]
ERROR torch/_inductor/sizevars.py:847:20-41: Argument `Equality | Relational | Unequality` is not assignable to parameter `expr` with type `Expr` in function `SizeVarAllocator.check` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:848:33-66: Argument `dict[Symbol, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:851:20-41: Argument `Equality | LessThan | NotImplementedType | Relational | Unequality` is not assignable to parameter `expr` with type `Expr` in function `SizeVarAllocator.check` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:854:20-41: Argument `Equality | NotImplementedType | Relational | StrictLessThan | Unequality` is not assignable to parameter `expr` with type `Expr` in function `SizeVarAllocator.check` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:893:16-897:10: Returned type `Basic | Unknown` is not assignable to declared return type `bool` [bad-return]
ERROR torch/_inductor/sizevars.py:940:65-66: Argument `Basic` is not assignable to parameter `a` with type `Expr` in function `le_rhs` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:943:65-66: Argument `Basic` is not assignable to parameter `a` with type `Expr` in function `le_rhs` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:1002:33-55: Argument `dict[Symbol, Integer] | Unknown` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:1071:35-68: Argument `dict[Symbol, Expr]` is not assignable to parameter `precomputed_replacements` with type `dict[Expr, Symbol]` in function `torch.fx.experimental._size_hinting._guarding_hint_or_throw_base` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:1092:35-68: Argument `dict[Symbol, Expr]` is not assignable to parameter `precomputed_replacements` with type `dict[Expr, Symbol]` in function `torch.fx.experimental._size_hinting._optimization_hint_base` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:1141:56-60: Argument `Expr | int` is not assignable to parameter `expr` with type `Expr` in function `SizeVarAllocator.simplify` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:1239:21-1240:63: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1338:20-47: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/sizevars.py:1406:47-57: `/` is not supported between `Mul` and `Basic` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1421:46-49: Argument `Basic | Symbol` is not assignable to parameter `left` with type `Expr` in function `SizeVarAllocator.statically_known_geq` [bad-argument-type]
ERROR torch/_inductor/sizevars.py:1423:20-31: Returned type `tuple[Expr | Unknown, Basic | Symbol]` is not assignable to declared return type `tuple[Expr, Symbol] | None` [bad-return]
ERROR torch/_inductor/sizevars.py:1471:31-51: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1502:26-70: `*` is not supported between `Wild` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1512:25-1513:32: `-` is not supported between `Add` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1520:26-70: `*` is not supported between `Wild` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1528:25-1529:32: `-` is not supported between `Add` and `Expr` [unsupported-operation]
ERROR torch/_inductor/sizevars.py:1559:9-19: Class member `SimplifyIndexing.index_expr` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/sizevars.py:1562:9-19: Class member `SimplifyIndexing.value_expr` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/sizevars.py:1565:9-21: Class member `SimplifyIndexing.check_bounds` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/subgraph_lowering.py:135:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/subgraph_lowering.py:136:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/subgraph_lowering.py:153:9-20: Class member `TracingOpsHandler.placeholder` overrides parent class `WrapperHandler` in an inconsistent manner [bad-override-param-name]
ERROR torch/_inductor/subgraph_lowering.py:181:33-37: Argument `Basic | int` is not assignable to parameter `object` with type `TensorBox` in function `list.append` [bad-argument-type]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:100:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:100:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:260:16-34: Cannot find module `nvMatmulHeuristics` [missing-import]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:288:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:293:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:293:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:295:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:296:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:303:16-34: Cannot find module `nvMatmulHeuristics` [missing-import]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:306:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:307:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:308:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:309:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:310:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:311:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/nv_universal_gemm.py:312:13-35: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:51:5-46: Cannot find module `triton` [missing-import]
ERROR torch/_inductor/template_heuristics/triton.py:955:32-39: Argument `int` is not assignable to parameter with type `Integer` [bad-argument-type]
ERROR torch/_inductor/template_heuristics/triton.py:955:41-48: Argument `int` is not assignable to parameter with type `Integer` [bad-argument-type]
ERROR torch/_inductor/template_heuristics/triton.py:955:50-57: Argument `int` is not assignable to parameter with type `Integer` [bad-argument-type]
ERROR torch/_inductor/template_heuristics/triton.py:1181:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1186:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1252:24-33: `*` is not supported between `Float` and `Integer` [unsupported-operation]
ERROR torch/_inductor/template_heuristics/triton.py:1252:24-33: `*` is not supported between `Rational` and `Integer` [unsupported-operation]
ERROR torch/_inductor/template_heuristics/triton.py:1318:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1319:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1320:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1321:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1322:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1323:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1324:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1325:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1326:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1330:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1331:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1332:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1333:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1334:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1335:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1336:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1337:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1338:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1339:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1340:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1341:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1345:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1346:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1347:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1348:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1349:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1350:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1351:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1352:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1353:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1354:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1358:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1359:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1360:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1361:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1362:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1363:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1364:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1365:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1366:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1367:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1368:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1391:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1413:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1434:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1512:44-57: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1622:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1623:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1624:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1625:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1626:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1627:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1628:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1629:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1630:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1634:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1635:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1636:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1637:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1638:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1639:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1640:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1641:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1642:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1831:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1844:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1865:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1923:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1924:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1925:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1926:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1927:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1928:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1929:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1930:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1931:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1976:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:1984:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2004:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2299:37-55: Object of class `MMTemplateConfigMixin` has no attribute `triton_config` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2373:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2402:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2406:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2412:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2413:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2414:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2415:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/template_heuristics/triton.py:2460:72-81: Argument `int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_lt` [bad-argument-type]
ERROR torch/_inductor/test_operators.py:9:61-70: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/tiling_utils.py:117:20-38: No matching overload found for function `sum` called with arguments: (list[Basic | Any]) [no-matching-overload]
ERROR torch/_inductor/tiling_utils.py:124:16-21: `/` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:136:41-59: Argument `dict[Basic, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:159:23-24: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:161:23-24: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:161:37-38: Argument `Basic` is not assignable to parameter `v` with type `Expr | int` in function `get_hint` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:163:36-45: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:168:19-20: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:170:41-50: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:177:19-20: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:197:23-24: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:199:23-24: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:199:37-38: Argument `Basic` is not assignable to parameter `v` with type `Expr | int` in function `get_hint` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:201:36-45: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:203:19-20: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:205:41-50: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:209:12-32: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:210:23-24: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:213:17-55: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:213:35-44: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:215:19-20: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:277:9-36: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:315:44-60: `tuple[Expr, ...]` is not assignable to attribute `pointwise_numel` with type `Expr` [bad-assignment]
ERROR torch/_inductor/tiling_utils.py:316:38-54: `tuple[Expr, ...]` is not assignable to attribute `red_numel` with type `Expr` [bad-assignment]
ERROR torch/_inductor/tiling_utils.py:344:21-32: Argument `tuple[tuple[Expr, ...], ...]` is not assignable to parameter `groups` with type `Iterable[Expr]` in function `torch._inductor.codegen.simd.SIMDKernel.prepare_split_iteration_lengths` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:495:52-66: `*` is not supported between `Symbol` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:496:20-39: `*` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:525:35-51: `tuple[Expr, ...]` is not assignable to `Expr` [bad-assignment]
ERROR torch/_inductor/tiling_utils.py:526:29-45: `tuple[Expr, ...]` is not assignable to `Expr` [bad-assignment]
ERROR torch/_inductor/tiling_utils.py:592:20-55: Returned type `tuple[Any, dict[Any, Any]]` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/tiling_utils.py:595:47-54: Argument `dict[Symbol, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:598:48-55: Argument `dict[Symbol, Expr]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:620:9-15: Argument `dict[Expr, Expr]` is not assignable to parameter `var_ranges` with type `dict[Symbol, int]` in function `FusedNormalizedReadsWrites.__init__` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:635:33-34: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:641:61-70: Argument `list[int]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:648:61-75: Argument `Sequence[_IntLike] | Sequence[Expr]` is not assignable to parameter `it` with type `Iterable[Expr]` in function `torch._inductor.utils.sympy_product` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:736:67-77: Argument `dict[Symbol, int]` is not assignable to parameter `var_ranges` with type `dict[Expr, int]` in function `find_coalesced_var` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:741:71-81: Argument `dict[Symbol, int]` is not assignable to parameter `var_ranges` with type `dict[Expr, int]` in function `find_broadcast_var` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:765:53-57: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:767:53-57: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:768:33-46: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:771:57-61: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:772:37-50: `-` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:779:34-53: Cannot index into `dict[Symbol, int]` [bad-index]
ERROR torch/_inductor/tiling_utils.py:779:34-53: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:781:34-47: Cannot index into `dict[Symbol, int]` [bad-index]
ERROR torch/_inductor/tiling_utils.py:781:34-47: Cannot set item in `dict[Symbol, int]` [unsupported-operation]
ERROR torch/_inductor/tiling_utils.py:787:30-46: Argument `dict[Symbol, int]` is not assignable to parameter `coalesced_by_var` with type `dict[Expr, int]` in function `CoalesceVarAnalysis.__init__` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:809:60-69: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `torch._inductor.utils.sympy_subs` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:820:24-48: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/_inductor/tiling_utils.py:825:57-70: Argument `int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_lt` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:833:54-70: Argument `Literal[8]` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_lt` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:842:30-46: Argument `dict[Symbol, int]` is not assignable to parameter `coalesced_by_var` with type `dict[Expr, int]` in function `CoalesceVarAnalysis.__init__` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:858:30-46: Argument `dict[Symbol, int]` is not assignable to parameter `coalesced_by_var` with type `dict[Expr, int]` in function `CoalesceVarAnalysis.__init__` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:868:26-42: Argument `dict[Symbol, int]` is not assignable to parameter `coalesced_by_var` with type `dict[Expr, int]` in function `CoalesceVarAnalysis.__init__` [bad-argument-type]
ERROR torch/_inductor/tiling_utils.py:871:35-49: Argument `Expr` is not assignable to parameter `var` with type `Symbol` in function `VarTiling.__init__` [bad-argument-type]
ERROR torch/_inductor/utils.py:167:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:169:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:170:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:171:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:172:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:173:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:174:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:175:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:176:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:177:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:178:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:179:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:180:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:181:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:182:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:183:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:199:37-43: Argument `tuple[Basic, ...] | tuple[Expr, ...]` is not assignable to parameter `iterable` with type `Iterable[Expr]` in function `map.__new__` [bad-argument-type]
ERROR torch/_inductor/utils.py:210:9-13: Class member `align.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/_inductor/utils.py:212:20-38: Returned type `int` is not assignable to declared return type `Expr | None` [bad-return]
ERROR torch/_inductor/utils.py:246:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:246:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:282:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:286:11-21: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:418:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:418:48-57: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:478:9-46: Cannot find module `torchvision.ops` [missing-import]
ERROR torch/_inductor/utils.py:480:9-55: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/utils.py:491:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:491:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:493:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:495:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:498:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:503:28-59: Overload type was not compatible with solved type variables: _S = Expr, _T = Expr [incompatible-overload-residual]
ERROR torch/_inductor/utils.py:508:29-34: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:528:12-531:6: Returned type `list[type[UndefinedFunction]]` is not assignable to declared return type `list[Expr]` [bad-return]
ERROR torch/_inductor/utils.py:550:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:668:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:729:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:732:12-24: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1058:55-66: Argument `Sequence[_IntLike]` is not assignable to parameter `shape` with type `Iterable[int]` in function `stringify_shape` [bad-argument-type]
ERROR torch/_inductor/utils.py:1059:56-69: Argument `Sequence[Expr]` is not assignable to parameter `shape` with type `Iterable[int]` in function `stringify_shape` [bad-argument-type]
ERROR torch/_inductor/utils.py:1181:73-93: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `sympy_str_mul` [bad-argument-type]
ERROR torch/_inductor/utils.py:1192:53-54: Index 1 out of range for tuple with 1 elements [bad-index]
ERROR torch/_inductor/utils.py:1204:69-78: Argument `tuple[Basic, ...]` is not assignable to parameter `iterable` with type `Iterable[Expr]` in function `map.__new__` [bad-argument-type]
ERROR torch/_inductor/utils.py:1266:12-43: Returned type `Basic` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/_inductor/utils.py:1330:61-73: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1332:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1340:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1520:20-70: Returned type `Basic` is not assignable to declared return type `bool` [bad-return]
ERROR torch/_inductor/utils.py:1520:44-48: Argument `Expr | SymInt` is not assignable to parameter `orig_expr` with type `Basic` in function `torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_expr` [bad-argument-type]
ERROR torch/_inductor/utils.py:1522:21-34: `<` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:1524:21-34: `>` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:1541:19-74: No matching overload found for function `sorted` called with arguments: (list[tuple[int, Expr | int | Unknown]], key=(tuple[int, Expr]) -> SupportsAllComparisons, reverse=bool) [no-matching-overload]
ERROR torch/_inductor/utils.py:1547:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1550:17-29: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1552:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1914:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1915:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1918:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1973:16-54: No attribute `_get_sm_carveout_experimental` in module `torch._C` [missing-attribute]
ERROR torch/_inductor/utils.py:1979:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:1990:15-19: Argument `int` is not assignable to parameter `count` with type `Expr` in function `torch._inductor.codegen.common.WorkspaceArg.__init__` [bad-argument-type]
ERROR torch/_inductor/utils.py:2006:49-60: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2056:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2056:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2056:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2058:26-39: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2058:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2058:57-70: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2058:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2060:31-50: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2060:52-69: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2098:62-72: Argument `Expr | int` is not assignable to parameter `numerator` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_multiple_of` [bad-argument-type]
ERROR torch/_inductor/utils.py:2111:35-40: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `_is_tma_compatible` [bad-argument-type]
ERROR torch/_inductor/utils.py:2123:43-48: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `_is_tma_compatible_xpu` [bad-argument-type]
ERROR torch/_inductor/utils.py:2125:35-40: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `_is_tma_compatible` [bad-argument-type]
ERROR torch/_inductor/utils.py:2130:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2175:72-81: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_geq` [bad-argument-type]
ERROR torch/_inductor/utils.py:2183:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2197:53-62: Argument `Expr | int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_gt` [bad-argument-type]
ERROR torch/_inductor/utils.py:2212:17-28: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2212:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2219:31-56: Argument `Equality | LessThan | NotImplementedType | Relational | Unequality` is not assignable to parameter `object` with type `LessThan` in function `list.append` [bad-argument-type]
ERROR torch/_inductor/utils.py:2242:41-53: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `_descriptor_shape_fits_in_int32` [bad-argument-type]
ERROR torch/_inductor/utils.py:2247:9-27: Argument `Sequence[_IntLike]` is not assignable to parameter `sizes` with type `Sequence[Expr]` in function `_descriptor_shape_fits_in_int32` [bad-argument-type]
ERROR torch/_inductor/utils.py:2318:12-29: Cannot find module `cutlass_api.utils` [missing-import]
ERROR torch/_inductor/utils.py:2321:56-78: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2323:16-23: Cannot find module `cutlass` [missing-import]
ERROR torch/_inductor/utils.py:2328:25-47: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2390:22-36: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2445:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2445:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2445:53-64: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2558:29-54: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2559:29-54: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2583:29-53: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2584:29-53: `*` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2610:27-33: `//` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2610:27-33: `//` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/utils.py:2610:27-33: `//` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2610:35-41: `//` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2610:35-41: `//` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/utils.py:2610:35-41: `//` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/_inductor/utils.py:2625:17-23: `//` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/_inductor/utils.py:2707:29-42: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2707:44-58: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2707:60-73: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2765:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2796:38-49: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2796:51-61: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2797:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2797:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2797:53-63: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2797:65-76: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:2797:78-88: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3089:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3095:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3100:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3102:16-29: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3117:19-40: No attribute `get_num_threads` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3130:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3148:5-78: Cannot find module `triton.testing` [missing-import]
ERROR torch/_inductor/utils.py:3155:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3155:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3155:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3162:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3162:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3166:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3168:40-53: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3170:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3170:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3174:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3176:40-53: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3181:5-45: Cannot find module `triton.testing` [missing-import]
ERROR torch/_inductor/utils.py:3187:5-38: Cannot find module `triton.runtime` [missing-import]
ERROR torch/_inductor/utils.py:3572:9-55: Cannot find module `triton.backends.compiler` [missing-import]
ERROR torch/_inductor/utils.py:3573:9-58: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_inductor/utils.py:3588:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3589:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3596:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3597:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3598:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3599:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3608:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3643:57-68: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3644:17-31: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3646:19-33: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3649:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3649:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3655:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3656:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3686:60-70: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3686:72-83: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3834:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3849:14-30: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3850:12-28: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3910:15-26: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3910:27-38: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:3937:51-59: `<` is not supported between `Expr` and `float` [unsupported-operation]
ERROR torch/_inductor/utils.py:3985:9-73: Cannot find module `torch._inductor.fb.remote_cache` [missing-import]
ERROR torch/_inductor/utils.py:4016:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4022:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4026:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4075:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4084:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4115:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4122:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4122:48-59: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4125:19-32: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4125:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4129:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4217:12-36: Cannot find module `triton.backends.compiler` [missing-import]
ERROR torch/_inductor/utils.py:4218:12-36: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/_inductor/utils.py:4280:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4281:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4354:9-54: Cannot find module `libfb.py.parutil` [missing-import]
ERROR torch/_inductor/utils.py:4380:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4384:9-13: Argument `int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_lt` [bad-argument-type]
ERROR torch/_inductor/utils.py:4385:49-53: Argument `int` is not assignable to parameter `left` with type `Expr` in function `torch._inductor.sizevars.SizeVarAllocator.statically_known_geq` [bad-argument-type]
ERROR torch/_inductor/utils.py:4386:16-27: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4388:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4734:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4832:13-88: Cannot find module `torch._inductor.fb.tlx_templates.registry` [missing-import]
ERROR torch/_inductor/utils.py:4852:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4853:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4889:38-60: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4892:21-43: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4892:63-82: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4894:13-52: Argument `Expr | int` is not assignable to parameter `x` with type `int` in function `_round_up` [bad-argument-type]
ERROR torch/_inductor/utils.py:4897:13-52: Argument `Expr | int` is not assignable to parameter `x` with type `int` in function `_round_up` [bad-argument-type]
ERROR torch/_inductor/utils.py:4903:23-43: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_inductor/utils.py:4907:17-56: Argument `Expr | int` is not assignable to parameter `x` with type `int` in function `_round_up` [bad-argument-type]
ERROR torch/_inductor/utils.py:4910:17-56: Argument `Expr | int` is not assignable to parameter `x` with type `int` in function `_round_up` [bad-argument-type]
ERROR torch/_inductor/utils.py:4918:32-71: `*` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/_inductor/utils.py:4918:32-71: `*` is not supported between `Expr` and `Literal[2]` [unsupported-operation]
ERROR torch/_inductor/virtualized.py:180:20-31: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_inductor/virtualized.py:182:20-31: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_jit_internal.py:49:22-38: Could not import `_Await` from `torch._C` [missing-module-attribute]
ERROR torch/_jit_internal.py:49:40-57: Could not import `Future` from `torch._C` [missing-module-attribute]
ERROR torch/_jit_internal.py:138:24-47: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1358:32-51: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1374:13-41: No attribute `_jit_get_emit_hooks` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1375:5-33: No attribute `_jit_set_emit_hooks` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1379:9-37: No attribute `_jit_set_emit_hooks` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1384:22-50: No attribute `_jit_get_emit_hooks` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1385:9-37: No attribute `_jit_set_emit_hooks` in module `torch._C` [missing-attribute]
ERROR torch/_jit_internal.py:1388:9-37: No attribute `_jit_set_emit_hooks` in module `torch._C` [missing-attribute]
ERROR torch/_lazy/extract_compiled_graph.py:109:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_lazy/extract_compiled_graph.py:110:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_lazy/extract_compiled_graph.py:115:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_lazy/extract_compiled_graph.py:138:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_lazy/extract_compiled_graph.py:166:49-61: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:15:5-36: No attribute `_cudnn_init_dropout_state` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:16:5-17: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:17:5-26: No attribute `bartlett_window` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:18:5-26: No attribute `blackman_window` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:19:5-34: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:20:5-24: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:21:5-14: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:22:5-15: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:23:5-20: No attribute `from_file` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:24:5-22: No attribute `hann_window` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:25:5-25: No attribute `hamming_window` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:26:5-24: No attribute `kaiser_window` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:27:5-19: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:28:5-19: No attribute `logspace` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:29:5-15: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:30:5-24: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:31:5-15: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:32:5-18: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:33:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:34:5-19: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:35:5-16: No attribute `range` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:36:5-31: No attribute `_efficientzerotensor` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:37:5-16: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:38:5-23: No attribute `tril_indices` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:39:5-23: No attribute `triu_indices` in module `torch` [missing-attribute]
ERROR torch/_lazy/tensor_factory_functions.py:48:5-17: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_library/_out_variant.py:31:28-51: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/_out_variant.py:42:26-43: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_library/_out_variant.py:47:15-38: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/_out_variant.py:48:15-38: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/_out_variant.py:66:13-36: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/_out_variant.py:67:24-41: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:31:17-34: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:38:14-43: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:48:14-43: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:110:16-34: No attribute `is_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:110:41-62: No attribute `_any_requires_grad` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:120:12-30: No attribute `is_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/_library/autograd.py:120:37-58: No attribute `_any_requires_grad` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:21:21-27: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:21:39-45: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:25:44-50: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:28:25-31: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:33:44-50: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:33:61-67: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:35:9-15: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:36:41-47: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:492:29-56: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:740:54-60: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:742:22-37: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:754:40-57: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:755:53-62: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/custom_ops.py:764:69-75: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:802:55-72: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:807:31-86: No attribute `_dispatch_get_computed_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:812:44-76: No attribute `_after_ADInplaceOrView_keyset` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:854:28-55: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:855:36-50: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:1012:16-47: No attribute `_is_autocast_available` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:1018:37-70: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:1019:41-61: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:1026:18-51: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:1027:17-40: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_library/custom_ops.py:1044:37-50: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_library/effects.py:52:12-44: No attribute `_get_operation_overload` in module `torch._C` [missing-attribute]
ERROR torch/_library/effects.py:55:22-42: No attribute `_get_schema` in module `torch._C` [missing-attribute]
ERROR torch/_library/effects.py:57:41-56: No attribute `ClassType` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:16:60-78: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:144:17-37: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:158:34-52: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:220:26-44: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:234:25-43: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:308:27-46: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:332:28-48: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:333:38-56: No attribute `ScriptMethod` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:420:9-50: No attribute `_get_custom_class_python_wrapper` in module `torch._C` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:462:14-32: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_library/fake_class_registry.py:477:43-61: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/_library/fake_impl.py:54:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_library/fake_impl.py:63:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_library/fake_profile.py:27:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_library/fake_profile.py:28:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_library/fake_profile.py:29:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_library/fake_profile.py:66:20-39: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_library/fake_profile.py:279:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:8:19-25: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/_library/infer_schema.py:8:27-32: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/_library/infer_schema.py:30:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:30:39-48: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:78:27-36: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:80:18-27: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:81:14-23: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:166:37-58: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_library/infer_schema.py:240:50-62: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_library/infer_schema.py:242:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_library/opaque_object.py:87:36-57: Second argument to NewType is invalid [invalid-argument]
ERROR torch/_library/opaque_object.py:268:5-35: No attribute `_register_opaque_type` in module `torch._C` [missing-attribute]
ERROR torch/_library/opaque_object.py:312:16-51: No attribute `_is_opaque_type_registered` in module `torch._C` [missing-attribute]
ERROR torch/_library/opaque_object.py:322:12-47: No attribute `_is_opaque_type_registered` in module `torch._C` [missing-attribute]
ERROR torch/_library/triton.py:50:13-59: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_library/triton.py:51:13-55: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_library/triton.py:500:9-67: Cannot find module `triton.runtime.interpreter` [missing-import]
ERROR torch/_library/triton.py:509:9-67: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_library/triton.py:510:9-67: Cannot find module `triton.runtime.interpreter` [missing-import]
ERROR torch/_library/triton.py:593:5-51: Cannot find module `triton.runtime.autotuner` [missing-import]
ERROR torch/_library/triton.py:594:5-47: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/_library/utils.py:82:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:88:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:113:31-51: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:115:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:119:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:139:27-50: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:155:16-27: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:155:28-41: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:156:19-30: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:156:31-46: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:156:47-60: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:157:19-34: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:157:35-46: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:157:47-60: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:158:19-34: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:158:35-46: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:158:47-62: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:158:63-76: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:164:19-32: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:164:49-64: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:164:65-78: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:224:13-30: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:225:21-32: No attribute `Argument` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:358:13-36: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:358:44-64: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:365:33-50: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:369:36-53: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:379:28-45: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:390:34-51: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:396:24-40: No attribute `DeviceObjType` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:452:8-50: No attribute `_any_output_is_alias_to_input_or_output` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:491:17-28: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:537:8-54: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:544:12-58: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:551:12-58: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:560:33-50: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:573:5-11: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:574:5-11: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:575:5-11: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:576:5-11: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:584:6-12: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:591:6-12: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:600:20-26: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:604:24-36: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/_library/utils.py:610:5-15: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:611:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:612:5-18: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:613:5-19: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:614:5-20: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:615:5-21: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:616:5-23: No attribute `randint_like` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:617:5-17: No attribute `normal` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:618:5-18: No attribute `poisson` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:619:5-20: No attribute `bernoulli` in module `torch` [missing-attribute]
ERROR torch/_library/utils.py:620:5-22: No attribute `multinomial` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:13:28-44: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:21:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:27:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:27:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:27:48-61: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:29:12-25: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:42:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:67:13-23: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_linalg_utils.py:68:13-23: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:22:11-23: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:23:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:23:25-41: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:23:52-64: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:115:22-31: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:130:15-28: No attribute `addcmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:151:11-26: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:155:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:214:34-46: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:215:20-32: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:238:11-31: No attribute `cholesky_solve` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:316:25-40: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:316:42-58: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:318:29-44: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:318:46-62: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:612:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:612:41-54: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:658:17-27: No attribute `prod` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:658:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:662:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:663:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:669:17-28: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:686:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:729:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:730:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:731:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:796:48-57: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:860:14-26: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:903:14-26: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1021:12-23: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1033:14-25: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1038:16-27: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1042:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1054:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1061:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1063:16-28: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1093:14-26: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1127:20-31: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_lobpcg.py:1136:27-36: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_logging/_internal.py:1237:24-54: Cannot find module `torch.version` [missing-import]
ERROR torch/_lowrank.py:64:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_lowrank.py:277:19-30: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_lowrank.py:284:15-38: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/_lowrank.py:288:21-31: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:102:9-24: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:102:26-36: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:103:9-21: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:103:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:104:9-22: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:104:24-36: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:126:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:143:13-36: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:153:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:154:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:167:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:182:24-34: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:196:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:234:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:262:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:262:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:270:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:271:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:271:65-76: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:283:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:283:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:323:50-73: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:451:65-88: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:472:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:479:11-21: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:484:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:495:11-21: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:505:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:517:11-21: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:526:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:534:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:546:22-34: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:564:22-34: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:567:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:576:22-34: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:637:42-65: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:647:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:681:45-78: No attribute `_debug_has_internal_overlap` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:726:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:751:32-42: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:751:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:769:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:784:31-41: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:784:59-70: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:805:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:829:31-41: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:829:59-70: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:847:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:854:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:855:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:856:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:857:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:858:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:872:49-59: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:872:61-80: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:887:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:888:17-31: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:889:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:890:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:891:17-36: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:911:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:911:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:957:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:961:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:985:44-54: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1001:44-54: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1014:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1019:5-26: No attribute `_resize_output_` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1020:22-33: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1047:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1162:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1162:36-48: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1162:50-62: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1162:64-77: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1264:39-62: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1294:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1321:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1370:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1387:45-56: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1401:10-29: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1407:52-61: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1408:50-59: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1448:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1502:10-29: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1513:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1517:37-46: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1542:25-34: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1565:14-33: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1593:29-40: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1678:10-29: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1684:44-55: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1805:15-34: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1812:11-30: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1818:45-56: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1819:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1885:20-33: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1887:20-39: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1893:30-49: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1899:22-38: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1899:54-70: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1900:20-36: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:1918:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2006:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2097:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2204:55-74: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2206:46-65: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2220:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2230:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2231:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2350:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2429:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2467:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2467:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2478:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2478:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2484:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2507:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2507:41-51: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2508:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2513:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2526:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2527:33-46: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2527:48-62: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2719:62-81: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2750:11-27: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2830:4-24: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/_meta_registrations.py:2852:29-48: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2854:33-55: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2864:8-24: No attribute `has_mkl` in module `torch._C` [missing-attribute]
ERROR torch/_meta_registrations.py:2914:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2915:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2916:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2917:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2918:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2929:16-39: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2930:16-35: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2931:16-38: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2989:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2990:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2991:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2992:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:2993:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3029:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3030:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3031:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3032:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3033:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3063:30-40: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3063:42-61: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3100:25-44: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3105:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3117:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3117:40-53: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3117:55-69: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3121:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3124:35-46: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3145:64-75: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3147:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3175:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3175:42-54: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3175:56-68: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3175:70-82: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3223:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3341:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3373:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3373:42-54: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3373:56-68: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3373:70-82: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3529:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3563:21-44: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3565:25-44: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3573:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3624:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3630:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3695:48-59: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3734:57-67: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3736:16-35: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3739:19-29: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3755:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3758:15-25: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3772:33-43: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3772:45-54: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3772:56-66: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3772:68-78: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3775:32-42: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3775:44-54: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3925:20-39: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3925:51-70: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3926:20-39: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3927:20-42: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3927:54-76: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3928:20-42: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:3929:16-39: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4036:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4053:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4053:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4057:20-30: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4067:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4074:20-31: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4086:15-26: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4094:20-31: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4101:15-26: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4111:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4111:36-49: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4111:51-65: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4115:20-31: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4127:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4127:36-49: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4127:51-65: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4131:20-31: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4142:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4142:36-49: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4142:51-65: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4146:20-31: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4292:26-37: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4296:62-73: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4301:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4307:65-76: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4311:56-67: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4324:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4325:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4339:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4339:36-49: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4339:51-65: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4344:20-30: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4407:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4410:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4410:47-70: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4430:27-37: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4430:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4434:27-37: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4434:39-48: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4476:27-38: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4476:55-65: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4535:16-26: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4575:45-55: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4771:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4792:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4799:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4799:36-52: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4811:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4831:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4831:36-47: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4845:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4845:51-74: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4885:29-42: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4885:62-76: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:4886:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5003:25-44: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5278:25-44: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5283:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5355:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5387:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5393:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5395:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5474:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5479:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5481:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5570:67-89: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5578:48-59: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5581:36-58: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5582:44-66: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5673:67-89: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5679:50-72: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5693:25-38: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5693:58-71: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5760:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5760:60-83: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5763:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5763:54-77: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5801:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5806:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5817:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5830:18-34: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5836:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5878:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5882:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5883:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5900:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5904:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5905:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5931:44-77: No attribute `_debug_has_internal_overlap` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5984:28-38: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:5984:57-66: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6024:28-38: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6024:57-66: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6147:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6148:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6150:15-26: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6161:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6167:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6176:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6176:38-48: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6177:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6177:40-50: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6179:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6179:39-51: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6180:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6180:40-52: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6208:23-42: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6209:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6227:15-31: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6237:15-34: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6265:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6267:15-26: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6272:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6272:34-44: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6273:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6273:36-46: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6317:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6319:15-26: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6324:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6324:34-44: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6325:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6325:36-46: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6361:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6362:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6363:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6364:22-38: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6390:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6391:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6392:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6414:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6415:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6449:14-34: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6455:14-34: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6461:14-34: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6540:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6550:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6552:15-26: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6559:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6559:34-44: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6560:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6560:36-46: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6593:14-34: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6599:14-34: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6605:14-34: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6617:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6648:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6649:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6650:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6689:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6691:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6693:19-30: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6698:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6699:41-52: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6709:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6715:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6722:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6722:38-48: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6723:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6723:40-50: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6725:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6725:39-51: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6726:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6726:40-52: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6799:23-42: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6800:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6845:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6846:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6847:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6880:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6894:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6896:15-26: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6901:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6901:34-44: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6902:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6902:36-46: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6941:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6950:22-38: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6951:20-36: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6952:22-38: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6959:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6962:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6974:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6979:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6980:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6981:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6982:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:6983:13-35: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7035:34-54: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7036:38-58: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7039:34-53: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7040:38-57: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7047:34-47: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7047:69-82: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7053:33-52: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7061:34-56: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7099:34-47: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7099:69-82: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7160:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7171:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7187:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7194:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7195:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7196:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7197:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7198:13-35: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7202:25-47: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7348:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7352:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7364:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7370:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7388:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7388:75-88: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7419:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7419:75-88: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7450:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7450:75-88: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7491:41-61: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7493:41-61: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7499:35-55: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7509:41-60: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7511:41-60: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7526:41-60: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7528:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7530:41-60: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7532:41-54: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7558:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7572:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7612:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7612:47-57: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7613:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7614:43-53: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7681:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7748:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7748:36-52: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7748:65-76: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7816:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7816:61-84: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7817:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7817:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7818:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7818:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7865:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7873:52-63: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7952:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7956:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7959:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7959:59-70: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:7993:40-51: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8001:18-30: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8002:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8003:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8019:69-80: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8033:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8056:63-74: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8059:35-58: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8083:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8086:15-31: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8128:20-39: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8128:50-72: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8131:16-39: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8143:15-34: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8143:45-67: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8147:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8178:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8179:46-57: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8180:52-63: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8181:54-65: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8182:54-65: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8193:51-62: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8200:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8202:15-26: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8202:45-56: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8203:23-46: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8217:15-26: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8217:45-56: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8246:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8331:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8337:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8338:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8339:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8340:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8426:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8426:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8428:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8429:46-69: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8432:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8437:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8437:35-51: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8437:53-68: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8511:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8511:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8511:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8511:70-83: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8552:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8555:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8559:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8559:45-55: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8570:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8581:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8591:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8628:15-34: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8632:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8644:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8658:21-40: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8664:25-46: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8671:28-42: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8671:62-76: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8737:31-44: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8737:66-79: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8739:34-54: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8740:38-58: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8745:30-50: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8746:34-54: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8831:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8846:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8860:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8883:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8887:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8923:28-38: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8923:40-54: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8933:11-27: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8933:65-88: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:8984:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:9005:27-37: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:9005:39-50: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_meta_registrations.py:9247:29-49: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_meta_registrations.py:9249:12-58: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_native/ops/bmm_outer_product/triton_kernels.py:1:8-14: Cannot find module `triton` [missing-import]
ERROR torch/_native/ops/bmm_outer_product/triton_kernels.py:2:8-29: Cannot find module `triton.language` [missing-import]
ERROR torch/_native/ops/bmm_outer_product/triton_kernels.py:72:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:56:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:56:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:68:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:116:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:117:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:118:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:118:44-55: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:119:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:121:19-36: No attribute `_grouped_mm` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:124:13-21: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/impl.py:163:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:21:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:23:37-48: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:24:28-39: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:43:15-29: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:51:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:94:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:96:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:102:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:102:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:106:26-37: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:106:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:109:19-31: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:109:50-63: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:200:20-31: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/foreach_mm/nvmath_impl.py:211:19-30: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/norms.py:54:11-27: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/norms.py:55:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/norms.py:55:50-63: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/norms.py:104:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/norms.py:120:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/norms.py:120:70-83: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:21:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:21:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:21:59-72: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:27:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:33:18-29: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:105:15-26: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_native/ops/norm/rmsnorm_impl.py:105:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/_ptx.py:9:1-40: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_native/ops/scatter_add/_ptx.py:10:1-47: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:43:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:43:37-51: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:43:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:133:28-39: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:133:41-52: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:233:22-36: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:281:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/cutedsl_impl.py:282:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:54:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:55:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:56:8-45: Cannot find module `cutlass.cute.nvgpu.cpasync` [missing-import]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:57:8-44: Cannot find module `cutlass.cute.testing` [missing-import]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:58:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:59:1-73: Cannot find module `cutlass` [missing-import]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:78:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:79:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:80:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:330:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:345:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:380:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/tma_kernel.py:389:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:18:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:19:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:20:8-44: Cannot find module `cutlass.cute.testing` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:21:1-73: Cannot find module `cutlass` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:22:1-29: Cannot find module `cutlass._mlir` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:23:1-63: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:24:1-47: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:37:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:38:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:39:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:194:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/scatter_add/vec_scatter_kernel.py:229:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_impl.py:105:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_impl.py:152:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_impl.py:154:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:41:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:42:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:43:1-54: Cannot find module `cutlass` [missing-import]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:44:1-40: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:45:1-47: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:661:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:661:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:663:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:663:41-52: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:665:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:868:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:868:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:869:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:869:41-52: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_native/ops/topk/cutedsl_kernels.py:871:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:9:5-8: Could not import `add` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:10:5-12: Could not import `arctan2` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:11:5-16: Could not import `bitwise_and` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:12:5-37: Could not import `bitwise_left_shift` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:13:5-15: Could not import `bitwise_or` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:14:5-39: Could not import `bitwise_right_shift` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:15:5-16: Could not import `bitwise_xor` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:16:5-13: Could not import `copysign` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:17:5-11: Could not import `divide` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:18:5-16: Could not import `eq` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:19:5-16: Could not import `float_power` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:20:5-17: Could not import `floor_divide` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:21:5-9: Could not import `fmax` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:22:5-9: Could not import `fmin` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:23:5-9: Could not import `fmod` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:24:5-8: Could not import `gcd` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:25:5-12: Could not import `greater` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:26:5-18: Could not import `greater_equal` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:27:5-14: Could not import `heaviside` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:28:5-10: Could not import `hypot` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:29:5-8: Could not import `lcm` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:30:5-10: Could not import `ldexp` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:31:5-9: Could not import `less` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:32:5-15: Could not import `less_equal` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:33:5-14: Could not import `logaddexp` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:34:5-15: Could not import `logaddexp2` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:35:5-16: Could not import `logical_and` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:36:5-15: Could not import `logical_or` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:37:5-16: Could not import `logical_xor` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:38:5-12: Could not import `maximum` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:39:5-12: Could not import `minimum` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:40:5-13: Could not import `multiply` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:41:5-14: Could not import `nextafter` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:42:5-14: Could not import `not_equal` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:43:5-17: Could not import `pow` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:44:5-14: Could not import `remainder` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:45:5-21: Could not import `remainder` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:46:5-13: Could not import `subtract` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:47:5-16: Could not import `true_divide` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:60:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:61:27-40: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:61:55-68: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:67:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:69:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_binary_ufuncs_impl.py:74:14-26: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:11:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:12:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:13:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:14:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:15:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:16:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:17:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:18:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:19:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:20:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:21:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:22:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:23:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:24:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:25:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:27:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:28:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:29:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:30:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:31:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:32:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:33:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:34:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:35:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:36:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:37:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:38:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:39:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:40:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:41:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:43:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:44:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:45:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:46:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:47:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:48:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:49:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:50:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:51:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:52:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:53:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:54:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:55:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:56:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:57:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:59:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:60:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:61:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:62:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:63:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:64:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:65:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:66:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:67:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:68:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:69:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:70:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:71:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:72:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:73:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:75:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:76:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:77:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:78:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:79:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:80:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:81:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:82:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:83:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:84:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:85:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:86:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:87:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:88:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:89:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:91:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:92:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:93:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:94:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:95:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:96:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:97:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:98:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:99:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:100:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:101:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:102:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:103:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:104:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:105:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:107:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:108:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:109:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:110:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:111:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:112:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:113:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:114:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:115:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:116:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:117:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:118:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:119:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:120:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:121:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:123:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:124:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:125:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:126:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:127:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:128:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:129:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:130:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:131:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:132:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:133:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:134:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:135:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:136:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:137:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:139:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:140:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:141:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:142:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:143:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:144:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:145:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:146:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:147:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:148:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:149:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:150:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:151:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:152:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:153:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:155:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:156:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:157:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:158:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:159:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:160:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:161:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:162:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:163:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:164:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:165:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:166:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:167:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:168:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:169:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:171:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:172:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:173:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:174:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:175:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:176:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:177:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:178:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:179:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:180:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:181:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:182:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:183:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:184:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:185:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:187:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:188:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:189:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:190:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:191:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:192:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:193:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:194:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:195:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:196:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:197:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:198:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:199:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:200:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:201:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:203:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:204:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:205:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:206:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:207:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:208:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:209:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:210:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:211:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:212:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:213:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:214:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:215:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:216:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:217:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:219:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:220:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:221:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:222:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:223:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:224:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:225:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:226:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:227:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:228:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:229:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:230:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:231:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:232:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:233:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:237:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:238:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:239:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:240:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:241:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:242:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:243:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:244:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:245:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:246:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:247:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:248:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:249:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:250:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:251:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:253:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:254:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:255:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:256:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:257:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:258:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:259:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:260:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:261:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:262:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:263:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:264:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:265:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:266:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:267:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:269:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:270:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:271:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:272:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:273:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:274:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:275:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:276:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:277:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:278:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:279:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:280:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:281:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:282:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:283:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:285:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:286:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:287:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:288:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:289:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:290:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:291:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:292:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:293:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:294:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:295:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:296:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:297:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:298:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:299:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:301:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:302:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:303:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:304:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:305:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:306:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:307:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:308:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:309:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:310:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:311:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:312:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:313:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:314:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:315:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:317:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:318:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:319:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:320:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:321:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:322:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:323:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:324:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:325:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:326:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:327:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:328:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:329:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:330:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:331:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:333:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:334:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:335:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:336:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:337:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:338:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:339:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:340:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:341:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:342:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:343:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:344:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:345:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:346:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:347:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:349:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:350:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:351:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:352:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:353:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:354:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:355:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:356:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:357:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:358:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:359:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:360:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:361:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:362:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:363:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:365:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:366:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:367:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:368:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:369:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:370:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:371:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:372:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:373:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:374:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:375:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:376:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:377:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:378:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:379:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:381:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:382:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:383:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:384:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:385:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:386:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:387:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:388:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:389:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:390:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:391:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:392:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:393:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:394:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:395:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:397:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:398:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:399:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:400:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:401:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:402:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:403:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:404:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:405:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:406:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:407:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:408:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:409:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:410:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:411:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:413:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:414:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:415:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:416:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:417:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:418:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:419:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:420:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:421:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:422:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:423:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:424:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:425:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:426:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:427:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:429:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:430:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:431:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:432:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:433:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:434:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:435:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:436:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:437:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:438:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:439:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:440:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:441:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:442:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:443:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:445:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:446:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:447:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:448:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:449:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:450:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:451:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:452:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:453:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:454:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:455:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:456:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:457:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:458:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:459:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:463:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:464:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:465:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:466:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:467:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:468:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:469:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:470:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:471:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:472:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:473:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:474:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:475:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:476:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:477:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:479:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:480:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:481:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:482:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:483:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:484:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:485:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:486:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:487:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:488:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:489:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:490:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:491:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:492:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:493:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:495:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:496:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:497:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:498:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:499:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:500:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:501:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:502:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:503:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:504:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:505:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:506:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:507:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:508:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:509:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:511:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:512:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:513:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:514:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:515:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:516:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:517:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:518:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:519:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:520:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:521:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:522:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:523:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:524:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:525:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:527:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:528:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:529:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:530:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:531:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:532:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:533:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:534:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:535:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:536:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:537:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:538:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:539:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:540:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:541:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:543:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:544:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:545:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:546:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:547:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:548:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:549:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:550:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:551:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:552:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:553:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:554:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:555:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:556:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:557:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:559:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:560:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:561:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:562:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:563:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:564:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:565:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:566:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:567:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:568:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:569:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:570:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:571:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:572:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:573:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:575:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:576:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:577:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:578:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:579:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:580:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:581:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:582:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:583:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:584:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:585:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:586:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:587:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:588:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:589:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:591:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:592:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:593:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:594:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:595:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:596:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:597:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:598:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:599:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:600:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:601:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:602:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:603:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:604:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:605:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:607:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:608:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:609:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:610:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:611:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:612:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:613:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:614:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:615:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:616:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:617:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:618:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:619:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:620:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:621:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:623:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:624:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:625:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:626:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:627:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:628:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:629:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:630:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:631:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:632:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:633:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:634:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:635:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:636:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:637:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:639:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:640:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:641:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:642:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:643:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:644:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:645:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:646:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:647:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:648:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:649:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:650:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:651:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:652:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:653:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:655:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:656:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:657:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:658:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:659:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:660:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:661:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:662:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:663:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:664:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:665:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:666:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:667:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:668:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:669:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:671:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:672:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:673:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:674:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:675:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:676:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:677:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:678:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:679:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:680:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:681:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:682:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:683:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:684:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:685:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:689:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:690:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:691:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:692:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:693:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:694:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:695:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:696:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:697:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:698:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:699:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:700:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:701:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:702:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:703:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:705:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:706:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:707:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:708:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:709:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:710:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:711:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:712:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:713:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:714:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:715:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:716:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:717:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:718:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:719:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:721:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:722:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:723:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:724:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:725:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:726:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:727:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:728:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:729:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:730:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:731:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:732:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:733:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:734:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:735:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:737:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:738:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:739:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:740:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:741:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:742:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:743:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:744:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:745:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:746:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:747:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:748:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:749:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:750:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:751:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:753:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:754:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:755:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:756:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:757:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:758:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:759:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:760:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:761:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:762:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:763:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:764:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:765:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:766:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:767:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:769:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:770:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:771:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:772:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:773:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:774:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:775:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:776:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:777:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:778:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:779:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:780:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:781:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:782:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:783:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:785:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:786:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:787:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:788:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:789:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:790:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:791:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:792:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:793:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:794:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:795:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:796:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:797:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:798:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:799:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:801:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:802:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:803:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:804:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:805:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:806:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:807:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:808:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:809:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:810:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:811:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:812:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:813:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:814:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:815:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:817:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:818:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:819:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:820:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:821:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:822:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:823:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:824:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:825:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:826:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:827:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:828:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:829:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:830:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:831:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:833:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:834:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:835:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:836:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:837:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:838:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:839:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:840:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:841:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:842:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:843:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:844:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:845:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:846:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:847:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:849:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:850:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:851:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:852:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:853:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:854:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:855:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:856:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:857:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:858:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:859:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:860:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:861:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:862:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:863:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:865:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:866:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:867:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:868:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:869:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:870:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:871:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:872:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:873:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:874:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:875:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:876:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:877:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:878:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:879:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:881:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:882:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:883:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:884:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:885:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:886:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:887:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:888:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:889:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:890:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:891:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:892:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:893:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:894:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:895:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:897:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:898:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:899:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:900:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:901:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:902:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:903:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:904:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:905:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:906:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:907:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:908:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:909:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:910:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:911:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:915:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:916:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:917:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:918:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:919:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:920:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:921:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:922:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:923:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:924:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:925:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:926:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:927:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:928:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:929:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:931:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:932:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:933:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:934:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:935:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:936:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:937:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:938:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:939:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:940:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:941:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:942:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:943:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:944:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:945:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:947:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:948:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:949:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:950:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:951:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:952:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:953:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:954:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:955:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:956:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:957:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:958:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:959:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:960:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:961:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:963:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:964:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:965:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:966:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:967:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:968:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:969:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:970:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:971:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:972:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:973:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:974:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:975:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:976:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:977:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:979:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:980:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:981:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:982:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:983:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:984:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:985:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:986:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:987:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:988:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:989:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:990:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:991:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:992:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:993:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:995:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:996:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:997:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:998:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:999:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1000:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1001:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1002:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1003:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1004:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1005:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1006:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1007:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1008:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1009:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1011:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1012:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1013:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1014:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1015:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1016:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1017:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1018:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1019:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1020:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1021:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1022:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1023:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1024:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1025:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1027:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1028:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1029:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1030:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1031:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1032:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1033:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1034:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1035:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1036:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1037:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1038:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1039:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1040:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1041:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1043:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1044:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1045:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1046:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1047:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1048:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1049:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1050:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1051:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1052:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1053:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1054:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1055:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1056:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1057:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1059:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1060:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1061:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1062:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1063:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1064:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1065:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1066:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1067:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1068:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1069:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1070:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1071:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1072:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1073:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1075:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1076:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1077:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1078:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1079:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1080:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1081:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1082:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1083:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1084:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1085:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1086:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1087:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1088:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1089:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1091:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1092:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1093:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1094:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1095:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1096:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1097:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1098:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1099:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1100:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1101:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1102:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1103:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1104:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1105:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1107:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1108:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1109:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1110:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1111:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1112:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1113:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1114:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1115:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1116:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1117:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1118:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1119:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1120:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1121:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1123:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1124:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1125:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1126:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1127:13-28: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1128:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1129:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1130:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1131:13-25: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1132:13-25: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1133:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1134:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1135:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1136:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1137:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1144:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1145:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1145:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1146:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1146:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1147:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1147:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1148:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1148:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1149:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1149:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1150:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1150:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1151:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1151:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1152:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1152:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1153:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1153:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1154:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1154:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1155:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1155:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1156:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1156:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1157:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1157:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1158:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1158:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1160:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1161:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1161:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1162:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1162:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1163:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1163:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1164:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1164:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1165:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1165:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1166:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1166:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1167:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1167:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1168:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1168:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1169:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1169:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1170:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1170:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1171:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1171:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1172:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1172:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1173:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1173:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1174:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1174:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1176:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1177:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1177:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1178:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1178:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1179:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1179:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1180:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1180:26-42: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1181:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1181:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1182:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1182:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1183:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1183:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1184:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1184:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1185:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1185:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1186:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1186:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1187:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1187:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1188:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1188:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1189:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1189:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1190:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1190:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1192:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1193:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1193:24-39: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1194:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1194:24-39: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1195:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1195:24-40: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1196:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1196:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1197:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1197:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1198:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1198:22-37: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1199:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1199:23-38: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1200:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1200:23-39: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1201:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1201:23-39: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1202:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1202:21-36: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1203:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1203:22-37: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1204:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1204:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1205:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1205:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1206:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1206:21-36: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1208:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1209:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1209:24-40: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1210:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1210:24-40: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1211:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1211:24-40: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1212:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1212:26-42: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1213:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1213:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1214:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1214:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1215:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1215:23-39: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1216:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1216:23-39: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1217:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1217:23-39: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1218:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1218:21-37: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1219:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1219:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1220:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1220:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1221:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1221:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1222:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1222:21-37: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1224:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1225:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1225:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1226:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1226:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1227:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1227:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1228:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1228:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1229:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1229:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1230:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1230:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1231:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1231:23-35: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1232:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1232:23-35: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1233:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1233:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1234:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1234:21-32: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1235:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1235:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1236:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1236:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1237:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1237:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1238:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1238:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1240:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1241:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1241:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1242:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1242:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1243:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1243:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1244:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1244:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1245:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1245:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1246:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1246:22-34: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1247:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1247:23-35: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1248:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1248:23-35: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1249:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1249:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1250:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1250:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1251:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1251:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1252:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1252:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1253:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1253:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1254:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1254:21-33: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1256:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1257:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1257:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1258:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1258:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1259:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1259:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1260:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1260:26-42: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1261:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1261:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1262:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1262:22-34: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1263:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1263:23-35: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1264:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1264:23-35: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1265:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1265:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1266:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1266:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1267:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1267:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1268:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1268:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1269:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1269:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1270:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1270:21-33: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1272:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1273:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1273:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1274:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1274:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1275:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1275:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1276:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1276:26-42: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1277:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1277:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1278:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1278:22-34: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1279:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1279:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1280:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1280:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1281:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1281:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1282:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1282:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1283:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1283:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1284:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1284:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1285:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1285:22-35: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1286:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1286:21-33: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1288:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1289:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1289:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1290:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1290:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1291:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1291:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1292:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1292:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1293:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1293:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1294:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1294:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1295:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1295:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1296:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1296:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1297:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1297:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1298:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1298:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1299:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1299:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1300:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1300:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1301:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1301:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1302:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1302:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1304:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1305:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1305:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1306:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1306:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1307:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1307:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1308:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1308:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1309:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1309:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1310:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1310:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1311:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1311:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1312:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1312:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1313:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1313:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1314:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1314:21-32: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1315:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1315:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1316:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1316:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1317:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1317:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1318:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1318:21-32: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1320:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1321:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1321:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1322:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1322:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1323:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1323:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1324:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1324:26-42: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1325:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1325:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1326:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1326:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1327:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1327:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1328:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1328:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1329:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1329:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1330:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1330:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1331:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1331:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1332:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1332:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1333:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1333:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1334:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1334:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1336:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1337:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1337:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1338:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1338:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1339:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1339:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1340:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1340:26-42: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1341:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1341:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1342:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1342:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1343:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1343:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1344:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1344:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1345:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1345:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1346:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1346:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1347:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1347:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1348:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1348:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1349:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1349:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1350:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1350:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1352:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1353:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1353:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1354:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1354:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1355:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1355:24-37: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1356:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1356:26-41: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1357:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1357:27-43: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1358:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1358:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1359:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1359:23-35: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1360:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1360:23-35: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1361:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1361:23-35: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1362:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1362:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1363:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1363:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1364:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1364:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1365:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1365:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1366:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_casting_dicts.py:1366:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:87:19-29: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:93:19-30: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:99:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:105:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:114:19-30: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:120:19-31: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:126:19-31: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:132:19-31: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:141:19-32: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:147:19-32: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:153:19-32: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:159:19-34: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:165:19-35: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:171:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:278:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:397:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:399:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:404:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:404:24-40: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:405:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:405:24-39: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:406:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:406:24-39: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:410:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes.py:418:36-48: `DefaultDTypes` is not assignable to attribute `_default_dtypes` with type `None` [bad-assignment]
ERROR torch/_numpy/_dtypes_impl.py:35:56-67: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:39:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:43:54-65: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:52:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:87:18-28: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:132:15-25: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:133:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:134:14-25: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:135:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:136:16-29: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:137:25-38: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:138:18-34: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:156:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:159:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:160:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:161:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:162:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:163:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:166:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:167:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:168:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:171:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:172:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:183:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:209:52-65: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:210:14-29: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_dtypes_impl.py:221:17-28: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:40:12-19: Object of class `object` has no attribute `clone` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:49:45-54: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:50:5-14: Object of class `object` has no attribute `copy_` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:95:21-30: Object of class `NoneType` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:111:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:134:12-24: No attribute `vstack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:148:12-24: No attribute `hstack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:161:12-24: No attribute `dstack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:175:12-30: No attribute `column_stack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:191:12-23: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:196:12-20: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:197:19-30: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:198:18-32: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:199:16-24: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:269:8-16: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:271:17-29: `>` is not supported between `object` and `Literal[1]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:276:8-16: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:282:8-16: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:288:12-22: No attribute `kron` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:292:12-24: No attribute `vander` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:312:12-26: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:325:12-21: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:325:22-34: `/` is not supported between `ArrayLike` and `ArrayLike` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:326:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:327:12-26: No attribute `logspace` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:328:9-18: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:329:9-18: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:346:12-26: No attribute `logspace` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:375:18-31: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:375:35-51: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:381:9-17: `>` is not supported between `complex` and `Literal[0]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:9-17: `>` is not supported between `None` and `Literal[0]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `bool` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `bool` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `complex` and `bool` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `complex` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `complex` and `float` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `complex` and `int` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `complex` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `float` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `float` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `int` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:22-34: `>` is not supported between `int` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:40-48: `<` is not supported between `complex` and `Literal[0]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:40-48: `<` is not supported between `None` and `Literal[0]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `bool` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `bool` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `complex` and `bool` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `complex` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `complex` and `float` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `complex` and `int` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `complex` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `float` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `float` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `int` and `complex` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:381:53-65: `<` is not supported between `int` and `None` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:383:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:385:14-26: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:402:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:416:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:433:17-33: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:436:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:448:14-29: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:463:12-22: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:473:14-29: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:488:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:498:14-30: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:546:35-48: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:549:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:552:14-28: No attribute `corrcoef` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:555:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:576:27-40: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:579:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:582:14-23: No attribute `cov` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:585:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:615:8-15: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:615:21-28: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:619:9-19: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:625:9-28: No attribute `conj_physical` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:633:8-15: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:635:13-24: Object of class `object` has no attribute `new_empty` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:640:12-26: No attribute `bincount` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:652:8-23: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:652:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:653:21-33: Object of class `object` has no attribute `to` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:653:34-44: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:656:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:658:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:666:12-18: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:670:18-25: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:675:16-23: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:677:16-23: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:684:32-39: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:685:12-18: Object of class `object` has no attribute `view` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:691:28-34: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:693:49-55: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:694:12-22: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:698:12-24: No attribute `flipud` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:702:12-24: No attribute `fliplr` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:706:45-51: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:707:12-23: No attribute `rot90` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:714:12-30: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:734:15-24: Object of class `object` has no attribute `reshape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:759:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:761:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:767:13-19: Cannot set item in `tuple[()]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:767:13-19: Cannot set item in `tuple[Unknown]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:767:13-19: Cannot set item in `tuple[Unknown, Unknown]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:767:13-19: Cannot set item in `tuple[Unknown, Unknown, Unknown]` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:775:12-22: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:779:12-22: No attribute `triu` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:785:12-30: No attribute `tril_indices` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:791:12-30: No attribute `triu_indices` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:795:8-16: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:798:12-30: No attribute `tril_indices` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:798:31-40: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:798:45-54: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:802:8-16: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:805:12-30: No attribute `triu_indices` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:805:31-40: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:805:45-54: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:818:14-24: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:819:12-22: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:829:12-25: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:836:12-26: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:845:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:845:42-53: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:867:8-20: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:868:14-30: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:868:31-37: Object of class `object` has no attribute `real` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:869:14-30: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:869:31-37: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:872:16-32: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:895:12-32: No attribute `take_along_dim` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:904:9-20: Object of class `object` has no attribute `type` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:904:21-28: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:907:8-21: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:908:18-31: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:912:8-21: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:915:5-11: Object of class `object` has no attribute `put_` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:925:14-27: No attribute `scatter` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:937:15-26: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:942:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:973:12-25: No attribute `nonzero` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:977:12-26: No attribute `argwhere` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:981:12-25: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:990:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:994:12-35: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1000:12-22: No attribute `tile` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1012:9-18: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1022:16-27: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1034:47-53: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1035:47-53: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1036:12-26: No attribute `diagonal` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1047:14-28: No attribute `diagonal` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1064:9-20: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1070:12-21: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1074:12-22: No attribute `diag` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1078:12-26: No attribute `diagflat` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1082:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1087:12-20: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1091:9-18: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1094:31-39: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1098:8-14: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1100:8-17: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1101:9-25: Object of class `object` has no attribute `fill_diagonal_` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1104:8-16: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1105:15-28: Object of class `object` has no attribute `unsqueeze` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1109:8-14: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1110:16-23: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1110:29-36: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1114:20-30: Object of class `object` has no attribute `diagonal` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1115:24-43: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1118:26-33: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1119:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1122:13-45: Cannot set item in `ArrayLike` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1122:48-66: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1126:9-15: Cannot set item in `ArrayLike` [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1126:18-35: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1141:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1142:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1146:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1148:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1153:14-24: No attribute `vdot` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1156:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1158:28-38: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1176:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1178:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1186:18-30: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1189:28-38: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1196:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1196:43-51: Object of class `object` has no attribute `is_cpu` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1196:55-63: Object of class `object` has no attribute `is_cpu` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1197:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1201:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1203:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1208:14-25: No attribute `inner` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1211:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1213:28-38: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1218:12-23: No attribute `outer` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1228:47-53: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1229:47-53: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1232:9-23: No attribute `moveaxis` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1233:9-23: No attribute `moveaxis` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1245:10-21: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1276:13-16: `cp0` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1276:29-31: `b2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1277:13-16: `cp1` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1278:13-16: `cp2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1283:13-16: `cp0` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1283:29-31: `b2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1283:34-36: `a2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1284:13-16: `cp1` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1285:13-16: `cp2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1289:13-16: `cp0` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1289:25-27: `a2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1290:13-16: `cp1` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1291:13-16: `cp2` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1293:12-26: No attribute `moveaxis` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1335:31-44: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1337:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1339:37-48: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1339:50-60: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1339:62-73: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1339:75-86: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1341:24-35: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1361:50-58: `Literal['auto', False] | Unknown` is not assignable to attribute `strategy` with type `str | None` [bad-assignment]
ERROR torch/_numpy/_funcs_impl.py:1371:33-43: `sublistout` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1375:35-45: `subscripts` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1379:50-62: `old_strategy` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1380:49-60: `old_enabled` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:1403:14-24: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1409:12-25: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1415:8-15: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1416:62-69: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1418:12-30: No attribute `searchsorted` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1425:49-55: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1426:59-65: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1427:12-26: No attribute `moveaxis` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1431:47-53: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1432:47-53: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1433:12-26: No attribute `swapaxes` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1443:9-15: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1460:12-18: Object of class `object` has no attribute `view` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1465:49-55: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1468:12-22: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1478:18-27: Object of class `object` has no attribute `squeeze` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1483:26-35: Object of class `object` has no attribute `squeeze` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1485:22-31: Object of class `object` has no attribute `squeeze` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1492:12-21: Object of class `object` has no attribute `reshape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1504:37-43: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1505:14-18: Argument `Unknown | None` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
ERROR torch/_numpy/_funcs_impl.py:1506:16-23: `None` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1507:12-21: Object of class `object` has no attribute `permute` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1511:12-25: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1521:45-51: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1531:22-29: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1532:23-36: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1532:46-58: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1533:19-37: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1536:22-29: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1537:23-35: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1537:45-56: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1538:18-36: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1540:12-22: No attribute `diff` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1547:14-25: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1554:12-22: No attribute `sinc` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1559:9-15: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1580:25-40: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1585:34-41: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1593:21-31: No attribute `diff` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1616:13-20: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1621:13-21: Object of class `object` has no attribute `double` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1622:17-30: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1625:12-19: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1631:15-31: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1634:60-70: Object of class `float` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1643:35-51: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1643:54-70: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1645:19-30: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1646:19-28: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1658:21-37: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1658:44-60: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1658:67-83: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1666:50-58: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1668:35-51: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1668:54-70: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1673:50-59: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1675:35-51: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1675:54-70: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1688:23-31: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1689:23-31: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1695:21-37: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1695:44-60: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1695:67-83: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1707:23-32: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1708:23-32: Cannot index into `float` [bad-index]
ERROR torch/_numpy/_funcs_impl.py:1714:21-37: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1714:44-60: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1714:67-83: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/_funcs_impl.py:1735:8-27: Object of class `object` has no attribute `is_floating_point` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1736:18-29: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1737:10-22: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1739:18-31: No attribute `complex` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1740:13-24: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1740:25-31: Object of class `object` has no attribute `real` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1741:13-24: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1741:25-31: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1754:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1760:21-32: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1760:33-40: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1762:12-21: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1762:22-28: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1763:12-18: Object of class `object` has no attribute `real` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1767:12-22: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1771:8-20: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1772:16-22: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1773:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1777:8-24: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1778:16-22: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1779:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1779:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1783:8-24: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1784:16-22: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1785:12-27: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1785:37-47: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1789:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1793:16-32: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1797:12-26: No attribute `isneginf` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1801:12-26: No attribute `isposinf` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1824:12-32: No attribute `hamming_window` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1829:12-29: No attribute `hann_window` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1834:12-31: No attribute `kaiser_window` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1839:12-33: No attribute `blackman_window` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1844:12-33: No attribute `bartlett_window` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1853:6-19: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1853:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1853:36-49: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1854:12-27: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1854:29-45: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1857:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1858:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1859:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1860:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1861:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1869:13-20: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1899:32-45: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1902:21-28: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1902:50-57: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1903:39-52: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1905:13-21: Object of class `object` has no attribute `double` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1908:49-56: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1911:12-21: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1913:20-40: `int` is not assignable to variable `bins` with type `ArrayLike` [bad-assignment]
ERROR torch/_numpy/_funcs_impl.py:1913:35-39: Argument `ArrayLike` is not assignable to parameter `a` with type `SupportsIndex` in function `_operator.index` [bad-argument-type]
ERROR torch/_numpy/_funcs_impl.py:1915:47-54: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1918:16-31: No attribute `histogram` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1920:16-31: No attribute `histogram` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1946:17-21: Argument `int | Unknown` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
ERROR torch/_numpy/_funcs_impl.py:1993:17-30: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1998:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:1999:17-38: `tuple[Unknown, ...]` is not assignable to variable `range` with type `ArrayLike | None` [bad-assignment]
ERROR torch/_numpy/_funcs_impl.py:2005:12-29: No attribute `histogramdd` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2008:68-79: `bins_dtypes` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:2021:8-15: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2023:22-29: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2025:8-15: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2025:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2026:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2028:10-28: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2029:14-25: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2029:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2030:37-52: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2031:23-29: Object of class `object` has no attribute `real` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2031:54-60: Object of class `object` has no attribute `imag` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2033:17-32: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2033:56-72: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2035:10-35: Object of class `object` has no attribute `is_floating_point` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2036:20-33: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2036:35-48: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2036:50-63: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2037:18-29: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2043:20-31: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2043:33-43: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2043:45-56: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2043:58-69: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2043:71-82: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2045:18-29: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2050:18-23: `dtype` may be uninitialized [unbound-name]
ERROR torch/_numpy/_funcs_impl.py:2058:46-57: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2061:17-35: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2061:48-58: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2062:17-27: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_numpy/_funcs_impl.py:2064:43-59: Argument `tuple[Unknown, ...]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/_numpy/_getlimits.py:10:12-23: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_getlimits.py:15:12-23: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:167:28-38: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:167:40-51: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:167:53-64: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:167:66-77: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:168:29-40: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:178:61-71: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:204:21-44: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:205:30-40: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:211:30-33: Argument `bool | Unknown` is not assignable to parameter `object` with type `list[int]` in function `list.append` [bad-argument-type]
ERROR torch/_numpy/_ndarray.py:220:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:325:26-43: No attribute `conjugate` in module `torch._numpy._ufuncs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:326:31-48: No attribute `conjugate` in module `torch._numpy._ufuncs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:351:9-13: `ivar` may be uninitialized [unbound-name]
ERROR torch/_numpy/_ndarray.py:351:15-19: `rvar` may be uninitialized [unbound-name]
ERROR torch/_numpy/_ndarray.py:351:27-32: `plain` may be uninitialized [unbound-name]
ERROR torch/_numpy/_ndarray.py:351:34-36: `fn` may be uninitialized [unbound-name]
ERROR torch/_numpy/_ndarray.py:404:16-27: No attribute `real` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:412:16-27: No attribute `imag` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:420:16-26: Object of class `ndarray` has no attribute `ravel` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:440:16-26: Object of class `object` has no attribute `clone` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:444:16-29: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:475:26-50: Class `_Unspecified` has no class attribute `unspecified` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:475:57-81: Class `_Unspecified` has no class attribute `unspecified` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:476:21-45: Class `_Unspecified` has no class attribute `unspecified` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:478:24-48: Class `_Unspecified` has no class attribute `unspecified` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:507:20-33: No attribute `equal` in module `torch._numpy._ufuncs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:510:21-31: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:552:16-32: No attribute `transpose` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:556:16-30: No attribute `reshape` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:560:9-22: No attribute `copyto` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:560:29-40: No attribute `sort` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:570:20-30: Object of class `ndarray` has no attribute `ravel` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:582:22-32: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:599:32-77: Cannot instantiate `Sequence` because the following members are abstract: `__len__` [bad-instantiation]
ERROR torch/_numpy/_ndarray.py:599:33-76: Expected 0 positional arguments, got 1 in function `object.__init__` [bad-argument-count]
ERROR torch/_numpy/_ndarray.py:624:12-23: No attribute `take` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:625:11-21: No attribute `put` in module `torch._numpy._funcs` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:672:19-30: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ndarray.py:729:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/_normalizations.py:106:29-38: Object of class `NoneType` has no attribute `name` [missing-attribute]
ERROR torch/_numpy/_normalizations.py:122:29-38: Object of class `NoneType` has no attribute `name` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:69:12-27: Object of class `object` has no attribute `count_nonzero` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:80:8-20: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:81:56-63: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:85:8-15: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:85:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:87:13-17: Object of class `object` has no attribute `to` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:87:18-29: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:89:12-24: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:100:8-20: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:101:56-63: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:105:8-15: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:105:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:107:13-17: Object of class `object` has no attribute `to` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:107:18-29: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:109:12-24: No attribute `argmin` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:123:12-21: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:137:12-21: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:149:8-20: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:150:54-61: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:152:12-18: Object of class `object` has no attribute `amax` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:167:8-20: Object of class `object` has no attribute `is_complex` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:168:54-61: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:170:12-18: Object of class `object` has no attribute `amin` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:183:12-18: Object of class `object` has no attribute `amax` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:183:27-33: Object of class `object` has no attribute `amin` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:196:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:201:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:205:12-17: Object of class `object` has no attribute `sum` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:220:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:224:12-18: Object of class `object` has no attribute `prod` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:240:35-42: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:243:14-20: Object of class `object` has no attribute `mean` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:260:35-42: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:278:35-42: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:295:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:298:17-24: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:312:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:315:17-24: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:336:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:336:32-39: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:338:16-23: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:339:17-25: Object of class `object` has no attribute `double` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:342:12-19: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:342:23-36: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:347:16-28: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:351:16-29: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:351:36-49: Cannot index into `object` [bad-index]
ERROR torch/_numpy/_reductions_impl.py:357:23-41: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:357:52-58: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:357:73-86: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:362:25-36: `*` is not supported between `ArrayLike` and `ArrayLike` [unsupported-operation]
ERROR torch/_numpy/_reductions_impl.py:368:53-59: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:372:20-38: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:397:12-19: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:399:13-17: Object of class `object` has no attribute `to` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:402:8-15: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:402:19-32: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:403:13-17: Object of class `object` has no attribute `to` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:403:18-31: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:406:13-22: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:407:13-22: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:408:16-20: `tuple[Literal[0]]` is not assignable to variable `axis` with type `AxisLike` [bad-assignment]
ERROR torch/_numpy/_reductions_impl.py:410:49-55: Object of class `object` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:417:33-40: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:419:12-26: No attribute `quantile` in module `torch` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:434:43-50: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:435:13-17: Object of class `object` has no attribute `to` [missing-attribute]
ERROR torch/_numpy/_reductions_impl.py:436:10-19: `/` is not supported between `ArrayLike` and `float` [unsupported-operation]
ERROR torch/_numpy/_reductions_impl.py:458:9-24: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:22:18-36: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:93:28-43: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:165:18-33: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:168:18-33: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:171:10-25: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:178:20-33: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_ufuncs.py:180:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:9:5-21: Could not import `absolute` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:10:5-11: Could not import `arccos` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:11:5-12: Could not import `arccosh` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:12:5-11: Could not import `arcsin` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:13:5-12: Could not import `arcsinh` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:14:5-11: Could not import `arctan` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:15:5-12: Could not import `arctanh` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:16:5-16: Could not import `bitwise_not` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:17:5-26: Could not import `bitwise_not` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:18:5-9: Could not import `ceil` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:19:5-31: Could not import `conj_physical` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:20:5-8: Could not import `cos` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:21:5-9: Could not import `cosh` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:22:5-12: Could not import `deg2rad` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:23:5-23: Could not import `deg2rad` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:24:5-8: Could not import `exp` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:25:5-9: Could not import `exp2` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:26:5-10: Could not import `expm1` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:27:5-10: Could not import `floor` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:28:5-13: Could not import `isfinite` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:29:5-10: Could not import `isinf` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:30:5-10: Could not import `isnan` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:31:5-8: Could not import `log` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:32:5-10: Could not import `log10` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:33:5-10: Could not import `log1p` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:34:5-9: Could not import `log2` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:35:5-16: Could not import `logical_not` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:36:5-13: Could not import `negative` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:37:5-12: Could not import `rad2deg` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:38:5-23: Could not import `rad2deg` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:39:5-15: Could not import `reciprocal` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:40:5-17: Could not import `round` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:41:5-18: Could not import `round` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:42:5-9: Could not import `sign` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:43:5-12: Could not import `signbit` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:44:5-8: Could not import `sin` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:45:5-9: Could not import `sinh` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:46:5-9: Could not import `sqrt` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:47:5-11: Could not import `square` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:48:5-8: Could not import `tan` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:49:5-9: Could not import `tanh` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:50:5-10: Could not import `trunc` from `torch` [missing-module-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:56:12-21: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:65:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_numpy/_unary_ufuncs_impl.py:67:12-26: No attribute `absolute` in module `torch` [missing-attribute]
ERROR torch/_numpy/_util.py:177:18-33: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/_util.py:218:25-48: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_numpy/_util.py:219:68-81: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_numpy/linalg.py:44:16-37: No attribute `_LinAlgError` in module `torch._C` [missing-attribute]
ERROR torch/_numpy/linalg.py:147:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_numpy/linalg.py:147:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_numpy/linalg.py:161:36-47: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:69:33-48: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:87:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:106:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:113:14-25: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:122:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:138:12-26: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:151:14-27: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:159:8-15: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/_numpy/random.py:160:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:176:13-28: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:176:34-41: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/_numpy/random.py:179:17-28: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:179:29-36: Object of class `object` has no attribute `dtype` [missing-attribute]
ERROR torch/_numpy/random.py:180:12-17: Object of class `object` has no attribute `sum` [missing-attribute]
ERROR torch/_numpy/random.py:184:15-32: No attribute `multinomial` in module `torch` [missing-attribute]
ERROR torch/_numpy/random.py:189:15-25: `ArrayLike` is not subscriptable [unsupported-operation]
ERROR torch/_numpy/testing/utils.py:24:26-32: Could not import `arange` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:24:57-62: Could not import `empty` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:24:73-77: Could not import `intp` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:84:20-23: Expected a callable, got `str` [not-callable]
ERROR torch/_numpy/testing/utils.py:91:12-20: No attribute `isnan` in module `torch._numpy` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:95:12-23: No attribute `isfinite` in module `torch._numpy` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:99:12-20: No attribute `isinf` in module `torch._numpy` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:222:30-34: Could not import `imag` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:222:36-48: Could not import `iscomplexobj` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:222:50-58: Could not import `isscalar` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:222:69-73: Could not import `real` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:222:75-82: Could not import `signbit` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:402:30-34: Could not import `imag` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:402:36-48: Could not import `iscomplexobj` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:402:59-63: Could not import `real` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:579:63-68: Could not import `isnan` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:579:70-73: Could not import `max` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:663:12-24: Object of class `bool_` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:687:26-38: Object of class `bool_` has no attribute `size` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:687:42-54: Object of class `bool_` has no attribute `ndim` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:699:21-31: No attribute `minimum` in module `torch._numpy` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:709:24-32: Unary `~` is not supported on `bool_` [unsupported-operation]
ERROR torch/_numpy/testing/utils.py:930:44-50: Could not import `float_` from `torch._numpy` [missing-module-attribute]
ERROR torch/_numpy/testing/utils.py:1303:16-26: No attribute `isclose` in module `torch._numpy` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:1908:9-17: Class member `clear_and_catch_warnings.__exit__` overrides parent class `catch_warnings` in an inconsistent manner [bad-override]
ERROR torch/_numpy/testing/utils.py:2168:17-35: Object of class `suppress_warnings` has no attribute `_orig_showmsg` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:2178:12-21: `signature` may be uninitialized [unbound-name]
ERROR torch/_numpy/testing/utils.py:2184:13-31: Object of class `suppress_warnings` has no attribute `_orig_showmsg` [missing-attribute]
ERROR torch/_numpy/testing/utils.py:2308:12-18: Cannot find module `pytest` [missing-import]
ERROR torch/_numpy/testing/utils.py:2396:16-22: Cannot find module `psutil` [missing-import]
ERROR torch/_numpy/testing/utils.py:2442:15-55: Object of class `NoneType` has no attribute `rsplit` [missing-attribute]
ERROR torch/_ops.py:17:22-76: Could not import `_dispatch_is_included_in_alias` from `torch._C` [missing-module-attribute]
ERROR torch/_ops.py:17:78-89: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_ops.py:113:20-51: No attribute `_dispatch_is_alias_key` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:228:9-60: No attribute `_dispatch_get_backend_keyset_from_autograd` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:243:13-54: No attribute `_dispatch_autogradother_backends` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:257:8-47: No attribute `_dispatch_has_backend_fallback` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:304:37-67: No attribute `_dispatch_keyset_full` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:330:20-41: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_ops.py:335:22-57: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:385:20-43: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:449:24-62: No attribute `_disabled_torch_dispatch_impl` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:495:23-70: No attribute `_dispatch_tls_is_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:594:15-55: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:596:29-52: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:597:25-65: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:646:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:647:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:660:24-54: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:664:26-56: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:681:9-57: No attribute `_dispatch_tls_set_dispatch_key_included` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:731:9-57: No attribute `_dispatch_tls_set_dispatch_key_included` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:744:40-70: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:746:40-70: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:755:20-50: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:758:28-58: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:812:17-40: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:825:45-54: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_ops.py:860:26-58: No attribute `_DispatchOperatorHandle` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:861:16-55: No attribute `_dispatch_find_schema_or_throw` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:880:26-49: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:894:14-60: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:896:51-74: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:897:16-66: No attribute `_dispatch_has_kernel_for_any_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:907:41-87: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:919:14-60: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:983:25-72: No attribute `_dispatch_tls_is_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1071:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1072:24-81: No attribute `_dispatch_kernel_for_dispatch_key_is_fallthrough` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1100:32-62: No attribute `_dispatch_keyset_full` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1116:16-73: No attribute `_dispatch_kernel_for_dispatch_key_is_fallthrough` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1160:36-56: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/_ops.py:1161:37-52: No attribute `ClassType` in module `torch` [missing-attribute]
ERROR torch/_ops.py:1209:28-48: No attribute `_get_schema` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1238:26-58: No attribute `_get_operation_overload` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1247:22-42: No attribute `_get_schema` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1292:34-83: No attribute `_maybe_call_torch_function_for_op_packet` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1309:17-64: No attribute `_check_schema_allow_fake_script_object` in module `torch._C` [missing-attribute]
ERROR torch/_ops.py:1374:9-20: Class member `_OpNamespace.__getattr__` overrides parent class `ModuleType` in an inconsistent manner [bad-override-param-name]
ERROR torch/_ops.py:1412:26-53: No attribute `_jit_get_operation` in module `torch._C` [missing-attribute]
ERROR torch/_prims/__init__.py:12:22-41: Could not import `_get_default_device` from `torch._C` [missing-module-attribute]
ERROR torch/_prims/__init__.py:229:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:230:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:244:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:275:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:277:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:287:20-29: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:313:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:322:18-39: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/_prims/__init__.py:324:41-50: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:359:35-44: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:362:35-44: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:467:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:470:25-48: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:545:15-24: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:552:15-25: No attribute `acos` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:559:15-26: No attribute `acosh` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:566:15-25: No attribute `asin` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:573:15-26: No attribute `asinh` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:580:15-25: No attribute `atan` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:587:15-26: No attribute `atanh` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:594:15-24: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:601:15-25: No attribute `cosh` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:622:15-23: No attribute `i0` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:650:15-32: No attribute `bitwise_not` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:667:12-26: No attribute `copysign` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:667:27-36: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:679:15-25: No attribute `ceil` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:696:15-35: No attribute `_conj_physical` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:703:46-65: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:703:68-89: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:705:25-46: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:706:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:717:16-35: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:729:15-26: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:737:15-28: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:744:15-24: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:772:15-24: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:803:15-25: No attribute `fill` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:809:15-26: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:821:15-25: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:827:15-29: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:834:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:841:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:848:15-26: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:855:15-25: No attribute `log2` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:862:15-26: No attribute `log10` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:874:15-25: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:880:15-31: No attribute `reciprocal` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:894:15-24: No attribute `neg` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:901:15-26: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:908:15-26: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:915:15-25: No attribute `sign` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:922:15-28: No attribute `signbit` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:929:15-24: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:936:15-25: No attribute `sinh` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:950:15-25: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:957:15-24: No attribute `tan` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:964:15-25: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:971:15-26: No attribute `trunc` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:982:15-24: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:989:15-26: No attribute `atan2` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:996:15-32: No attribute `bitwise_and` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1003:15-31: No attribute `bitwise_or` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1010:15-32: No attribute `bitwise_xor` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1030:16-25: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1032:16-33: No attribute `true_divide` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1044:15-23: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1051:15-25: No attribute `fmax` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1058:15-25: No attribute `fmin` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1065:15-25: No attribute `fmod` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1073:15-24: No attribute `gcd` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1081:15-23: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1088:15-23: No attribute `gt` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1095:15-26: No attribute `hypot` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1116:15-23: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1123:15-23: No attribute `lt` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1169:15-24: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1176:15-23: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1183:15-30: No attribute `nextafter` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1190:15-24: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1197:15-30: No attribute `remainder` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1205:15-39: No attribute `bitwise_left_shift` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1212:15-40: No attribute `bitwise_right_shift` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1221:15-24: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1255:12-28: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1261:12-28: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1562:5-23: No attribute `_set_conj` in module `torch._C` [missing-attribute]
ERROR torch/_prims/__init__.py:1573:15-25: No attribute `conj` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1691:15-28: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1716:12-25: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1757:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1761:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1818:15-39: No attribute `as_strided_scatter` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1894:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1928:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1946:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1946:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1956:15-25: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1987:15-26: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:1996:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2000:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2012:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2023:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2040:11-20: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2045:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2049:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2058:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2110:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2115:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2116:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2119:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2121:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2142:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2147:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2148:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2151:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2153:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2219:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2230:11-30: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2355:15-24: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2364:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2380:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2388:19-29: No attribute `prod` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2391:16-26: No attribute `prod` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2403:12-21: No attribute `var` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2414:15-25: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2420:15-25: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2437:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2438:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2446:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2459:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2460:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2464:12-24: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2481:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2481:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2488:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2488:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2490:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2510:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2511:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2526:15-34: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2535:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2536:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2581:15-35: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2590:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2591:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2602:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2603:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2607:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2634:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2635:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2649:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2650:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2654:12-27: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2681:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2682:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2692:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2693:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2790:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2791:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2793:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2814:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2815:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2817:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2819:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2849:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2850:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2852:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2862:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2863:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2865:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2867:9-28: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2919:12-26: No attribute `_fft_r2c` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2959:12-26: No attribute `_fft_c2c` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:2999:12-26: No attribute `_fft_c2r` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:3021:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:3021:36-52: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:3021:65-76: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_prims/__init__.py:3028:15-26: No attribute `frexp` in module `torch` [missing-attribute]
ERROR torch/_prims/context.py:115:9-27: Class member `TorchRefsMode.__torch_function__` overrides parent class `TorchFunctionMode` in an inconsistent manner [bad-override-param-name]
ERROR torch/_prims/debug_prims.py:40:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims/debug_prims.py:41:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:7:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/_prims/rng_prims.py:33:5-30: Object of class `FunctionType` has no attribute `register_fake` [missing-attribute]
ERROR torch/_prims/rng_prims.py:52:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:58:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:66:13-32: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:66:53-64: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:84:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:102:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:122:29-39: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:132:15-24: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:140:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:356:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims/rng_prims.py:421:1-34: No attribute `_set_generator_metaclass` in module `torch._C` [missing-attribute]
ERROR torch/_prims/rng_prims.py:424:5-23: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/_prims/rng_prims.py:478:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:50:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:70:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:75:5-17: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:388:5-28: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:389:5-26: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:390:5-24: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:391:5-27: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:395:43-62: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:405:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:411:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:413:25-44: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:415:25-47: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:440:34-53: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:590:30-53: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:595:34-53: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:701:33-49: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:935:52-64: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:936:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:941:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1127:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1128:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1129:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1130:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1131:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1132:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1133:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1134:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1136:26-39: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1136:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1136:57-72: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1137:20-35: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1137:37-52: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1137:54-70: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1140:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1141:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1143:21-31: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1146:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1147:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1152:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1153:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1158:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1159:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1164:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1165:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1170:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1178:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1178:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1179:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1179:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1180:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1180:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1184:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1184:20-35: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1185:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1185:21-36: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1186:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1186:20-35: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1187:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1187:20-36: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1191:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1191:53-64: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1195:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1195:56-67: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1199:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1204:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1207:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1219:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1224:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1227:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1240:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1249:16-26: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1251:16-26: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1253:16-39: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1256:44-67: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1272:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1322:8-19: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1323:8-19: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1324:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1331:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1335:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1341:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1342:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1345:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1366:10-20: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1367:10-21: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1367:23-33: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1368:10-21: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1369:10-21: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1370:10-21: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1371:10-23: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1371:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1372:10-23: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1373:10-23: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1374:10-25: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1375:10-25: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1376:10-26: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1396:26-38: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1398:19-32: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1424:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1424:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1501:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1501:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1502:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1502:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1503:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1503:22-37: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1507:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1507:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1512:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1512:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1513:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1513:20-33: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1514:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1514:20-33: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1515:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1515:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1516:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1516:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1520:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1520:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1520:63-74: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1588:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1588:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1700:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1727:13-36: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1736:56-79: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1739:24-34: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1742:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1750:28-51: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1760:20-30: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1760:32-42: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1763:53-63: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1771:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1772:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1772:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:1791:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2077:49-68: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2089:20-33: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2090:16-39: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2093:16-35: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2093:56-78: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2095:12-35: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2124:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2127:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2152:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2152:52-63: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2153:44-67: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2157:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2160:31-43: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2160:55-67: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2161:46-59: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2175:15-62: No attribute `_dispatch_tls_is_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2176:13-33: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2178:9-57: No attribute `_dispatch_tls_set_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2179:13-33: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2181:18-34: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2182:16-32: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2184:9-57: No attribute `_dispatch_tls_set_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2185:13-33: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2222:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2223:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2229:47-58: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2230:51-62: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_prims_common/__init__.py:2231:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:34:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:40:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:46:49-60: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:51:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:190:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:443:14-49: No attribute `_AutoDispatchBelowAutograd` in module `torch._C` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:460:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:496:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_prims_common/wrappers.py:501:20-31: Object of class `object` has no attribute `item` [missing-attribute]
ERROR torch/_python_dispatcher.py:75:20-39: No attribute `_dispatch_library` in module `torch._C` [missing-attribute]
ERROR torch/_refs/__init__.py:758:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:774:12-21: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:774:25-36: No attribute `trunc` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:795:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:801:16-32: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:801:39-49: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:801:61-71: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:803:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:804:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:804:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:818:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:818:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:832:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:832:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:850:16-26: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:851:12-27: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:851:37-47: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:892:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:912:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:912:26-35: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:914:13-23: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:914:24-34: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:915:13-30: No attribute `masked_fill` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:917:44-57: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:919:14-23: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:919:24-33: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:941:18-29: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:944:18-29: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:954:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:975:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1027:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1058:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1058:35-44: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1193:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1350:20-30: No attribute `fill` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1354:20-30: No attribute `exp2` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1376:17-33: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1378:17-30: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1439:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1463:15-28: No attribute `signbit` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1463:35-48: No attribute `signbit` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1463:65-75: No attribute `fmod` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1522:12-36: No attribute `frexp` in module `torch.return_types` [missing-attribute]
ERROR torch/_refs/__init__.py:1556:21-29: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1557:21-37: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1557:38-46: No attribute `lt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1557:58-69: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1558:22-33: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1559:14-25: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1641:43-66: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1642:43-66: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1664:32-42: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1664:44-55: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1666:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1667:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1669:9-18: No attribute `gcd` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1671:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1672:11-20: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1691:12-22: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1691:29-39: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1692:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1693:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1694:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1695:9-26: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1695:27-41: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1695:42-52: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1695:59-69: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1695:76-86: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1699:24-34: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1700:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1701:33-42: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1701:43-52: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1701:61-70: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1703:24-35: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1704:40-51: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1704:52-61: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1707:20-31: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1710:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1710:48-59: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1710:60-69: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1725:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1726:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1727:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1727:34-45: No attribute `isinf` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1729:21-32: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1729:33-43: No attribute `exp2` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1730:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1840:12-21: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1925:11-22: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1925:23-31: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1925:42-51: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1925:55-64: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1926:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:1926:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2018:19-30: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2026:19-30: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2060:12-25: No attribute `nonzero` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2085:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2099:42-61: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2099:64-85: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2129:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2131:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2132:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2145:33-54: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2158:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2159:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2162:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2177:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2180:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2183:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2194:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2197:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2213:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2236:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2241:61-82: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2285:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2304:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2385:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2403:14-31: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2403:32-41: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2403:42-59: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2405:19-30: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2406:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2418:37-47: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2425:19-30: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2426:51-62: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2437:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2444:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2480:12-21: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2496:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2617:13-22: No attribute `var` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2618:13-23: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2688:21-35: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2689:13-23: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2756:20-31: No attribute `outer` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2756:58-73: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2758:20-36: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2760:17-28: No attribute `outer` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2760:55-70: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2773:28-39: No attribute `outer` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2775:42-53: No attribute `outer` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2862:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2891:21-44: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:2894:24-47: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3023:16-35: No attribute `conj_physical` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3086:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3094:38-48: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3114:34-53: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3114:56-79: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3117:26-47: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3125:12-23: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3265:16-27: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3343:24-38: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3346:12-23: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3354:13-28: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3383:22-35: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3388:24-38: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3391:12-23: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3393:27-40: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3399:29-42: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3425:12-25: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3426:12-25: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3560:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3650:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3680:40-58: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3757:19-29: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3880:16-27: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3894:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:3919:21-32: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4055:20-36: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4060:20-36: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4119:20-30: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4119:31-44: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4132:28-38: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4133:16-26: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4142:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4143:32-42: No attribute `fmod` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4169:16-31: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4169:32-42: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4171:16-26: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4173:16-31: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4173:32-42: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4175:38-61: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4200:15-24: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4204:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4212:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4268:13-26: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4268:44-62: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4274:34-57: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4326:17-36: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4340:53-69: No attribute `index_copy` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4367:34-57: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4388:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4478:41-51: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4628:16-32: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4630:16-35: No attribute `diagonal_copy` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4731:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4733:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4741:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4741:61-72: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4742:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4743:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4784:16-27: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4785:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4788:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4791:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4833:12-27: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4864:12-25: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4885:23-46: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4895:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4905:10-22: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4909:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4918:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:4929:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5004:16-28: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5020:16-28: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5026:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5027:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5027:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5031:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5031:42-65: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5034:26-47: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5040:25-48: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5042:27-49: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5047:30-49: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5053:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5068:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5069:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5069:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5089:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5090:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5098:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5114:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5115:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5127:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5141:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5142:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5142:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5150:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5152:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5154:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5169:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5170:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5179:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5181:40-50: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5194:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5195:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5195:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5203:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5205:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5207:26-36: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5222:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5223:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5232:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5234:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5250:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5251:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5259:12-22: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5273:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5284:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5286:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5289:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5289:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5295:25-46: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5296:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5311:12-32: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5329:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5330:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5330:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5337:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5378:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5378:50-73: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5388:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5410:15-26: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5416:9-19: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5448:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5449:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5466:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5468:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5468:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5487:13-36: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5497:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5498:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5531:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5544:11-22: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5560:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5562:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5562:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5567:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5590:13-36: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5595:18-31: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5754:14-27: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5766:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5768:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5768:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5777:13-36: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5778:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5789:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5790:28-39: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5790:41-53: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5790:55-66: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5791:19-30: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5793:12-23: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5802:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5803:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5803:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5817:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5820:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5821:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5824:19-32: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5825:33-56: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5827:15-25: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5835:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5847:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5848:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5848:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5857:48-60: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5874:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5875:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5879:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5879:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5881:9-25: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5898:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5899:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5903:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5903:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5905:12-27: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5907:40-50: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5922:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5923:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5927:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5927:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5929:12-27: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5931:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5945:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5947:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5971:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5972:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5972:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5979:48-60: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:5994:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6006:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6032:39-77: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_refs/__init__.py:6085:9-18: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6085:19-32: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6116:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6142:12-21: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6142:22-32: No attribute `diag` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6168:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6169:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6185:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6186:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6221:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6222:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6228:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6228:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6241:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6241:26-36: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6242:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6242:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6252:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6256:46-59: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6258:17-28: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6258:34-44: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6259:17-28: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6268:12-23: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6269:10-19: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6269:45-54: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6301:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6301:26-36: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6302:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6302:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6312:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6321:46-59: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6323:17-28: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6323:34-44: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6324:17-28: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6332:12-23: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6333:10-19: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6333:45-54: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6351:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6352:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6352:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6355:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6360:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6360:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6374:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6377:23-38: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6377:48-58: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6380:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6383:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6392:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6417:29-38: No attribute `tan` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6417:50-65: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6441:19-34: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6447:15-26: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6449:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6449:52-61: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6473:12-23: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6473:24-35: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6473:37-52: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6495:12-21: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6495:28-44: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6520:41-54: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6547:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6548:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6634:24-33: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6636:24-34: No attribute `vdot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6638:20-30: No attribute `vdot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6652:16-25: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6656:20-30: No attribute `vdot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6658:20-29: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6660:16-25: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6674:12-24: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6675:11-26: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6676:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6826:16-39: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6828:16-27: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6830:16-26: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6832:25-48: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6833:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6834:20-32: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6835:31-43: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6836:20-33: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6837:31-41: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6838:20-31: No attribute `chalf` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6852:20-43: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6863:30-49: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6866:30-43: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6877:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6892:16-35: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6897:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6899:14-25: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6944:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6954:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6955:29-48: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_refs/__init__.py:6985:41-64: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:40:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:42:46-65: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:42:68-89: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:50:48-62: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:52:40-50: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:54:40-51: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:56:46-59: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:58:44-56: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:60:42-57: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:62:40-50: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:64:44-56: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:66:42-53: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:68:40-50: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:70:38-47: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:72:40-50: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:74:42-53: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:82:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:82:38-51: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:82:53-66: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:116:14-27: No attribute `complex` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:117:25-34: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_refs/_conversions.py:118:25-34: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:59:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:59:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:60:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:67:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:69:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:69:37-50: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:73:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:118:12-33: No attribute `constant_pad_nd` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:142:17-27: No attribute `conj` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:174:32-42: No attribute `conj` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:589:12-22: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_refs/fft.py:596:12-22: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:40:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:40:59-70: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:85:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:98:12-26: No attribute `diagonal` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:137:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:158:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:158:26-34: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:166:30-39: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:182:17-26: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:192:17-26: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:217:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:257:22-31: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:260:42-57: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:274:27-37: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:274:56-66: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:284:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:296:42-57: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:318:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:369:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:369:37-48: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:370:20-32: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:370:50-61: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:380:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/linalg/__init__.py:404:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:97:19-32: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:121:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:135:9-26: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:195:15-26: No attribute `expm1` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:197:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:217:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:263:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:263:60-71: No attribute `expm1` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:281:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:281:24-32: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:294:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:363:12-35: No attribute `native_group_norm` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:385:12-35: No attribute `native_layer_norm` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:409:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:409:24-32: No attribute `gt` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:409:43-52: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:426:16-26: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:446:19-30: No attribute `expm1` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:448:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:457:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:472:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:514:15-26: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:514:27-36: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:516:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:527:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:527:24-33: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:539:23-34: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:540:48-59: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:545:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:545:24-33: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:545:50-60: No attribute `sign` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:564:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:566:16-26: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:613:12-21: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:644:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:646:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:656:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:681:12-27: No attribute `clamp_min` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:702:12-21: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:716:20-35: No attribute `clamp_min` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:717:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:718:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:742:19-32: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:743:27-35: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:761:27-46: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:763:9-28: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:767:22-33: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:780:23-35: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:787:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:791:12-25: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:796:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:799:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:799:34-43: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:839:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:841:20-36: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:843:20-35: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:871:13-26: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:872:14-27: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:878:16-29: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:908:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:926:16-26: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:949:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:981:40-63: No attribute `pairwise_distance` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1016:29-52: No attribute `pairwise_distance` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1027:20-33: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1028:12-27: No attribute `clamp_min` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1058:28-39: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1092:31-41: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1095:31-40: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1125:16-25: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1127:33-42: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1131:22-31: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1131:57-66: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1177:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1208:12-30: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1210:16-29: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1237:15-23: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1238:20-30: No attribute `diag` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1239:13-23: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1239:24-35: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_refs/nn/functional/__init__.py:1242:9-27: No attribute `triu_indices` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:70:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:71:9-20: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:73:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:73:33-42: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:73:47-58: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:88:21-34: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:122:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:124:9-18: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:125:9-20: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:125:22-32: No attribute `erfc` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:140:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:140:39-50: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:141:12-21: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:141:22-39: No attribute `true_divide` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:141:46-55: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:169:11-22: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:169:23-31: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:169:42-51: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:169:55-66: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:170:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:170:24-35: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:181:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:182:12-21: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:182:22-34: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:195:17-26: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:213:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_refs/special/__init__.py:223:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_size_docs.py:4:22-47: Could not import `_add_docstr` from `torch._C` [missing-module-attribute]
ERROR torch/_size_docs.py:8:24-37: No attribute `Size` in module `torch._C` [missing-attribute]
ERROR torch/_sources.py:8:22-33: Could not import `ErrorReport` from `torch._C` [missing-module-attribute]
ERROR torch/_storage_docs.py:5:22-47: Could not import `_add_docstr` from `torch._C` [missing-module-attribute]
ERROR torch/_streambase.py:11:19-31: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_streambase.py:19:18-29: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_subclasses/_fake_tensor_utils.py:36:13-23: Argument `object` is not assignable to parameter `_expr` with type `Expr` in function `_DeconstructedSymNode.__init__` [bad-argument-type]
ERROR torch/_subclasses/complex_tensor/_core.py:140:14-24: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_core.py:141:14-24: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_core.py:141:55-71: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_core.py:145:16-29: No attribute `complex` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:83:49-61: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:221:14-24: No attribute `prod` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:221:25-34: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:222:15-24: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:222:25-36: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:223:18-27: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:224:18-27: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:244:14-27: No attribute `cumprod` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:244:28-37: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:245:15-27: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:245:28-39: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:246:18-27: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:247:18-27: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:257:14-25: No attribute `hypot` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:264:12-23: No attribute `atan2` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:270:15-26: No attribute `acosh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:274:19-32: No attribute `signbit` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:275:26-35: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:275:59-68: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:281:16-27: No attribute `asinh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:291:15-26: No attribute `atanh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:316:9-18: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:316:46-55: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:335:9-19: No attribute `cosh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:335:25-34: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:336:9-19: No attribute `sinh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:336:25-34: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:343:15-25: No attribute `sinh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:354:9-19: No attribute `sinh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:354:25-34: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:355:9-19: No attribute `cosh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:355:25-34: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:362:15-25: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:376:10-20: No attribute `cosh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:376:28-37: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:377:13-23: No attribute `sinh` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:380:14-23: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:389:10-19: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:390:14-23: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:391:14-23: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:400:10-19: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:401:14-23: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:402:14-23: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:409:10-19: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:409:20-29: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:410:10-21: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:424:12-21: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:424:44-53: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:430:12-21: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:430:44-53: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:439:12-20: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:439:50-58: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:448:12-20: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:448:50-58: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:454:12-23: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:454:30-41: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:460:12-23: No attribute `isinf` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:460:30-41: No attribute `isinf` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:466:12-26: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:466:33-47: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:477:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:478:17-26: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:486:19-30: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:487:19-30: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:488:19-30: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:489:19-30: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:547:13-33: No attribute `masked_scatter` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:548:13-33: No attribute `masked_scatter` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:558:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:559:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:569:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:575:16-31: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:581:13-28: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:582:13-28: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:589:49-60: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:634:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:635:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:644:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:657:21-31: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:657:32-41: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:658:29-40: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:660:29-38: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:661:29-38: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:671:22-33: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:671:34-43: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:672:34-45: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:674:30-39: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:675:30-39: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:685:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:689:34-42: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:724:12-29: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:729:12-23: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:743:37-46: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:786:12-21: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:787:9-22: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:794:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:795:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:919:12-21: No attribute `var` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:919:50-59: No attribute `var` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:929:14-31: No attribute `scatter_add` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:930:14-31: No attribute `scatter_add` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:975:12-34: No attribute `diagonal_scatter` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:978:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:978:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:979:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:989:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1018:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1021:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1021:49-70: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1036:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1039:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1039:49-70: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1056:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1056:49-70: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1072:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1073:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1077:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/aten.py:1096:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:29:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:29:23-36: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:30:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:30:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:31:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:31:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:38:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:38:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:39:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:39:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:40:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:40:22-37: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:65:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:71:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:76:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:85:22-41: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:89:53-66: No attribute `asarray` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:175:21-37: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:190:12-29: No attribute `resolve_neg` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:190:50-67: No attribute `resolve_neg` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:193:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:193:50-61: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/common.py:253:49-60: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/complex_tensor/_ops/prims.py:18:56-67: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:79:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:144:19-38: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:159:64-83: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:205:42-51: Expected 0 positional arguments, got 2 [bad-argument-count]
ERROR torch/_subclasses/fake_impls.py:227:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:231:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:264:19-35: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:266:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:298:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:427:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:445:24-40: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:445:42-58: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:445:60-76: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:449:26-36: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:470:52-68: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:486:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:488:30-46: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:489:27-38: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:489:55-65: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:498:32-48: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:499:32-43: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:499:63-73: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:500:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:500:57-67: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:510:32-43: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:510:63-73: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:511:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:511:57-67: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:528:18-27: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:600:68-80: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:603:68-79: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:606:42-53: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:611:74-85: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:614:41-52: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:966:31-59: Object of class `int` has no attribute `subs` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1080:38-61: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1098:50-73: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1104:59-82: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1148:41-64: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1447:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1449:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1451:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1452:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1482:32-41: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1495:50-60: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1495:62-73: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1528:12-67: No attribute `_dispatch_has_computed_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1749:28-57: No attribute `_select_conv_backend` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1759:23-69: No attribute `_conv_determine_backend_memory_format` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1764:42-61: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1770:44-63: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1817:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1961:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1962:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:1963:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:2015:43-66: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:2021:43-62: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:2029:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:2033:35-58: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:2042:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_impls.py:2046:35-54: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:99:9-47: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:126:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:127:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:183:11-40: No attribute `_unset_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:183:41-71: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:188:13-40: No attribute `_set_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:226:20-46: Object of class `type` has no attribute `__tensor_flatten__` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:245:36-63: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:246:25-70: No attribute `_functionalization_reapply_views_tls` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:280:36-63: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:281:25-70: No attribute `_functionalization_reapply_views_tls` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:291:42-62: No attribute `_SchemaInfo` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:292:12-32: No attribute `_SchemaInfo` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:321:25-38: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:327:16-43: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:467:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:506:13-42: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:532:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:532:30-41: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:532:43-54: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:532:56-66: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:532:68-81: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:576:31-42: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:582:33-46: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:598:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:600:24-44: No attribute `DispatchKeySet` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:619:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:623:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:625:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:635:19-57: No attribute `_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:639:10-40: No attribute `_DisableTorchDispatch` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:643:14-48: No attribute `_PreserveDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:644:13-55: No attribute `_set_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:654:12-53: No attribute `_should_allow_numbers_as_tensors` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:750:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:774:20-40: No attribute `DispatchKeySet` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:778:17-47: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:782:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:784:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:789:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:793:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:797:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:816:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:816:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:823:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:827:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:835:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:839:24-44: No attribute `DispatchKeySet` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:849:13-52: No attribute `_set_throw_on_mutable_data_ptr` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:851:13-62: No attribute `_set_warn_deprecated_on_mutable_data_ptr` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:857:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:857:66-78: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:935:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:981:31-58: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:982:13-43: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1001:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1027:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1030:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1108:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1149:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1152:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1153:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1154:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1177:48-58: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1208:35-48: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1444:26-56: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1505:12-39: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1505:40-70: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1522:42-73: No attribute `_only_lift_cpu_tensors` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1523:13-48: No attribute `_set_only_lift_cpu_tensors` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1528:13-47: No attribute `_ensureCUDADeviceGuardSet` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1530:32-61: No attribute `_unset_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1538:13-40: No attribute `_set_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1557:17-44: No attribute `_set_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1559:17-52: No attribute `_set_only_lift_cpu_tensors` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1699:13-36: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1702:13-41: No attribute `_get_default_device` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1705:13-44: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1761:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1764:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1777:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1778:25-35: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1785:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1803:29-75: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1804:26-46: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1987:25-51: No attribute `_dispatch_key_set` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:1988:19-45: No attribute `_dispatch_key_set` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2152:21-40: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2162:13-31: No attribute `_set_conj` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2164:13-30: No attribute `_set_neg` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2603:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2610:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2666:27-48: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:2668:24-37: Object of class `object` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3043:46-55: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3054:54-65: Object of class `object` has no attribute `fake_mode` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3079:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3174:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3316:8-17: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3328:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3356:17-33: Object of class `object` has no attribute `_typed_storage` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3404:20-39: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3425:18-55: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3429:48-60: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3441:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_tensor.py:3587:16-35: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:33:12-33: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:36:9-30: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:49:16-37: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:141:57-70: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:168:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:202:8-29: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:261:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:262:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/fake_utils.py:263:17-26: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:24:22-76: Could not import `_functionalization_reapply_views_tls` from `torch._C` [missing-module-attribute]
ERROR torch/_subclasses/functional_tensor.py:89:19-66: No attribute `_dispatch_tls_is_dispatch_key_included` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:90:9-29: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:92:19-66: No attribute `_dispatch_tls_is_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:93:9-29: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:137:17-47: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:146:28-81: No attribute `_additional_keys_to_prop_for_wrapper_tensors` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:147:9-29: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:175:16-43: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:195:53-76: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:220:9-48: No attribute `_set_throw_on_mutable_data_ptr` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:225:17-48: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:297:12-39: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:303:24-51: No attribute `_to_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:310:46-76: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:322:16-45: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:325:16-48: No attribute `_is_functional_tensor_base` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:328:9-37: No attribute `_functionalize_replace` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:331:9-43: No attribute `_functionalize_commit_update` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:334:9-34: No attribute `_functionalize_sync` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:337:9-64: No attribute `_functionalize_mark_mutation_hidden_from_autograd` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:348:31-61: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:359:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:367:46-56: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:368:46-58: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:369:50-64: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:370:46-57: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:371:48-61: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:372:47-60: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:373:46-56: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:374:46-59: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:375:45-56: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:376:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:381:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:389:25-37: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:409:26-56: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:436:38-58: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:438:21-51: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:440:20-47: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:441:17-47: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:479:17-46: No attribute `_dispatch_has_kernel` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:492:48-75: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:507:19-65: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:508:26-46: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:533:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:534:30-50: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:554:13-53: No attribute `_dispatch_tls_local_include_set` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:555:15-38: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:555:39-59: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:558:13-53: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:559:17-37: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:582:18-49: No attribute `_ForceDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:624:21-53: No attribute `_disable_functionalization` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:646:13-22: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:676:13-40: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:676:41-71: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:681:29-58: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:726:32-62: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:750:20-47: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:756:16-45: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:759:25-58: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:760:13-36: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:760:37-57: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:791:9-37: No attribute `_functionalize_replace` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:794:9-43: No attribute `_functionalize_commit_update` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:797:9-34: No attribute `_functionalize_sync` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:800:9-64: No attribute `_functionalize_mark_mutation_hidden_from_autograd` in module `torch` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:882:16-49: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:883:13-36: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:883:37-57: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/functional_tensor.py:924:16-45: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:85:16-22: Object of class `Tensor` has no attribute `grad` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:181:56-72: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:184:41-53: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:186:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:187:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:188:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:189:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:297:25-52: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:316:45-62: Object of class `TraceableWrapperSubclass` has no attribute `untyped_storage` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:348:21-50: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:352:33-78: No attribute `_functionalization_reapply_views_tls` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:408:67-81: Object of class `TraceableWrapperSubclass` has no attribute `is_inference` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:410:27-42: Object of class `TraceableWrapperSubclass` has no attribute `requires_grad` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:418:19-26: Object of class `TraceableWrapperSubclass` has no attribute `dtype` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:426:21-30: Object of class `TraceableWrapperSubclass` has no attribute `is_conj` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:427:20-28: Object of class `TraceableWrapperSubclass` has no attribute `is_neg` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:438:20-28: Object of class `TraceableWrapperSubclass` has no attribute `device` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:446:17-29: Object of class `TraceableWrapperSubclass` has no attribute `sparse_dim` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:446:35-46: Object of class `TraceableWrapperSubclass` has no attribute `is_sparse` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:448:23-34: Object of class `TraceableWrapperSubclass` has no attribute `dense_dim` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:448:40-51: Object of class `TraceableWrapperSubclass` has no attribute `is_sparse` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:449:26-40: Object of class `TraceableWrapperSubclass` has no attribute `is_coalesced` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:449:46-57: Object of class `TraceableWrapperSubclass` has no attribute `is_sparse` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:454:38-52: Object of class `TraceableWrapperSubclass` has no attribute `crow_indices` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:455:32-40: Object of class `TraceableWrapperSubclass` has no attribute `layout` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:455:45-61: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:455:63-79: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:459:38-51: Object of class `TraceableWrapperSubclass` has no attribute `col_indices` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:460:32-40: Object of class `TraceableWrapperSubclass` has no attribute `layout` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:460:45-61: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:460:63-79: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:464:38-52: Object of class `TraceableWrapperSubclass` has no attribute `ccol_indices` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:465:32-40: Object of class `TraceableWrapperSubclass` has no attribute `layout` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:465:45-61: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:465:63-79: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:469:38-51: Object of class `TraceableWrapperSubclass` has no attribute `row_indices` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:470:32-40: Object of class `TraceableWrapperSubclass` has no attribute `layout` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:470:45-61: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:470:63-79: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:484:61-71: Object of class `TraceableWrapperSubclass` has no attribute `_is_view` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:495:32-42: Object of class `TraceableWrapperSubclass` has no attribute `_is_view` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:495:49-56: Object of class `TraceableWrapperSubclass` has no attribute `_base` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:606:62-74: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:611:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:631:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:632:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:650:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:650:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:750:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:750:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:750:58-70: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:924:19-926:30: Object of class `Tensor` has no attribute `untyped_storage` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:925:25-36: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:925:51-62: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:950:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1061:12-52: No attribute `_dispatch_tls_local_exclude_set` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1061:59-79: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1159:20-39: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1222:16-25: Object of class `Tensor` has no attribute `shape` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1227:16-26: Object of class `Tensor` has no attribute `stride` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1230:65-75: Object of class `Tensor` has no attribute `stride` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1504:29-42: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1514:21-34: Object of class `Tensor` has no attribute `_coalesced_` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1522:57-64: Object of class `Tensor` has no attribute `clone` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1524:29-42: Object of class `Tensor` has no attribute `_coalesced_` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1528:37-53: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1528:55-71: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1545:37-53: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1545:55-71: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1580:29-42: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1612:33-52: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1629:29-42: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1636:40-53: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1697:49-75: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1747:41-60: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1790:25-52: No attribute `_to_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1836:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1836:65-76: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1849:35-82: No attribute `_dispatch_tls_is_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1850:25-45: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1852:21-69: No attribute `_dispatch_tls_set_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1853:25-45: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1856:28-38: Object of class `Tensor` has no attribute `dtype` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1859:64-82: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1862:33-54: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1868:64-73: Object of class `Tensor` has no attribute `view` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1914:41-50: Object of class `Tensor` has no attribute `view` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1914:51-61: Object of class `Tensor` has no attribute `shape` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1928:25-73: No attribute `_dispatch_tls_set_dispatch_key_excluded` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1929:29-49: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1959:37-56: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1981:33-46: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:1984:44-57: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2014:25-36: Object of class `Tensor` has no attribute `is_nested` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2016:51-59: Object of class `Tensor` has no attribute `stride` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2017:48-64: Object of class `Tensor` has no attribute `storage_offset` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2021:50-67: Object of class `Tensor` has no attribute `untyped_storage` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2025:32-45: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2030:33-50: Object of class `Tensor` has no attribute `untyped_storage` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2030:54-83: Object of class `object` has no attribute `untyped_storage` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2074:33-39: Object of class `Tensor` has no attribute `set_` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2081:40-53: Object of class `Tensor` has no attribute `real_tensor` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2089:37-55: Object of class `object` has no attribute `set_` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2115:21-27: Object of class `Tensor` has no attribute `grad` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2123:17-35: No attribute `_set_conj` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2125:17-34: No attribute `_set_neg` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2139:17-34: Object of class `Tensor` has no attribute `untyped_storage` [missing-attribute]
ERROR torch/_subclasses/meta_utils.py:2151:17-34: Object of class `Tensor` has no attribute `nested_int_memo` [missing-attribute]
ERROR torch/_subclasses/schema_check_mode.py:36:14-34: No attribute `_SchemaInfo` in module `torch._C` [missing-attribute]
ERROR torch/_subclasses/schema_check_mode.py:106:24-35: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/_subclasses/schema_check_mode.py:108:24-38: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_subclasses/schema_check_mode.py:116:38-54: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/schema_check_mode.py:117:37-53: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_subclasses/schema_check_mode.py:162:34-50: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:26:44-57: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:77:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:78:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:79:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:80:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:81:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:82:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:83:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:84:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:85:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:86:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:87:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:88:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:89:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:90:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:91:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:102:14-33: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:158:25-46: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:159:45-83: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:178:31-44: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:179:33-46: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:181:42-65: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:188:25-49: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:189:25-63: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:328:17-38: No attribute `_has_storage` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:329:37-75: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:362:23-36: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:364:34-57: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:366:21-44: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:371:17-41: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:372:17-55: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:378:21-45: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:404:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:415:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:416:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:417:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:418:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:420:32-48: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:420:50-66: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:798:14-28: No attribute `_add_docstr` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:799:9-22: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:816:15-29: No attribute `_add_docstr` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:817:9-22: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:935:29-48: No attribute `_lu_with_info` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1064:20-46: No attribute `split_with_sizes` in module `torch._VF` [missing-attribute]
ERROR torch/_tensor.py:1113:16-37: No attribute `_VariableFunctions` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1120:20-33: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1125:15-34: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1129:13-26: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1134:9-22: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1139:16-31: No attribute `remainder` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1152:16-25: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1158:16-34: No attribute `floor_divide` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1162:16-34: No attribute `floor_divide` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1168:16-40: No attribute `bitwise_left_shift` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1174:16-41: No attribute `bitwise_right_shift` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1178:16-28: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1180:15-28: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1181:15-28: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1182:15-28: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1189:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1211:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1264:16-32: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1376:57-76: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1440:50-69: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1534:14-45: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1541:26-58: No attribute `_disabled_torch_dispatch_impl` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1601:27-40: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_tensor.py:1654:20-29: Cannot find module `torch_xla` [missing-import]
ERROR torch/_tensor.py:1655:20-56: Cannot find module `torch_xla.utils.dlpack` [missing-import]
ERROR torch/_tensor.py:1670:20-33: No attribute `_to_dlpack` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1672:16-39: No attribute `_to_dlpack_versioned` in module `torch._C` [missing-attribute]
ERROR torch/_tensor.py:1696:20-29: Cannot find module `torch_xla` [missing-import]
ERROR torch/_tensor_docs.py:5:22-47: Could not import `_add_docstr` from `torch._C` [missing-module-attribute]
ERROR torch/_tensor_docs.py:10:24-43: No attribute `TensorBase` in module `torch._C` [missing-attribute]
ERROR torch/_tensor_iterator.py:37:5-40: Could not import `_TensorIterator` from `torch._C` [missing-module-attribute]
ERROR torch/_tensor_iterator.py:38:5-48: Could not import `_TensorIteratorSpec` from `torch._C` [missing-module-attribute]
ERROR torch/_tensor_iterator.py:136:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_iterator.py:137:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_tensor_iterator.py:207:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_iterator.py:235:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_iterator.py:238:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_tensor_iterator.py:305:20-30: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_tensor_iterator.py:306:56-66: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:119:9-20: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:125:14-26: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:152:48-59: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:154:35-54: No attribute `masked_select` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:155:30-44: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:177:29-39: No attribute `ceil` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:271:26-37: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:347:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:348:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:349:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:350:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:393:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:403:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:405:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:437:29-57: No attribute `_get_default_device` in module `torch._C` [missing-attribute]
ERROR torch/_tensor_str.py:454:9-22: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:454:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:454:55-67: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:454:73-85: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:457:9-32: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:459:9-20: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:460:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:498:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:499:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:500:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:501:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:513:17-33: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:514:17-33: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:515:17-33: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:516:17-33: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:518:32-48: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:518:50-66: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:571:31-54: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:572:34-60: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:577:31-55: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:578:34-61: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:579:34-72: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:597:10-37: No attribute `_is_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:599:27-56: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:606:30-53: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:620:34-57: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:632:39-52: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:637:23-36: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/_tensor_str.py:714:17-43: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/_torch_docs.py:7:22-47: Could not import `_add_docstr` from `torch._C` [missing-module-attribute]
ERROR torch/_torch_docs.py:220:5-14: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:244:5-19: No attribute `absolute` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:253:5-15: No attribute `acos` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:280:5-17: No attribute `arccos` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:289:5-16: No attribute `acosh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:320:5-18: No attribute `arccosh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:329:5-20: No attribute `index_add` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:338:5-21: No attribute `index_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:347:5-23: No attribute `index_reduce` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:356:5-14: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:404:5-17: No attribute `addbmm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:459:5-18: No attribute `addcdiv` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:508:5-18: No attribute `addcmul` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:548:5-16: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:621:5-18: No attribute `adjoint` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:648:5-19: No attribute `sspaddmm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:671:5-14: No attribute `smm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:685:5-16: No attribute `addmv` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:732:5-15: No attribute `addr` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:779:5-19: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:813:5-14: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:874:5-14: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:935:5-16: No attribute `angle` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:964:5-21: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1007:5-20: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1060:5-15: No attribute `asin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1087:5-17: No attribute `arcsin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1096:5-16: No attribute `asinh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1123:5-18: No attribute `arcsinh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1132:5-15: No attribute `atan` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1159:5-17: No attribute `arctan` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1168:5-16: No attribute `atan2` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1200:5-18: No attribute `arctan2` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1208:5-16: No attribute `atanh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1240:5-18: No attribute `arctanh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1249:5-18: No attribute `asarray` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1367:5-18: No attribute `baddbmm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1436:5-20: No attribute `bernoulli` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1494:5-19: No attribute `bincount` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1538:5-22: No attribute `bitwise_not` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1559:5-14: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1615:5-22: No attribute `bitwise_and` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1639:5-21: No attribute `bitwise_or` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1663:5-22: No attribute `bitwise_xor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1687:5-29: No attribute `bitwise_left_shift` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1716:5-30: No attribute `bitwise_right_shift` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1747:5-23: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1769:5-16: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1829:5-17: No attribute `hstack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1860:5-17: No attribute `vstack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1896:5-17: No attribute `dstack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:1930:5-23: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2001:5-16: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2054:5-23: No attribute `unsafe_chunk` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2071:5-23: No attribute `unsafe_split` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2088:5-17: No attribute `hsplit` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2141:5-17: No attribute `vsplit` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2183:5-17: No attribute `dsplit` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2234:5-19: No attribute `can_cast` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2255:5-19: No attribute `corrcoef` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2302:5-14: No attribute `cov` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2382:5-14: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2430:5-17: No attribute `concat` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2439:5-22: No attribute `concatenate` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2448:5-15: No attribute `ceil` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2479:5-15: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2501:5-15: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2526:5-23: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2555:5-26: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2589:5-21: No attribute `reciprocal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2621:5-19: No attribute `cholesky` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2703:5-25: No attribute `cholesky_solve` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2768:5-27: No attribute `cholesky_inverse` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2824:5-16: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2851:5-16: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2894:5-15: No attribute `clip` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2903:5-23: No attribute `column_stack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2939:5-18: No attribute `complex` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:2970:5-16: No attribute `polar` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3013:5-24: No attribute `conj_physical` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3045:5-15: No attribute `conj` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3075:5-23: No attribute `resolve_conj` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3100:5-22: No attribute `resolve_neg` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3126:5-19: No attribute `copysign` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3184:5-14: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3211:5-15: No attribute `cosh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3244:5-16: No attribute `cross` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3303:5-23: No attribute `logcumsumexp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3331:5-17: No attribute `cummax` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3363:5-17: No attribute `cummin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3395:5-18: No attribute `cumprod` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3434:5-17: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3466:5-24: No attribute `count_nonzero` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3493:5-21: No attribute `dequantize` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3513:5-15: No attribute `diag` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3574:5-21: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3638:5-19: No attribute `diagflat` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3686:5-19: No attribute `diagonal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3751:5-27: No attribute `diagonal_scatter` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3805:5-29: No attribute `as_strided_scatter` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3848:5-15: No attribute `diff` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3888:5-18: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3897:5-15: No attribute `dist` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3931:5-14: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:3999:5-17: No attribute `divide` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4008:5-14: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4038:5-15: No attribute `vdot` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4087:5-13: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4115:5-16: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4139:5-14: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4148:5-15: No attribute `erfc` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4157:5-17: No attribute `erfinv` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4166:5-14: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4191:5-15: No attribute `exp2` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4200:5-16: No attribute `expm1` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4209:5-14: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4239:5-16: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4270:5-23: No attribute `floor_divide` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4310:5-15: No attribute `fmod` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4361:5-15: No attribute `frac` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4378:5-16: No attribute `frexp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4410:5-21: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4441:5-21: No attribute `frombuffer` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4515:5-20: No attribute `from_file` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4555:5-18: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4591:5-20: No attribute `unflatten` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4624:5-17: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4663:5-14: No attribute `gcd` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4694:5-13: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4723:5-24: No attribute `greater_equal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4732:5-19: No attribute `gradient` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4859:5-16: No attribute `geqrf` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4895:5-16: No attribute `inner` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4956:5-16: No attribute `outer` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4986:5-14: No attribute `ger` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:4999:5-28: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5017:5-26: No attribute `get_num_threads` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5026:5-34: No attribute `get_num_interop_threads` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5036:5-13: No attribute `gt` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5065:5-18: No attribute `greater` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5074:5-22: No attribute `hash_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5128:5-16: No attribute `histc` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5160:5-20: No attribute `histogram` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5205:5-22: No attribute `histogramdd` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5297:1-18: No attribute `histogramdd` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5300:5-16: No attribute `hypot` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5329:5-13: No attribute `i0` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5338:5-17: No attribute `igamma` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5347:5-18: No attribute `igammac` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5356:5-23: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5399:5-18: No attribute `inverse` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5408:5-15: No attribute `isin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5440:5-16: No attribute `isinf` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5465:5-19: No attribute `isposinf` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5485:5-19: No attribute `isneginf` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5505:5-18: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5540:5-19: No attribute `isfinite` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5563:5-16: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5585:5-17: No attribute `isreal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5606:5-28: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5630:5-21: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5654:5-26: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5663:5-36: No attribute `is_inference_mode_enabled` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5672:5-23: No attribute `is_inference` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5691:5-18: No attribute `is_conj` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5703:5-21: No attribute `is_nonzero` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5739:5-15: No attribute `kron` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5799:5-19: No attribute `kthvalue` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5848:5-14: No attribute `lcm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5879:5-16: No attribute `ldexp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5913:5-13: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5943:5-21: No attribute `less_equal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5952:5-15: No attribute `lerp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:5991:5-17: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6016:5-19: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6064:5-14: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6093:5-16: No attribute `log10` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6125:5-16: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6155:5-15: No attribute `log2` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6187:5-20: No attribute `logaddexp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6221:5-21: No attribute `logaddexp2` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6240:5-16: No attribute `xlogy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6249:5-22: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6281:5-22: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6308:5-21: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6340:5-22: No attribute `logical_xor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6372:5-19: No attribute `logspace` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6426:5-20: No attribute `logsumexp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6460:5-13: No attribute `lt` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6489:5-20: No attribute `lu_unpack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6539:5-15: No attribute `less` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6548:5-19: No attribute `lu_solve` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6593:5-24: No attribute `masked_select` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6631:5-23: No attribute `matrix_power` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6640:5-21: No attribute `matrix_exp` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6649:5-14: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6734:5-18: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6761:5-15: No attribute `fmax` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6793:5-15: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6836:5-17: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6888:5-19: No attribute `argwhere` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6925:5-15: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:6993:5-18: No attribute `nanmean` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7039:5-17: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7114:5-20: No attribute `nanmedian` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7171:5-19: No attribute `quantile` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7243:5-22: No attribute `nanquantile` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7283:5-14: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7358:5-18: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7385:5-15: No attribute `fmin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7417:5-15: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7460:5-18: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7524:5-17: No attribute `argmin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7561:5-13: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7617:5-16: No attribute `hspmm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7636:5-17: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7720:5-15: No attribute `mode` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7759:5-14: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7807:5-19: No attribute `multiply` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7816:5-22: No attribute `multinomial` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7871:5-13: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7900:5-19: No attribute `mvlgamma` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7909:5-18: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7956:5-19: No attribute `moveaxis` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:7996:5-19: No attribute `swapdims` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8029:5-19: No attribute `swapaxes` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8062:5-17: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8096:5-22: No attribute `narrow_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8143:5-21: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8180:5-13: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8209:5-20: No attribute `not_equal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8218:5-14: No attribute `neg` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8245:5-19: No attribute `negative` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8254:5-20: No attribute `nextafter` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8280:5-18: No attribute `nonzero` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8362:5-25: No attribute `nonzero_static` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8414:5-17: No attribute `normal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8508:5-16: No attribute `numel` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8530:5-15: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8561:5-20: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8594:5-16: No attribute `orgqr` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8603:5-16: No attribute `ormqr` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8647:5-18: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8667:5-18: No attribute `poisson` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8698:5-20: No attribute `polygamma` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8707:5-19: No attribute `positive` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8729:5-14: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8805:5-22: No attribute `float_power` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8847:5-15: No attribute `prod` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8897:5-24: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8920:5-18: No attribute `rad2deg` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8945:5-18: No attribute `deg2rad` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:8970:5-20: No attribute `heaviside` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9007:5-15: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9042:5-20: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9068:5-18: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9116:5-23: No attribute `randint_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9147:5-16: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9203:5-21: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9229:5-19: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9258:5-17: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9313:5-16: No attribute `range` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9355:5-17: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9405:5-16: No attribute `ravel` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9426:5-20: No attribute `remainder` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9471:5-17: No attribute `renorm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9509:5-18: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9542:5-22: No attribute `result_type` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9564:5-20: No attribute `row_stack` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9573:5-16: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9629:5-16: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9657:5-18: No attribute `scatter` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9666:5-22: No attribute `scatter_add` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9675:5-25: No attribute `scatter_reduce` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9712:5-17: No attribute `select` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9738:5-25: No attribute `select_scatter` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9769:5-24: No attribute `slice_scatter` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9814:5-29: No attribute `set_flush_denormal` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9842:5-26: No attribute `set_num_threads` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9855:5-34: No attribute `set_num_interop_threads` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9869:5-18: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9878:5-16: No attribute `logit` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9887:5-15: No attribute `sign` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9914:5-18: No attribute `signbit` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9942:5-14: No attribute `sgn` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:9975:5-14: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10003:5-15: No attribute `sinc` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10012:5-15: No attribute `sinh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10045:5-15: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10110:5-18: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10151:5-16: No attribute `msort` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10182:5-35: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10255:5-28: No attribute `sparse_csr_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10316:5-28: No attribute `sparse_csc_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10379:5-28: No attribute `sparse_bsr_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10447:5-28: No attribute `sparse_bsc_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10514:5-28: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10612:5-15: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10639:5-17: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10662:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10712:5-14: No attribute `std` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10767:5-19: No attribute `std_mean` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10824:5-14: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10856:5-19: No attribute `subtract` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10865:5-14: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10922:5-17: No attribute `nansum` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:10972:5-14: No attribute `svd` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11106:5-12: No attribute `t` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11145:5-15: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11179:5-17: No attribute `fliplr` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11212:5-17: No attribute `flipud` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11245:5-15: No attribute `roll` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11294:5-16: No attribute `rot90` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11333:5-15: No attribute `take` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11355:5-25: No attribute `take_along_dim` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11392:5-14: No attribute `tan` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11420:5-15: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11449:5-18: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11458:5-15: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11504:5-16: No attribute `trace` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11523:5-20: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11573:5-27: No attribute `triangular_solve` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11647:5-15: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11707:5-23: No attribute `tril_indices` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11764:5-15: No attribute `triu` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11832:5-23: No attribute `triu_indices` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11889:5-22: No attribute `true_divide` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11898:5-16: No attribute `trunc` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11925:5-42: No attribute `fake_quantize_per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:11966:5-43: No attribute `fake_quantize_per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12020:5-14: No attribute `fix` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12029:5-20: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12060:5-14: No attribute `var` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12115:5-19: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12171:5-16: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12201:5-21: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12234:5-16: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12272:5-21: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12314:5-24: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12357:5-25: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12410:5-15: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12438:5-20: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12479:5-14: No attribute `det` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12488:5-16: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12555:5-17: No attribute `logdet` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12603:5-18: No attribute `slogdet` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12612:5-19: No attribute `pinverse` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12621:5-22: No attribute `hann_window` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12668:5-25: No attribute `hamming_window` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12785:5-26: No attribute `bartlett_window` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12834:5-26: No attribute `blackman_window` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12880:5-24: No attribute `kaiser_window` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12923:5-17: No attribute `vander` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12970:5-17: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:12993:5-23: No attribute `combinations` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13039:5-20: No attribute `trapezoid` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13150:5-16: No attribute `trapz` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13159:5-31: No attribute `cumulative_trapezoid` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13248:5-28: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13318:5-15: No attribute `tile` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13361:5-30: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13397:5-38: No attribute `quantize_per_tensor_dynamic` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13427:5-31: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13461:5-31: No attribute `quantized_batch_norm` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13506:5-31: No attribute `quantized_max_pool1d` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13537:5-31: No attribute `quantized_max_pool2d` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13574:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13607:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13627:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13649:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13664:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13683:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13704:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13725:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13755:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13780:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13802:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13823:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13840:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13862:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13886:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13905:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13923:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13942:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13959:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:13976:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14000:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14016:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14033:5-20: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14048:5-24: No attribute `_assert_async` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14068:5-23: No attribute `searchsorted` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14151:5-20: No attribute `bucketize` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14203:5-28: No attribute `view_as_real_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14211:5-31: No attribute `view_as_complex_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14219:5-26: No attribute `as_strided_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14227:5-24: No attribute `diagonal_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14235:5-22: No attribute `expand_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14243:5-23: No attribute `permute_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14251:5-22: No attribute `select_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14259:5-22: No attribute `detach_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14267:5-21: No attribute `slice_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14275:5-21: No attribute `split_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14283:5-32: No attribute `split_with_sizes_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14291:5-23: No attribute `squeeze_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14299:5-17: No attribute `t_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14307:5-25: No attribute `transpose_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14315:5-25: No attribute `unsqueeze_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14323:5-23: No attribute `indices_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14331:5-22: No attribute `values_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14339:5-28: No attribute `crow_indices_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14347:5-27: No attribute `col_indices_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14355:5-22: No attribute `unbind_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14363:5-20: No attribute `view_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14371:5-22: No attribute `unfold_copy` in module `torch` [missing-attribute]
ERROR torch/_torch_docs.py:14379:5-21: No attribute `alias_copy` in module `torch` [missing-attribute]
ERROR torch/_utils.py:82:13-51: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:84:27-38: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_utils.py:85:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_utils.py:143:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_utils.py:197:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_utils.py:223:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_utils.py:224:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_utils.py:225:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_utils.py:262:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_utils.py:302:28-44: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_utils.py:303:17-55: No attribute `_validate_sparse_coo_tensor_args` in module `torch` [missing-attribute]
ERROR torch/_utils.py:311:17-33: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_utils.py:312:17-33: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_utils.py:313:17-33: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_utils.py:314:17-33: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_utils.py:318:33-49: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_utils.py:318:51-67: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_utils.py:328:17-62: No attribute `_validate_sparse_compressed_tensor_args` in module `torch` [missing-attribute]
ERROR torch/_utils.py:353:18-34: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/_utils.py:360:18-41: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/_utils.py:367:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/_utils.py:368:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/_utils.py:369:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/_utils.py:370:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/_utils.py:373:18-48: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/_utils.py:388:12-42: No attribute `_nested_view_from_buffer` in module `torch` [missing-attribute]
ERROR torch/_utils.py:400:14-30: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/_utils.py:410:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_utils.py:450:19-42: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_utils.py:452:18-47: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/_utils.py:459:22-46: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_utils.py:459:48-86: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/_utils.py:480:27-51: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_utils.py:481:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_utils.py:481:53-65: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/_utils.py:482:31-43: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_utils.py:483:40-50: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/_utils.py:486:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_utils.py:486:53-64: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_utils.py:487:31-43: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_utils.py:488:40-51: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_utils.py:490:18-59: No attribute `_empty_per_channel_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/_utils.py:602:12-24: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:616:20-32: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:619:19-31: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:638:12-24: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:657:15-27: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:660:14-26: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:819:27-65: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:837:23-61: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:890:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_utils.py:892:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_utils.py:922:9-27: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/_utils.py:933:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_utils.py:937:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_utils.py:939:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_utils.py:940:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/_utils.py:944:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/_utils.py:1005:33-62: No attribute `_unset_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:1006:13-43: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:1012:17-44: No attribute `_set_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/_utils.py:1172:17-29: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/_utils.py:1175:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_utils.py:1176:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_utils.py:1176:22-33: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/_utils.py:1413:32-70: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/_utils_internal.py:229:9-41: Cannot find module `triton.testing` [missing-import]
ERROR torch/_utils_internal.py:382:12-42: Cannot find module `torch.version` [missing-import]
ERROR torch/_vendor/quack/_compile_payload.py:39:16-35: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/_compile_worker.py:146:17-19: Expected a callable, got `ModuleType` [not-callable]
ERROR torch/_vendor/quack/activation.py:7:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/activation.py:8:1-49: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/activation.py:9:1-47: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/activation.py:10:1-46: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/autotuner.py:28:8-14: Cannot find module `triton` [missing-import]
ERROR torch/_vendor/quack/autotuner.py:110:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/autotuner.py:110:54-68: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/autotuner.py:318:29-33: `None` is not assignable to attribute `pre_hook` with type `(kwargs: Unknown) -> Unknown` [bad-assignment]
ERROR torch/_vendor/quack/autotuner.py:329:30-34: `None` is not assignable to attribute `post_hook` with type `(kwargs: Unknown, exception: Unknown) -> Unknown` [bad-assignment]
ERROR torch/_vendor/quack/autotuner.py:619:36-48: No attribute `median` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/autotuner.py:619:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/autotuner.py:700:54-80: No matching overload found for function `min` called with arguments: (dict[Unknown, Unknown], key=Overload[
  (self: dict[Unknown, Unknown], key: Unknown, default: None = None, /) -> Unknown | None
  (self: dict[Unknown, Unknown], key: Unknown, default: Unknown, /) -> Unknown
  [_T](self: dict[Unknown, Unknown], key: Unknown, default: _T, /) -> _T | Unknown
]) [no-matching-overload]
ERROR torch/_vendor/quack/autotuner.py:849:39-62: `float` is not assignable to attribute `bench_time` with type `int` [bad-assignment]
ERROR torch/_vendor/quack/autotuner.py:850:51-77: No matching overload found for function `min` called with arguments: (dict[Any, Unknown], key=Overload[
  (self: dict[Any, Unknown], key: Any, default: None = None, /) -> Unknown | None
  (self: dict[Any, Unknown], key: Any, default: Unknown, /) -> Unknown
  [_T](self: dict[Any, Unknown], key: Any, default: _T, /) -> _T | Unknown
]) [no-matching-overload]
ERROR torch/_vendor/quack/autotuner.py:875:22-26: `None` is not assignable to attribute `nargs` with type `dict[str, Unknown]` [bad-assignment]
ERROR torch/_vendor/quack/bench/bench_utils.py:12:12-24: Cannot find module `pandas` [missing-import]
ERROR torch/_vendor/quack/bench/bench_utils.py:13:5-41: Cannot find module `triton.testing` [missing-import]
ERROR torch/_vendor/quack/bench/bench_utils.py:38:16-28: Cannot find module `pandas` [missing-import]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:9:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:10:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:26:27-49: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:27:22-35: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:28:23-37: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:29:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:30:27-46: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:31:25-42: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:32:28-48: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:36:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:37:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:38:5-25: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:66:62-73: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:116:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:117:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:117:50-63: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:122:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:125:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:125:46-68: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:126:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:128:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:144:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:145:47-69: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:147:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:153:18-31: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:153:78-89: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:154:13-26: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:154:73-84: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:155:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:155:42-58: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:176:17-31: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:177:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:196:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:196:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:198:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:199:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:200:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:221:21-34: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:221:77-88: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:222:22-31: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:224:22-35: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:224:78-89: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:227:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:254:37-48: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:256:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:256:81-92: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:293:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:293:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:347:13-24: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:347:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:378:20-31: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:383:77-99: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:387:52-60: `scale_2d` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:388:12-19: `ref_mkl` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:388:21-26: `q_mkl` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:448:15-29: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:465:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:480:15-29: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:500:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:501:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:565:19-33: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:578:19-33: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:592:10-19: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:593:10-19: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:605:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:606:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:619:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:620:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:684:13-35: Unexpected keyword argument `tensor_epilogue_uses_c` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:685:13-38: Unexpected keyword argument `tensor_epilogue_arg_kinds` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:686:13-44: Unexpected keyword argument `mTensorEpilogueRowVecBroadcasts` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:687:13-44: Unexpected keyword argument `mTensorEpilogueColVecBroadcasts` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:688:13-33: Unexpected keyword argument `mTensorEpilogueTiles` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:691:36-38: Missing argument `mAuxOut` in function `torch._vendor.quack.gemm_act.EpilogueArguments.__new__` [missing-argument]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:811:13-35: Unexpected keyword argument `tensor_epilogue_uses_c` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:812:13-38: Unexpected keyword argument `tensor_epilogue_arg_kinds` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:813:13-44: Unexpected keyword argument `mTensorEpilogueRowVecBroadcasts` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:814:13-44: Unexpected keyword argument `mTensorEpilogueColVecBroadcasts` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/blockscaled_gemm_utils.py:815:13-33: Unexpected keyword argument `mTensorEpilogueTiles` in function `torch._vendor.quack.gemm_default_epi.EpilogueArguments.__new__` [unexpected-keyword]
ERROR torch/_vendor/quack/cache/compile_only.py:120:22-23: Index 0 out of range for tuple with 0 elements [bad-index]
ERROR torch/_vendor/quack/cache/jit.py:29:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/cache/jit.py:30:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/cache/jit.py:31:8-15: Cannot find module `tvm_ffi` [missing-import]
ERROR torch/_vendor/quack/cache/jit.py:281:5-18: Object of class `FunctionType` has no attribute `cache` [missing-attribute]
ERROR torch/_vendor/quack/cache/jit.py:282:5-24: Object of class `FunctionType` has no attribute `cache_clear` [missing-attribute]
ERROR torch/_vendor/quack/cache/jit.py:283:5-23: Object of class `FunctionType` has no attribute `cache_info` [missing-attribute]
ERROR torch/_vendor/quack/compile_utils.py:5:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:6:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:7:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:9:1-54: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:10:1-39: Cannot find module `cutlass.base_dsl.arch` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:11:1-54: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:12:1-52: Cannot find module `cutlass.cute.nvgpu.tcgen05.mma` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:13:1-44: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:14:8-24: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:15:1-40: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:16:1-29: Cannot find module `cutlass._mlir` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:17:1-64: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:62:5-46: Cannot find module `cutlass.cute.tensor` [missing-import]
ERROR torch/_vendor/quack/copy_utils.py:508:13-28: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/copy_utils.py:525:35-68: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/copy_utils.py:527:12-85: Returned type `tuple[((src: Unknown, dst_idx: Unknown, **new_kwargs: Unknown) -> Unknown) | None, Unknown, Unknown | None, Unknown]` is not assignable to declared return type `tuple[(...) -> Unknown, Unknown, Unknown, Unknown]` [bad-return]
ERROR torch/_vendor/quack/copy_utils.py:812:12-87: Returned type `tuple[Unknown, Unknown, Unknown]` is not assignable to declared return type `(...) -> Unknown` [bad-return]
ERROR torch/_vendor/quack/copy_utils.py:870:17-19: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/copy_utils.py:999:21-41: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/copy_utils.py:1006:20-29: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/copy_utils.py:1022:21-41: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/copy_utils.py:1047:75-95: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/copy_utils.py:1050:12-1052:33: Returned type `tuple[(src_idx: Unknown, dst_idx: Unknown, k_idx_tApA_k: tuple[Unknown, Unknown], pred: bool = False) -> Unknown, ((a_prefetch_pipeline: Unknown, src_idx: Unknown, dst_idx: Unknown, a_prefetch_consumer_state: Unknown, pred: bool = False) -> tuple[Unknown, Unknown]) | ((src_idx: Unknown, pred: bool = False) -> tuple[Unknown, Unknown])]` is not assignable to declared return type `(...) -> Unknown` [bad-return]
ERROR torch/_vendor/quack/cute_dsl_elf_fix.py:54:9-75: Cannot find module `cutlass.base_dsl.export` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_elf_fix.py:55:9-60: Cannot find module `cutlass.base_dsl.common` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_mlir_threading.py:23:9-37: Cannot find module `cutlass._mlir` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:13:5-44: Cannot find module `triton.tools.disasm` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:17:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:18:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:19:1-61: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:20:1-50: Cannot find module `cutlass.base_dsl.tvm_ffi_builder` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:21:1-44: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:34:8-70: Cannot find module `cutlass.cute._tvm_ffi_args_spec_converter` [missing-import]
ERROR torch/_vendor/quack/cute_dsl_utils.py:57:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:58:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:59:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:60:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:61:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:62:5-25: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:63:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:64:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:98:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:111:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:127:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/cute_dsl_utils.py:161:5-55: Cannot find module `cutlass.base_dsl.typing` [missing-import]
ERROR torch/_vendor/quack/epi_composable.py:38:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/epi_composable.py:39:1-38: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/epi_ops.py:21:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/epi_ops.py:22:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/epi_ops.py:23:1-63: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/epi_ops.py:946:23-35: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:947:39-48: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/epi_ops.py:955:24-36: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:958:65-74: `rScale_mn` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/epi_ops.py:962:27-39: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:965:35-44: `rScale_mn` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/epi_ops.py:979:29-41: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:998:29-41: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:1051:23-35: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:1052:39-48: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/epi_ops.py:1062:23-35: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:1064:30-43: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/epi_ops.py:1064:45-62: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/epi_ops.py:1072:23-35: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/epi_ops.py:1073:39-48: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/epi_utils.py:4:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/epi_utils.py:5:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/epi_utils.py:6:8-54: Cannot find module `cutlass.utils.blackwell_helpers` [missing-import]
ERROR torch/_vendor/quack/fast_math.py:3:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/fast_math.py:4:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/fast_math.py:5:1-44: Cannot find module `cutlass.base_dsl.typing` [missing-import]
ERROR torch/_vendor/quack/fast_math.py:6:1-44: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/fast_math.py:16:31-35: Default `None` is not assignable to parameter `is_power_of_2` with type `bool` [bad-function-definition]
ERROR torch/_vendor/quack/gemm_act.py:8:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:9:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:10:8-54: Cannot find module `cutlass.utils.blackwell_helpers` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:11:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:12:1-42: Cannot find module `cutlass.cute.runtime` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:13:1-36: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:128:42-65: Object of class `GemmActMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:150:23-41: Object of class `GemmActMixin` has no attribute `concat_layout` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:159:12-21: Object of class `GemmActMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:161:58-72: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:168:20-40: Object of class `GemmActMixin` has no attribute `atom_layout_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:198:30-65: Object of class `GemmActMixin` has no attribute `epilog_gmem_copy_and_partition` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:218:13-54: Cannot find module `cutlass.cute.tensor` [missing-import]
ERROR torch/_vendor/quack/gemm_act.py:238:27-47: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:239:27-47: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:248:90-113: Object of class `GemmActMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:274:31-40: Object of class `GemmActMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:283:66-80: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:286:30-50: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:287:30-50: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:288:32-52: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:294:75-89: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:296:87-101: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:299:84-98: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:302:84-98: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:313:47-61: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:317:98-121: Object of class `GemmActMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:347:47-61: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:353:47-61: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:358:44-58: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:362:70-84: Object of class `GemmActMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:363:27-36: Object of class `GemmActMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:376:7-18: Field `EpilogueArguments` has inconsistent types inherited from multiple base classes [inconsistent-inheritance]
ERROR torch/_vendor/quack/gemm_act.py:384:7-19: Field `EpilogueArguments` has inconsistent types inherited from multiple base classes [inconsistent-inheritance]
ERROR torch/_vendor/quack/gemm_act.py:415:5-13: Class member `GemmGroupedNContractMixin._epi_ops` overrides parent class `GemmActMixin` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/_vendor/quack/gemm_act.py:429:51-60: Object of class `GemmGroupedNContractMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:435:13-36: Object of class `GemmGroupedNContractMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:436:13-36: Object of class `GemmGroupedNContractMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:449:17-26: Object of class `GemmGroupedNContractMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:488:5-13: Class member `GemmGatedMixin._epi_ops` overrides parent class `GemmActMixin` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/_vendor/quack/gemm_act.py:503:16-29: Object of class `GemmGatedMixin` has no attribute `d_layout` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:503:41-67: Object of class `object` has no attribute `is_n_major_c` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:505:12-21: Object of class `GemmGatedMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:506:20-43: Object of class `GemmGatedMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:513:13-36: Object of class `GemmGatedMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:514:13-36: Object of class `GemmGatedMixin` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:519:23-41: Object of class `GemmGatedMixin` has no attribute `concat_layout` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:534:71-85: Object of class `GemmGatedMixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:535:23-32: Object of class `GemmGatedMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:552:23-32: Object of class `GemmGatedMixin` has no attribute `arch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:590:33-68: Object of class `GemmGatedSm120Mixin` has no attribute `epi_make_aux_out_copy_atom_r2s` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:591:31-66: Object of class `GemmGatedSm120Mixin` has no attribute `epi_make_aux_out_copy_atom_r2s` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:592:32-44: Object of class `GemmGatedSm120Mixin` has no attribute `a_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:592:46-60: Object of class `GemmGatedSm120Mixin` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:592:62-79: Object of class `GemmGatedSm120Mixin` has no attribute `mma_inst_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:593:31-51: Object of class `GemmGatedSm120Mixin` has no attribute `atom_layout_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:594:34-54: Object of class `GemmGatedSm120Mixin` has no attribute `atom_layout_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:596:13-30: Object of class `GemmGatedSm120Mixin` has no attribute `mma_inst_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:597:13-30: Object of class `GemmGatedSm120Mixin` has no attribute `mma_inst_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_act.py:598:13-30: Object of class `GemmGatedSm120Mixin` has no attribute `mma_inst_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:8:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_base.py:9:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_base.py:10:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_base.py:11:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_base.py:12:1-39: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/gemm_base.py:13:1-37: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_vendor/quack/gemm_base.py:56:17-35: Object of class `GemmBase` has no attribute `num_epi_warps` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:87:35-51: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:93:13-31: Object of class `GemmBase` has no attribute `rounding_mode` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:94:17-31: Object of class `GemmBase` has no attribute `acc_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:95:17-29: Object of class `GemmBase` has no attribute `d_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:110:30-53: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:113:56-72: Object of class `GemmBase` has no attribute `epi_m_major` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:132:60-76: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:136:25-54: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:137:25-31: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:138:25-53: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:139:21-47: Object of class `NoneType` has no attribute `advance` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:142:21-27: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:142:67-83: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:152:21-47: Object of class `NoneType` has no attribute `consumer_wait` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:155:45-91: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_base.py:157:65-85: Object of class `NoneType` has no attribute `index` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:161:25-54: Object of class `NoneType` has no attribute `consumer_release` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:162:21-43: Object of class `NoneType` has no attribute `advance` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:164:42-58: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:165:47-81: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_base.py:169:57-73: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:170:72-88: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:173:25-54: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:174:25-31: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:175:25-53: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:176:21-47: Object of class `NoneType` has no attribute `advance` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:179:21-27: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:181:44-60: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:181:64-80: Object of class `GemmBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:198:21-41: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:206:21-56: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:211:58-72: Object of class `GemmBase` has no attribute `epi_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:216:25-45: Object of class `tuple` has no attribute `get` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:228:73-88: `tRS_rAuxOut_out` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_base.py:236:25-31: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:238:25-37: `copy_aux_out` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_base.py:239:21-55: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:243:21-27: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:245:21-33: `copy_aux_out` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_base.py:280:27-45: Object of class `GemmBase` has no attribute `is_persistent` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:283:48-72: Object of class `GemmBase` has no attribute `use_clc_persistence` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:294:56-79: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:296:17-35: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:304:31-54: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:305:35-57: Object of class `GemmBase` has no attribute `cluster_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:320:56-79: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:321:56-79: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:328:35-57: Object of class `GemmBase` has no attribute `cluster_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:334:84-97: Object of class `GemmBase` has no attribute `gather_A` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:337:56-79: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:354:31-54: Object of class `GemmBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:355:35-57: Object of class `GemmBase` has no attribute `cluster_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:524:21-28: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_base.py:541:33-56: Object of class `GemmTmaBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:549:37-60: Object of class `GemmTmaBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:572:27-40: Object of class `GemmTmaBase` has no attribute `gather_A` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:575:37-50: Object of class `GemmTmaBase` has no attribute `gather_A` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:578:18-41: Object of class `GemmTmaBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:578:46-69: Object of class `GemmTmaBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:579:17-39: Object of class `GemmTmaBase` has no attribute `cluster_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:584:14-37: Object of class `GemmTmaBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:584:42-65: Object of class `GemmTmaBase` has no attribute `cta_tile_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:585:13-35: Object of class `GemmTmaBase` has no attribute `cluster_shape_mnk` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:603:17-44: Object of class `GemmTmaBase` has no attribute `epi_smem_layout_staged` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:604:17-30: Object of class `GemmTmaBase` has no attribute `epi_tile` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:612:21-50: Object of class `GemmTmaBase` has no attribute `epi_c_smem_layout_staged` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:612:52-65: Object of class `GemmTmaBase` has no attribute `epi_tile` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:648:44-57: Object of class `GemmTmaBase` has no attribute `gather_A` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:648:68-90: Object of class `GemmTmaBase` has no attribute `num_ab_load_warps` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:651:22-43: Object of class `GemmTmaBase` has no attribute `num_mcast_ctas_a` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:651:46-67: Object of class `GemmTmaBase` has no attribute `num_mcast_ctas_b` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:656:57-70: Object of class `GemmTmaBase` has no attribute `gather_A` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:659:24-37: Object of class `GemmTmaBase` has no attribute `ab_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:662:22-45: Object of class `GemmTmaBase` has no attribute `num_tma_load_bytes` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:674:31-49: Object of class `GemmTmaBase` has no attribute `num_epi_warps` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:680:24-40: Object of class `GemmTmaBase` has no attribute `epi_c_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:688:27-45: Object of class `GemmTmaBase` has no attribute `num_epi_warps` [missing-attribute]
ERROR torch/_vendor/quack/gemm_base.py:691:24-38: Object of class `GemmTmaBase` has no attribute `epi_stage` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:26:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:41:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:42:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:43:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:46:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:47:5-27: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:57:14-25: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:57:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:59:19-38: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:59:58-78: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:61:19-41: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:61:61-80: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:67:52-74: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:70:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:71:39-61: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:75:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:103:11-23: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:109:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:110:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:111:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:146:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:147:42-53: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:148:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:150:11-23: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:156:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:157:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:158:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:162:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:166:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:170:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:277:12-292:6: Returned type `tuple[Unknown, Unknown, int, Unknown, Unknown, Unknown, Tensor, Tensor, Tensor, Tensor, Unknown, int, Unknown, Unknown]` is not assignable to declared return type `tuple[int, int, int, int, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, bool]` [bad-return]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:306:5-321:6: Cannot unpack tuple[int, int, int, int, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, bool] (of size 11) into 14 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:379:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:379:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:388:5-403:6: Cannot unpack tuple[int, int, int, int, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, bool] (of size 11) into 14 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:405:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:486:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:527:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:535:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:575:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:575:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:588:26-37: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:589:23-42: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:589:58-77: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:590:29-49: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:590:71-91: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:598:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:637:18-27: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:659:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:659:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:671:26-37: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:672:23-42: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:672:58-77: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:673:29-49: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:673:71-91: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:681:11-22: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:715:18-27: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:735:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:735:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:747:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:773:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:773:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:802:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:802:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:805:5-820:6: Cannot unpack tuple[int, int, int, int, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, bool] (of size 11) into 14 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:827:11-27: No attribute `_scaled_mm` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:842:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_blockscaled_interface.py:842:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/gemm_default_epi.py:4:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_default_epi.py:5:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_default_epi.py:6:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_default_epi.py:45:23-41: Object of class `GemmDefaultEpiMixin` has no attribute `concat_layout` [missing-attribute]
ERROR torch/_vendor/quack/gemm_default_epi.py:71:23-34: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/gemm_default_epi.py:74:30-41: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/gemm_default_epi.py:89:7-22: Field `EpilogueArguments` has inconsistent types inherited from multiple base classes [inconsistent-inheritance]
ERROR torch/_vendor/quack/gemm_default_epi.py:93:7-23: Field `EpilogueArguments` has inconsistent types inherited from multiple base classes [inconsistent-inheritance]
ERROR torch/_vendor/quack/gemm_sm100.py:9:8-36: Cannot find module `cuda.bindings.driver` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:11:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:12:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:13:1-48: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:14:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:15:1-70: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:16:8-54: Cannot find module `cutlass.utils.blackwell_helpers` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:17:8-61: Cannot find module `cutlass.utils.blockscaled_layout` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:18:1-23:2: Cannot find module `cutlass.cute.nvgpu.warp` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:24:1-56: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:25:1-37: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_vendor/quack/gemm_sm100.py:329:34-38: `None` is not assignable to attribute `mma_tiler_sfb` with type `tuple[int, Unknown, Unknown]` [bad-assignment]
ERROR torch/_vendor/quack/gemm_sm100.py:342:43-47: `None` is not assignable to attribute `cta_tile_shape_mnk_sfb` with type `tuple[Unknown, Unknown, Unknown]` [bad-assignment]
ERROR torch/_vendor/quack/gemm_sm100.py:352:18-43: Object of class `NoneType` has no attribute `thr_id` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:365:49-83: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:408:9-413:10: Cannot unpack tuple[int, int, int] (of size 3) into 4 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm100.py:554:55-69: Object of class `NoneType` has no attribute `leading_dim` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:560:24-39: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:561:24-39: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:588:32-45: Argument `tuple[Unknown, ...]` is not assignable to parameter `epilogue_args` with type `GemmBase.EpilogueArguments` in function `GemmSm100._setup_attributes` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm100.py:598:29-37: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:600:30-40: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:600:51-59: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:602:30-38: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:602:43-53: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:603:67-83: Argument `int | None` is not assignable to parameter `sf_vec_size` with type `int` in function `torch._vendor.quack.layout_utils.tile_atom_to_shape_SF_strided` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm100.py:603:85-96: Object of class `NoneType` has no attribute `stride` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:604:37-50: Object of class `NoneType` has no attribute `iterator` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:606:29-37: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:608:30-38: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:608:43-53: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:609:67-83: Argument `int | None` is not assignable to parameter `sf_vec_size` with type `int` in function `torch._vendor.quack.layout_utils.tile_atom_to_shape_SF_strided` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm100.py:609:85-96: Object of class `NoneType` has no attribute `stride` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:610:37-50: Object of class `NoneType` has no attribute `iterator` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:631:52-67: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:645:52-67: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:657:48-63: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:716:63-78: `sfa_smem_layout` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:717:63-78: `sfb_smem_layout` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:728:60-73: Argument `tuple[Unknown, ...]` is not assignable to parameter `args` with type `GemmBase.EpilogueArguments` in function `torch._vendor.quack.gemm_base.GemmBase.epi_to_underlying_arguments` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm100.py:732:13-26: Argument `tuple[Unknown, ...]` is not assignable to parameter `args` with type `GemmBase.EpilogueArguments | None` in function `torch._vendor.quack.gemm_base.GemmBase.epi_smem_bytes` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm100.py:794:18-59: Function call cannot be used in annotations [invalid-annotation]
ERROR torch/_vendor/quack/gemm_sm100.py:1009:40-61: Object of class `NoneType` has no attribute `outer` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1009:71-92: Object of class `NoneType` has no attribute `inner` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1012:40-63: Object of class `NoneType` has no attribute `outer` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1012:73-96: Object of class `NoneType` has no attribute `inner` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1017:13-36: Object of class `NoneType` has no attribute `get_slice` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1066:51-89: Object of class `NoneType` has no attribute `get_flat_coord` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1169:25-58: Object of class `NoneType` has no attribute `consumer_wait` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1170:39-83: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_sm100.py:1184:29-65: Object of class `NoneType` has no attribute `consumer_release` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1192:50-58: `gSFA_mkl` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:1194:30-53: Object of class `NoneType` has no attribute `partition_B` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1194:54-62: `gSFB_nkl` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:1213:36-42: `tCgSFA` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:1224:35-69: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_sm100.py:1226:36-42: `tCgSFB` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:1266:25-48: Object of class `NoneType` has no attribute `arrive` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1328:25-61: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1335:25-60: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1344:29-65: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1350:29-64: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1358:29-65: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1365:29-64: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1392:25-40: Cannot unpack tuple[Unknown, Unknown] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm100.py:1412:25-57: Object of class `NoneType` has no attribute `arrive_and_wait` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1423:25-54: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1426:25-53: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1432:17-43: Object of class `NoneType` has no attribute `producer_tail` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1512:29-46: `sfb_tmem_base_ptr` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:1515:25-38: Object of class `NoneType` has no attribute `layout` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1546:49-60: Object of class `NoneType` has no attribute `iterator` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1548:37-56: `acc_tmem_col_offset` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:1553:29-38: Object of class `NoneType` has no attribute `layout` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1600:17-55: Cannot unpack tuple[Unknown, Unknown, Unknown] (of size 3) into 4 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm100.py:1601:52-64: Argument `Unknown | None` is not assignable to parameter `dtype` with type `type[Any]` in function `GemmSm100.epilog_smem_load_and_partition` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm100.py:1631:21-33: Cannot unpack tuple[Unknown, Unknown] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm100.py:1807:33-43: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm100.py:1808:17-50: Object of class `NoneType` has no attribute `advance` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1831:33-43: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm100.py:1832:17-50: Object of class `NoneType` has no attribute `advance` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1868:33-43: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm100.py:1869:17-50: Object of class `NoneType` has no attribute `advance` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm100.py:1937:21-33: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm100.py:1938:21-33: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm100.py:1944:58-81: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_sm100.py:1945:58-81: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_sm100.py:1971:20-30: List literal cannot be used in annotations [invalid-annotation]
ERROR torch/_vendor/quack/gemm_sm100.py:2115:16-54: Returned type `tuple[Unknown, Unknown, Unknown, Unknown]` is not assignable to declared return type `tuple[Unknown, Unknown, Unknown]` [bad-return]
ERROR torch/_vendor/quack/gemm_sm100.py:2354:27-53: `sfa_smem_layout_staged_one` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:2355:46-72: `sfb_smem_layout_staged_one` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/gemm_sm100.py:2382:16-63: Returned type `tuple[Literal[1, 2], Unknown, Literal[2, 4] | Unknown, Literal[0, 2, 4]]` is not assignable to declared return type `tuple[int, int, int]` [bad-return]
ERROR torch/_vendor/quack/gemm_sm120.py:14:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm120.py:15:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_sm120.py:16:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm120.py:17:1-70: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm120.py:18:1-45: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/gemm_sm120.py:19:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm120.py:283:57-70: Argument `Unknown | None` is not assignable to parameter `stages` with type `int` in function `torch._vendor.quack.pipeline.make_pipeline_state` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm120.py:408:85-98: Argument `Unknown | None` is not assignable to parameter `stages` with type `int` in function `torch._vendor.quack.pipeline.make_pipeline_state` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm120.py:468:21-33: Cannot unpack tuple[Unknown, Unknown] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm120.py:478:21-36: Cannot unpack tuple[Unknown, Unknown] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm120.py:505:21-59: Cannot unpack tuple[Unknown, Unknown, Unknown] (of size 3) into 4 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm120.py:506:51-63: Argument `Unknown | None` is not assignable to parameter `dtype` with type `type[Any]` in function `torch._vendor.quack.gemm_sm90.GemmSm90.epilog_smem_load_and_partition` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm80.py:8:8-36: Cannot find module `cuda.bindings.driver` [missing-import]
ERROR torch/_vendor/quack/gemm_sm80.py:10:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm80.py:11:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_sm80.py:12:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm80.py:13:1-36: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/gemm_sm80.py:126:32-44: Object of class `GemmSm80` has no attribute `a_dtype` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:11:8-36: Cannot find module `cuda.bindings.driver` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:13:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:14:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:15:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:16:1-70: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:17:1-56: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:18:8-50: Cannot find module `cutlass.utils.hopper_helpers` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:19:1-65: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:20:1-37: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_vendor/quack/gemm_sm90.py:322:13-36: Argument `tuple[int, int, int] | tuple[int, ...]` is not assignable to parameter `cta_tile_shape_mnk` with type `tuple[int, int, int]` in function `GemmSm90._compute_tile_shape_or_override` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:329:9-56: Cannot unpack tuple[int, int] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm90.py:330:13-36: Argument `tuple[int, int, int] | tuple[int, ...]` is not assignable to parameter `cta_tile_shape_mnk` with type `tuple[int, int, int]` in function `GemmSm90._compute_stages` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:349:13-36: Argument `tuple[int, int, int] | tuple[int, ...]` is not assignable to parameter `cta_tile_shape_mnk` with type `tuple[int, int, int]` in function `GemmSm90._make_smem_layouts` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:396:55-69: Object of class `NoneType` has no attribute `leading_dim` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:403:24-39: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:404:24-39: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:421:17-34: Object of class `NoneType` has no attribute `mAIdx` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:422:20-43: Object of class `NoneType` has no attribute `mCuSeqlensM` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:423:20-43: Object of class `NoneType` has no attribute `mCuSeqlensK` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:425:32-45: Argument `tuple[Unknown, ...]` is not assignable to parameter `epilogue_args` with type `GemmBase.EpilogueArguments` in function `GemmSm90._setup_attributes` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:441:60-73: Argument `tuple[Unknown, ...]` is not assignable to parameter `args` with type `GemmBase.EpilogueArguments` in function `torch._vendor.quack.gemm_base.GemmBase.epi_to_underlying_arguments` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:445:13-26: Argument `tuple[Unknown, ...]` is not assignable to parameter `args` with type `GemmBase.EpilogueArguments | None` in function `torch._vendor.quack.gemm_base.GemmBase.epi_smem_bytes` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:446:13-36: Argument `tuple[int, int, int] | tuple[int, ...]` is not assignable to parameter `cta_tile_shape_mnk` with type `tuple[int, int, int]` in function `torch._vendor.quack.gemm_base.GemmBase.epi_smem_bytes` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:484:18-59: Function call cannot be used in annotations [invalid-annotation]
ERROR torch/_vendor/quack/gemm_sm90.py:685:57-70: Argument `Unknown | None` is not assignable to parameter `stages` with type `int` in function `torch._vendor.quack.pipeline.make_pipeline_state` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:802:85-98: Argument `Unknown | None` is not assignable to parameter `stages` with type `int` in function `torch._vendor.quack.pipeline.make_pipeline_state` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:849:21-33: Cannot unpack tuple[Unknown, Unknown] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm90.py:859:21-36: Cannot unpack tuple[Unknown, Unknown] (of size 2) into 3 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm90.py:886:21-59: Cannot unpack tuple[Unknown, Unknown, Unknown] (of size 3) into 4 values [bad-unpacking]
ERROR torch/_vendor/quack/gemm_sm90.py:887:51-63: Argument `Unknown | None` is not assignable to parameter `dtype` with type `type[Any]` in function `GemmSm90.epilog_smem_load_and_partition` [bad-argument-type]
ERROR torch/_vendor/quack/gemm_sm90.py:984:33-43: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm90.py:1007:33-43: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/gemm_sm90.py:1099:13-27: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:1114:17-31: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:1114:32-45: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:1131:23-36: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/gemm_sm90.py:1154:35-51: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/gemm_sm90.py:1202:16-54: Returned type `tuple[Unknown, Unknown, Unknown, Unknown]` is not assignable to declared return type `tuple[Unknown, Unknown, Unknown]` [bad-return]
ERROR torch/_vendor/quack/gemm_sm90.py:1309:16-48: Returned type `tuple[Unknown, Literal[2, 4] | Unknown, Literal[0, 2, 4]]` is not assignable to declared return type `tuple[int, int]` [bad-return]
ERROR torch/_vendor/quack/gemm_tvm_ffi_utils.py:7:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/gemm_tvm_ffi_utils.py:8:1-42: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/gemm_tvm_ffi_utils.py:9:1-42: Cannot find module `cutlass.cute.runtime` [missing-import]
ERROR torch/_vendor/quack/layout_utils.py:4:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/layout_utils.py:5:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/layout_utils.py:7:1-38: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/layout_utils.py:376:5-71: Cannot find module `cutlass.utils.blockscaled_layout` [missing-import]
ERROR torch/_vendor/quack/mx_utils.py:17:14-25: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:17:26-45: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:32:12-23: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:32:24-43: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:48:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:48:46-59: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:54:15-25: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:54:26-35: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:56:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:57:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:60:34-45: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:61:24-49: No attribute `bitwise_right_shift` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:63:27-38: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:66:71-82: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:68:25-36: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:68:37-48: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:71:19-43: No attribute `bitwise_left_shift` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:71:65-76: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:72:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:75:18-29: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:80:19-30: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:82:24-43: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:83:36-56: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:92:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:102:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:102:61-72: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:102:79-92: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:104:16-27: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:107:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:109:21-38: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:109:39-56: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:110:19-36: No attribute `logical_not` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:110:37-53: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:112:34-45: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:114:32-43: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:115:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:121:28-39: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:122:9-24: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:122:43-54: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:123:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:124:9-20: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:126:26-37: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:129:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:142:34-45: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:143:24-49: No attribute `bitwise_right_shift` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:145:22-33: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:148:61-72: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:149:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:149:32-43: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:163:24-38: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:163:40-53: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:163:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:169:15-25: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:169:26-35: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:170:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:171:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:174:19-43: No attribute `bitwise_left_shift` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:174:60-71: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:175:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:177:18-29: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:184:31-51: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:190:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:205:24-38: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:205:40-53: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:212:15-25: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:212:26-35: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:216:27-38: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:217:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:219:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:220:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:220:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:222:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:223:27-38: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:223:80-99: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:224:63-76: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:225:44-57: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:228:19-30: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/mx_utils.py:260:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/pipeline.py:6:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:7:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:8:1-63: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:9:1-73: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:10:1-61: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:11:1-47: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:12:1-60: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:13:1-62: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:14:1-66: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:15:1-68: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:16:1-66: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:17:1-70: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:18:1-70: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/pipeline.py:102:9-30: Object of class `_PipelineIndexPhaseMixin` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/pipeline.py:107:9-29: Object of class `_PipelineIndexPhaseMixin` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/pipeline.py:120:9-27: Object of class `_PipelineIndexPhaseMixin` has no attribute `consumer_wait` [missing-attribute]
ERROR torch/_vendor/quack/pipeline.py:125:9-30: Object of class `_PipelineIndexPhaseMixin` has no attribute `consumer_release` [missing-attribute]
ERROR torch/_vendor/quack/pipeline.py:574:13-29: Expected 0 positional arguments, got 7 in function `PipelineTmaCpAsyncUmma.__init__` [bad-argument-count]
ERROR torch/_vendor/quack/reduce.py:7:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/reduce.py:8:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/reduce.py:9:1-63: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/reduce.py:113:9-16: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/reduce.py:115:36-58: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/reduce.py:135:6-50: List literal cannot be used in annotations [invalid-annotation]
ERROR torch/_vendor/quack/reduce.py:151:9-16: Expected a callable, got `None` [not-callable]
ERROR torch/_vendor/quack/reduce.py:153:54-76: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/reduce.py:158:20-49: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/reduce.py:165:21-55: Cannot set item in `None` [unsupported-operation]
ERROR torch/_vendor/quack/reduce.py:171:25-60: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/reduce.py:186:53-88: Object of class `object` has no attribute `width` [missing-attribute]
ERROR torch/_vendor/quack/reduce.py:207:29-59: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/reduction_base.py:5:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/reduction_base.py:6:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/reduction_base.py:7:1-54: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:7:8-36: Cannot find module `cuda.bindings.driver` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:9:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:10:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:11:8-36: Cannot find module `cutlass.pipeline` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:12:1-54: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:13:1-39: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:36:1-39: Cannot find module `cutlass.base_dsl.arch` [missing-import]
ERROR torch/_vendor/quack/rmsnorm.py:169:17-34: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:178:17-37: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:202:45-49: `sRes` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:215:49-55: `tXgRes` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:233:30-36: `tXsRes` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:246:39-45: `tXrRes` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:249:50-57: `tXgResO` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:262:17-29: `+` is not supported between `None` and `Literal[0]` [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:274:21-31: Cannot set item in `None` [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:300:17-29: `+` is not supported between `None` and `Literal[1]` [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:324:17-27: Cannot set item in `None` [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:345:18-27: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:347:18-27: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:375:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:375:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:375:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:456:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:457:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:465:11-27: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:466:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:466:62-75: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:470:24-40: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:539:23-33: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:539:34-44: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:732:17-37: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:732:26-30: `bidz` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:735:33-37: `bidz` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:737:17-25: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:750:35-50: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:751:36-52: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:756:55-67: `+` is not supported between `None` and `Literal[2]` [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:790:51-59: `tXgdResO` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:793:50-57: `tXgdRes` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:799:64-81: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/rmsnorm.py:847:60-75: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:848:61-77: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:850:33-45: `tma_mbar_ptr` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:875:13-23: Object of class `NoneType` has no attribute `fill` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:877:13-23: Object of class `NoneType` has no attribute `fill` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:890:25-37: `tma_pipeline` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:894:29-37: `tXgX_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:895:29-37: `tXsX_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:900:29-38: `tXgdO_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:901:29-38: `tXsdO_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:929:40-55: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:934:40-56: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:945:25-37: `tma_pipeline` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:949:29-37: `tXgX_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:950:29-37: `tXsX_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:955:29-38: `tXgdO_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:956:29-38: `tXsdO_tma` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:981:40-55: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:986:40-56: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:997:21-34: Object of class `NoneType` has no attribute `fill` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:999:17-29: `tma_pipeline` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/rmsnorm.py:1010:24-33: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1043:28-37: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1052:23-36: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1057:17-30: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1057:37-57: Object of class `NoneType` has no attribute `element_type` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1061:17-28: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1061:29-39: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1063:17-28: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1063:29-39: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1096:25-36: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1096:37-47: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1117:25-36: Object of class `NoneType` has no attribute `store` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1117:37-47: Object of class `NoneType` has no attribute `load` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1159:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1159:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1159:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1179:71-87: Object of class `NoneType` has no attribute `shape` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1266:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1268:21-37: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1280:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1280:65-78: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1284:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1284:61-74: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1291:14-28: Object of class `NoneType` has no attribute `sum` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1292:14-28: Object of class `NoneType` has no attribute `sum` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1292:39-51: Object of class `NoneType` has no attribute `dtype` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1294:14-30: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1295:14-30: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1415:9-17: Class member `RMSNormFunction.backward` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/rmsnorm.py:1439:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1440:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1501:44-52: Argument `float | None` is not assignable to parameter `eps` with type `float` in function `rmsnorm` [bad-argument-type]
ERROR torch/_vendor/quack/rmsnorm.py:1529:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1529:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1529:55-68: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1530:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1533:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1537:11-27: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1538:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1538:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1539:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1539:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm.py:1562:18-28: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm_config.py:278:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/rmsnorm_config.py:309:12-90: Returned type `Any | None` is not assignable to declared return type `int` [bad-return]
ERROR torch/_vendor/quack/rounding.py:12:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/rounding.py:13:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/rounding.py:14:1-36: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/rounding.py:15:1-29: Cannot find module `cutlass._mlir` [missing-import]
ERROR torch/_vendor/quack/rounding.py:16:1-55: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/rounding.py:17:1-54: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/rounding.py:225:19-29: `rand_batch` may be uninitialized [unbound-name]
ERROR torch/_vendor/quack/sm100_utils.py:5:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/sm100_utils.py:6:8-57: Cannot find module `cutlass.utils.blackwell_helpers` [missing-import]
ERROR torch/_vendor/quack/sm100_utils.py:7:1-53: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/sm100_utils.py:8:1-48: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/sm80_utils.py:2:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/sm80_utils.py:3:1-40: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:5:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:6:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:7:8-53: Cannot find module `cutlass.utils.hopper_helpers` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:8:1-41: Cannot find module `cutlass.cute.nvgpu` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:9:1-53: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:10:1-56: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/sm90_utils.py:11:1-37: Cannot find module `cutlass.utils` [missing-import]
ERROR torch/_vendor/quack/tile_scheduler.py:7:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/tile_scheduler.py:8:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/tile_scheduler.py:9:1-56: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/tile_scheduler.py:175:24-43: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:351:22-53: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:365:13-51: Object of class `NoneType` has no attribute `consumer_wait` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:367:17-64: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:375:17-58: Object of class `NoneType` has no attribute `consumer_release` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:425:32-82: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:426:29-54: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:460:13-54: Object of class `NoneType` has no attribute `producer_acquire` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:473:25-58: Cannot set item in `None` [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:474:21-61: Object of class `NoneType` has no attribute `producer_commit` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:483:32-77: Object of class `NoneType` has no attribute `producer_get_barrier` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:490:34-70: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:537:13-51: Object of class `NoneType` has no attribute `producer_tail` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:591:11-17: Class member `TriangularTileScheduler.Params` overrides parent class `TileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:644:9-32: Class member `TriangularTileScheduler.to_underlying_arguments` overrides parent class `TileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:684:13-19: Argument `torch._vendor.quack.tile_scheduler.TriangularTileScheduler.Params@591:11-17` is not assignable to parameter `params` with type `torch._vendor.quack.tile_scheduler.TileScheduler.Params@76:11-17` in function `TileScheduler.__init__` [bad-argument-type]
ERROR torch/_vendor/quack/tile_scheduler.py:691:9-23: Class member `TriangularTileScheduler.get_grid_shape` overrides parent class `TileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:728:72-97: Object of class `Params` has no attribute `group_size_inv_f32` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:741:62-98: Object of class `Params` has no attribute `group_size_mul_group_size_fdd` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:744:30-71: Object of class `Params` has no attribute `group_size_tail_mul_group_size_fdd` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:821:11-17: Class member `VarlenMTileScheduler.Params` overrides parent class `TileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:861:33-65: `Unknown | None` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_vendor/quack/tile_scheduler.py:862:35-61: `%` is not supported between `None` and `None` [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:867:41-67: `*` is not supported between `None` and `None` [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:872:17-29: Object of class `TileSchedulerArguments` has no attribute `total_m` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:873:17-34: Object of class `TileSchedulerArguments` has no attribute `cu_seqlens_m` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:882:17-35: Object of class `TileSchedulerArguments` has no attribute `tile_shape_mn` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:911:23-29: `torch._vendor.quack.tile_scheduler.VarlenMTileScheduler.Params@821:11-17` is not assignable to attribute `params` with type `torch._vendor.quack.tile_scheduler.TileScheduler.Params@76:11-17` [bad-assignment]
ERROR torch/_vendor/quack/tile_scheduler.py:916:9-32: Class member `VarlenMTileScheduler.to_underlying_arguments` overrides parent class `TileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:975:9-23: Class member `VarlenMTileScheduler.get_grid_shape` overrides parent class `TileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:1011:37-54: Object of class `Params` has no attribute `group_size` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1028:17-34: Object of class `Params` has no attribute `group_size` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1028:64-81: Object of class `Params` has no attribute `group_size` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1041:31-48: Object of class `Params` has no attribute `group_size` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1055:29-53: Object of class `Params` has no attribute `cu_seqlens_m` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1079:22-42: Object of class `Params` has no attribute `tile_shape_mn` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1158:11-17: Class member `VarlenNTileScheduler.Params` overrides parent class `VarlenMTileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:1197:33-65: `Unknown | None` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/_vendor/quack/tile_scheduler.py:1198:35-61: `%` is not supported between `None` and `None` [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:1203:41-67: `*` is not supported between `None` and `None` [unsupported-operation]
ERROR torch/_vendor/quack/tile_scheduler.py:1226:9-32: Class member `VarlenNTileScheduler.to_underlying_arguments` overrides parent class `VarlenMTileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:1263:13-19: Argument `torch._vendor.quack.tile_scheduler.VarlenNTileScheduler.Params@1158:11-17` is not assignable to parameter `params` with type `torch._vendor.quack.tile_scheduler.VarlenMTileScheduler.Params@821:11-17` in function `VarlenMTileScheduler.__init__` [bad-argument-type]
ERROR torch/_vendor/quack/tile_scheduler.py:1269:9-23: Class member `VarlenNTileScheduler.get_grid_shape` overrides parent class `VarlenMTileScheduler` in an inconsistent manner [bad-override]
ERROR torch/_vendor/quack/tile_scheduler.py:1312:29-53: Object of class `Params` has no attribute `cu_seqlens_n` [missing-attribute]
ERROR torch/_vendor/quack/tile_scheduler.py:1336:22-42: Object of class `Params` has no attribute `tile_shape_mn` [missing-attribute]
ERROR torch/_vendor/quack/trace.py:84:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/trace.py:85:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/trace.py:86:1-45: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/trace.py:87:1-39: Cannot find module `cutlass.base_dsl.arch` [missing-import]
ERROR torch/_vendor/quack/trace.py:88:1-46: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/trace.py:89:1-34: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/trace.py:539:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/trace.py:554:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/trace.py:556:19-30: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/_vendor/quack/trace.py:564:9-46: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/trace.py:584:16-30: Object of class `NoneType` has no attribute `cpu` [missing-attribute]
ERROR torch/_vendor/quack/utils.py:6:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/utils.py:7:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/utils.py:9:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/utils.py:10:1-51: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/utils.py:11:1-54: Cannot find module `cutlass._mlir.dialects` [missing-import]
ERROR torch/_vendor/quack/utils.py:12:1-47: Cannot find module `cutlass.cutlass_dsl` [missing-import]
ERROR torch/_vendor/quack/utils.py:188:24-47: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/utils.py:205:5-33: Cannot find module `cutlass._mlir` [missing-import]
ERROR torch/_vendor/quack/utils.py:262:5-37: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/utils.py:279:5-37: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/varlen_utils.py:6:8-15: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/varlen_utils.py:7:8-28: Cannot find module `cutlass.cute` [missing-import]
ERROR torch/_vendor/quack/varlen_utils.py:8:1-47: Cannot find module `cutlass` [missing-import]
ERROR torch/_vendor/quack/varlen_utils.py:104:20-59: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:104:62-97: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:110:20-59: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:110:62-97: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:116:20-59: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:116:62-97: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:123:41-71: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:125:22-52: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:130:26-60: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:147:44-74: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:149:44-74: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:151:24-53: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:153:24-53: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:169:27-57: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:172:27-57: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:182:27-57: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:190:22-52: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:195:26-60: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:205:22-52: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:206:22-56: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:230:22-52: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:235:26-60: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:245:22-52: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vendor/quack/varlen_utils.py:246:22-56: `None` is not subscriptable [unsupported-operation]
ERROR torch/_vmap_internals.py:110:36-56: No attribute `_add_batch_dim` in module `torch` [missing-attribute]
ERROR torch/_vmap_internals.py:142:17-40: No attribute `_remove_batch_dim` in module `torch` [missing-attribute]
ERROR torch/_vmap_internals.py:150:13-36: No attribute `_remove_batch_dim` in module `torch` [missing-attribute]
ERROR torch/_vmap_internals.py:227:22-58: No attribute `_vmapmode_increment_nesting` in module `torch._C` [missing-attribute]
ERROR torch/_vmap_internals.py:244:13-49: No attribute `_vmapmode_decrement_nesting` in module `torch._C` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:180:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:182:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:213:9-32: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:214:9-35: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:215:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:216:9-36: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/_weights_only_unpickler.py:217:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/accelerator/__init__.py:102:59-71: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/accelerator/__init__.py:128:16-52: No attribute `_accelerator_getAccelerator` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:140:12-48: No attribute `_accelerator_getDeviceIndex` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:198:5-41: No attribute `_accelerator_setDeviceIndex` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:220:52-64: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/accelerator/__init__.py:232:12-43: No attribute `_accelerator_getStream` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:235:24-36: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/accelerator/__init__.py:243:5-36: No attribute `_accelerator_setStream` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:270:5-44: No attribute `_accelerator_synchronizeDevice` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:303:29-65: No attribute `_accelerator_exchangeDevice` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/__init__.py:307:13-54: No attribute `_accelerator_maybeExchangeDevice` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/_utils.py:9:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/accelerator/_utils.py:11:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/accelerator/graphs.py:6:22-39: Could not import `_acceleratorGraph` from `torch._C` [missing-module-attribute]
ERROR torch/accelerator/memory.py:30:12-56: No attribute `_accelerator_isAllocatorInitialized` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:32:5-37: No attribute `_accelerator_emptyCache` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:42:5-41: No attribute `_accelerator_emptyHostCache` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:106:12-56: No attribute `_accelerator_isAllocatorInitialized` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:109:13-49: No attribute `_accelerator_getDeviceStats` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:211:12-56: No attribute `_accelerator_isAllocatorInitialized` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:214:12-55: No attribute `_accelerator_resetAccumulatedStats` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:230:12-56: No attribute `_accelerator_isAllocatorInitialized` in module `torch._C` [missing-attribute]
ERROR torch/accelerator/memory.py:233:12-48: No attribute `_accelerator_resetPeakStats` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:37:12-43: No attribute `_is_autocast_available` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:234:13-37: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:248:36-50: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:248:52-65: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:250:36-74: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:271:13-44: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:291:40-54: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:314:35-66: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:315:21-46: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:316:31-55: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:317:9-35: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:319:9-41: No attribute `autocast_increment_nesting` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:320:9-41: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:325:12-52: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:348:12-44: No attribute `autocast_decrement_nesting` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:349:13-39: No attribute `clear_autocast_cache` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:350:9-35: No attribute `set_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:351:9-33: No attribute `set_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:352:9-41: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:357:12-52: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:393:8-48: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:403:8-48: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/amp/autocast_mode.py:415:37-50: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:478:26-50: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:480:42-67: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/autocast_mode.py:483:32-57: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:28:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:30:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:173:52-64: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:176:23-33: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:176:62-75: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:177:32-42: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:178:50-61: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:237:32-44: Runtime checkable protocol `Iterable` has an unsafe overlap with type `Never` [unsafe-overlap]
ERROR torch/amp/grad_scaler.py:252:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:263:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:263:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:274:65-78: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:281:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:294:21-69: No attribute `_amp_foreach_non_finite_check_and_unscale_` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:353:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:356:21-31: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:356:47-60: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:549:13-37: No attribute `_amp_update_scale_` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:704:27-37: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:704:53-66: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:705:21-31: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/amp/grad_scaler.py:705:47-60: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:86:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:137:23-33: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:149:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:151:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:198:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:220:27-37: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:230:25-37: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:233:25-35: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/conv_fused.py:244:27-37: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/linear_fused.py:57:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/linear_fused.py:113:23-33: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/linear_fused.py:123:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/qat/modules/linear_fused.py:125:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py:41:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py:41:30-41: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py:46:41-52: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py:51:43-56: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/modules/bn_relu.py:59:9-23: Class member `BNReLU2d.from_reference` overrides parent class `BatchNorm2d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/intrinsic/quantized/modules/bn_relu.py:111:9-23: Class member `BNReLU3d.from_reference` overrides parent class `BatchNorm3d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:36:68-79: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:52:9-23: Class member `LinearReLU.from_reference` overrides parent class `Linear` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:78:75-86: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:108:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:122:9-23: Class member `LinearLeakyReLU.from_reference` overrides parent class `Linear` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:156:68-79: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:179:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/intrinsic/quantized/modules/linear_relu.py:191:9-23: Class member `LinearTanh.from_reference` overrides parent class `Linear` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/qat/dynamic/modules/linear.py:32:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/nn/qat/modules/embedding_ops.py:58:30-68: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/qat/modules/embedding_ops.py:96:30-68: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/qat/modules/embedding_ops.py:184:30-68: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/qat/modules/embedding_ops.py:226:30-68: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:416:35-46: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:422:42-52: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:423:73-83: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:446:71-82: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:452:52-62: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:464:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:465:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:467:50-56: Argument `tuple[Literal[0], Literal[1]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/ao/nn/quantizable/modules/activation.py:469:64-70: Argument `tuple[Literal[0], Literal[1]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/ao/nn/quantizable/modules/activation.py:528:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:531:27-52: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:538:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:540:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:543:27-52: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:550:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:553:46-52: Argument `tuple[Literal[0], Literal[1]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/ao/nn/quantizable/modules/activation.py:555:60-66: Argument `tuple[Literal[0], Literal[1]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/ao/nn/quantizable/modules/activation.py:561:31-40: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:570:35-45: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/activation.py:592:23-32: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:99:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:99:48-60: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:100:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:100:46-58: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:141:19-29: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:149:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:150:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:155:17-42: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:158:17-42: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:260:25-36: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:339:22-31: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:525:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:529:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:534:25-50: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:560:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantizable/modules/rnn.py:561:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:42:69-80: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:52:41-52: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:61:43-56: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:74:41-52: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:136:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:136:39-52: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:141:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/linear.py:143:23-36: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:41:17-28: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:105:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:157:24-35: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:157:68-79: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:158:24-35: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:158:63-74: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:159:24-35: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:159:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:160:24-35: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:160:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:161:29-40: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:162:28-53: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:163:62-73: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:165:28-53: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:166:62-73: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:329:34-45: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:374:35-46: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:374:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:428:29-40: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:452:31-44: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:548:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:846:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:964:71-82: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:972:28-39: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:972:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:973:28-39: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:973:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:978:21-32: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:978:74-85: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:979:21-32: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:979:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:980:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:981:25-50: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:982:57-68: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:984:25-50: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:985:57-68: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:988:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1065:35-46: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1065:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1099:25-36: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1232:78-89: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1243:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1308:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1349:66-77: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/dynamic/modules/rnn.py:1358:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:184:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:227:23-35: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:231:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:256:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:299:23-35: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:303:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:328:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:375:23-35: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:379:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:581:18-47: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:584:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:587:18-30: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:589:18-30: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:600:16-28: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:601:12-24: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:657:12-24: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/nn/quantized/functional.py:673:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/__init__.py:111:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/__init__.py:114:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/__init__.py:116:23-33: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/__init__.py:123:16-41: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:70:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:71:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:141:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:142:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:261:22-54: No attribute `_choose_qparams_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:262:22-47: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:262:64-76: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:267:22-54: No attribute `_choose_qparams_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:271:22-47: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:271:64-76: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:296:13-24: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:296:47-58: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:297:14-39: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:297:74-86: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:318:30-42: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:324:19-44: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:325:52-64: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:336:30-42: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:342:19-44: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/activation.py:343:52-64: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/batchnorm.py:15:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/batchnorm.py:16:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:101:19-48: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:105:19-30: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:109:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:111:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:165:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:166:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:252:41-52: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:272:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:323:9-23: Class member `_ConvNd.from_reference` overrides parent class `WeightedQuantizedModule` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/conv.py:433:9-24: Class member `Conv1d.set_weight_bias` overrides parent class `_ConvNd` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/conv.py:565:9-24: Class member `Conv2d.set_weight_bias` overrides parent class `_ConvNd` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/conv.py:697:9-24: Class member `Conv3d.set_weight_bias` overrides parent class `_ConvNd` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/conv.py:816:41-52: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:838:53-64: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/conv.py:963:9-24: Class member `ConvTranspose1d.set_weight_bias` overrides parent class `_ConvTransposeNd` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/conv.py:1086:9-24: Class member `ConvTranspose2d.set_weight_bias` overrides parent class `_ConvTransposeNd` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/conv.py:1211:9-24: Class member `ConvTranspose3d.set_weight_bias` overrides parent class `_ConvTransposeNd` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:16:61-73: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:19:27-39: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:19:41-55: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:20:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:20:55-66: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:21:27-38: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:21:61-72: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:22:18-59: No attribute `_empty_per_channel_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:37:27-39: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:37:41-55: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:46:27-39: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:46:41-55: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:131:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:139:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:139:55-66: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:140:27-38: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:140:61-72: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:141:23-64: No attribute `_empty_per_channel_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:146:23-35: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:163:26-40: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:231:40-78: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:238:21-33: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:238:47-61: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:304:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:320:26-40: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:379:40-78: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:386:21-33: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:386:47-61: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/embedding_ops.py:411:9-23: Class member `EmbeddingBag.from_reference` overrides parent class `Embedding` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:51:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:58:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:66:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:73:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:81:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:88:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:96:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:123:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:129:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:135:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:141:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:147:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:153:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:160:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:200:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/functional_modules.py:201:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:21:30-41: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:24:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:25:18-47: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:26:56-67: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:28:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:29:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:29:44-55: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:34:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:36:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:43:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:45:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:86:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:149:69-80: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:159:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:159:52-63: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:161:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:162:23-52: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:163:75-86: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:165:23-36: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:166:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:166:70-81: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:223:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:224:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:335:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/linear.py:347:9-23: Class member `Linear.from_reference` overrides parent class `WeightedQuantizedModule` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/modules/normalization.py:44:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:45:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:116:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:117:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:178:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:179:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:245:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:246:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:312:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/normalization.py:313:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:34:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:34:31-43: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:34:45-57: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:35:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:48:18-29: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:49:18-29: No attribute `clone` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:50:14-27: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:50:28-41: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:52:29-55: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:52:57-80: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:53:19-58: No attribute `_make_per_tensor_quantized_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:57:9-36: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:58:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:59:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:61:19-59: No attribute `_make_per_channel_quantized_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:71:29-55: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:71:57-80: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:72:19-44: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:73:52-63: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:76:31-58: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:76:60-84: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:78:19-45: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:80:25-37: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:81:22-33: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:83:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:86:30-68: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:87:19-45: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:89:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/modules/utils.py:90:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/conv.py:86:9-16: Class member `Conv1d.forward` overrides parent class `Conv1d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/conv.py:151:9-16: Class member `Conv2d.forward` overrides parent class `Conv2d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/conv.py:216:9-16: Class member `Conv3d.forward` overrides parent class `Conv3d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/conv.py:312:9-16: Class member `ConvTranspose1d.forward` overrides parent class `ConvTranspose1d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/conv.py:396:9-16: Class member `ConvTranspose2d.forward` overrides parent class `ConvTranspose2d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/conv.py:481:9-16: Class member `ConvTranspose3d.forward` overrides parent class `ConvTranspose3d` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/linear.py:29:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/linear.py:30:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/linear.py:39:9-16: Class member `Linear.forward` overrides parent class `Linear` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:75:28-51: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:76:26-38: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:106:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:107:17-41: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:117:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:117:52-63: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:124:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:124:49-58: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:127:38-62: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:132:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:132:55-64: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:138:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:138:62-71: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:198:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:205:19-36: No attribute `rnn_tanh_cell` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:214:19-36: No attribute `rnn_relu_cell` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:287:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:294:15-28: No attribute `lstm_cell` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:360:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:366:15-27: No attribute `gru_cell` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:429:28-51: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:430:26-38: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:451:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:452:17-41: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:460:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:461:56-67: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:466:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:467:61-70: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:470:38-62: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:473:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:474:59-68: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:480:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:480:62-71: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:598:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:605:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:637:22-30: No attribute `lstm` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:649:22-30: No attribute `lstm` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:783:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:797:22-29: No attribute `gru` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/rnn.py:809:22-29: No attribute `gru` in module `torch._VF` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:16:28-51: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:17:26-38: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:22:30-43: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:26:13-36: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:27:13-37: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:28:13-51: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:34:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:35:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:36:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:37:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:42:22-31: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:48:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:48:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:55:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:59:17-41: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:60:17-55: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:66:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:66:53-62: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:72:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:72:58-67: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:77:33-45: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:77:57-68: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:80:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:80:60-69: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:83:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:83:54-63: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:195:21-34: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:196:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:203:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:204:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:205:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:206:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:211:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:211:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:212:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:212:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:213:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:213:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:215:26-49: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:216:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:216:43-54: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:216:56-68: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:232:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:233:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:236:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:236:43-54: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:236:56-68: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:257:21-34: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:258:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:266:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:267:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:268:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:269:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:273:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:273:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:274:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:274:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:275:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:275:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:280:26-49: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:281:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:281:43-54: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:281:56-68: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:292:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:293:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:296:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:296:43-54: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:296:56-68: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:312:21-34: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:313:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:318:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:322:26-49: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:323:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:323:43-54: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:323:56-68: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:324:22-47: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:329:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:330:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:332:29-41: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:332:43-54: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:332:56-70: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:332:72-84: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:333:22-48: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:342:21-34: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:343:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:354:9-32: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:355:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:356:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:385:21-34: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:386:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:395:9-32: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:396:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:397:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:427:30-54: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/nn/quantized/reference/modules/utils.py:437:30-56: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:32:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:36:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:45:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:45:57-68: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:49:19-48: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:50:71-82: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:176:22-51: `*` is not supported between `Module` and `Module` [unsupported-operation]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:180:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/dynamic/linear.py:186:16-25: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:17:66-77: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:20:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:23:14-43: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:24:52-63: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:121:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:125:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:134:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:134:57-68: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:138:19-48: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:139:71-82: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:170:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:171:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:270:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/nn/sparse/quantized/linear.py:276:16-25: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:86:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:166:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:182:22-34: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:367:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:446:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:468:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:500:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite.py:559:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:312:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:336:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:404:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:443:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:476:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:548:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:583:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:652:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:678:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:721:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/_numeric_suite_fx.py:772:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/fx/graph_passes.py:227:9-34: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/graph_passes.py:228:52-64: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/graph_passes.py:292:25-41: No attribute `dequantize` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/graph_passes.py:315:35-48: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/graph_passes.py:647:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:63:13-29: No attribute `avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:67:13-25: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:71:13-25: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:92:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:97:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:101:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:110:13-23: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:127:13-26: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:241:13-23: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:264:13-28: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:268:13-24: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:272:13-26: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:276:13-23: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:280:13-36: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:284:13-22: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:288:13-23: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:292:13-22: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:296:13-28: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:300:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:304:13-24: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:308:13-24: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:324:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:356:13-25: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:497:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:507:9-18: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:509:9-18: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:510:9-18: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:542:9-19: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:544:9-22: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:547:9-34: No attribute `adaptive_avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:560:9-25: No attribute `avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:561:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:562:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:563:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:564:9-20: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:565:9-20: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:566:9-22: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:567:9-24: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:568:9-18: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:569:9-19: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:570:9-18: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:571:9-21: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:572:9-32: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:573:9-19: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:574:9-22: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:575:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:576:9-24: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/mappings.py:726:9-34: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:29:5-14: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:32:5-14: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:407:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:1050:33-59: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:1056:37-62: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:1333:30-41: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/n_shadows_utils.py:1339:29-39: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/pattern_utils.py:116:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:149:45-58: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:206:32-57: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:341:25-34: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:342:28-37: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:460:24-35: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:460:51-62: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:483:17-28: No attribute `log10` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:499:12-22: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:499:46-56: Object of class `int` has no attribute `sum` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:525:13-22: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:526:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:529:13-22: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/ns/fx/utils.py:530:13-24: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py:156:28-44: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py:157:48-63: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py:177:36-54: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py:181:37-53: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py:182:65-80: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py:351:25-43: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py:103:39-54: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py:214:42-57: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/dlrm_utils.py:28:13-21: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_disk_savings.py:108:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_disk_savings.py:108:69-81: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_forward_time.py:98:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_forward_time.py:98:69-81: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_model_metrics.py:87:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_model_metrics.py:87:69-81: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:64:16-31: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:72:24-34: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:83:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:83:49-59: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:90:23-33: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:103:25-35: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:142:25-35: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:173:25-34: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:185:25-40: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:187:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py:204:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/lightning/tests/test_callbacks.py:144:20-29: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/lightning/tests/test_callbacks.py:257:20-29: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/lightning/tests/test_callbacks.py:272:20-29: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py:129:56-72: No attribute `dequantize` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py:148:34-60: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/FPGM_pruner.py:66:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/FPGM_pruner.py:72:20-29: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/FPGM_pruner.py:72:30-39: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/FPGM_pruner.py:83:25-40: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/FPGM_pruner.py:85:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/FPGM_pruner.py:94:20-30: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py:188:21-34: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py:200:21-34: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py:248:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py:248:51-61: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:52:27-39: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:53:43-58: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:58:25-34: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:60:25-37: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:61:28-43: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:207:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:341:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:342:56-66: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:349:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/_experimental/pruner/prune_functions.py:430:30-39: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/base_sparsifier.py:129:34-44: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/base_sparsifier.py:222:39-54: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py:40:21-37: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:99:20-30: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:123:20-30: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:126:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:129:25-40: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:148:25-35: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:178:20-30: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:182:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:186:23-33: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:197:25-35: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:231:25-40: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:233:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/pruning/sparsifier/weight_norm_sparsifier.py:248:31-47: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/__init__.py:183:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/__init__.py:190:18-31: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_correct_bias.py:147:30-40: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_equalize.py:149:23-33: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_equalize.py:150:31-47: No attribute `reciprocal` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_equalize.py:162:23-36: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_equalize.py:163:31-44: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_equalize.py:270:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:57:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:58:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:62:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:63:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:66:12-23: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:68:24-35: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:77:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:77:76-87: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:78:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:78:72-83: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:79:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:79:74-85: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:81:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:82:29-39: No attribute `log2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:83:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:83:51-62: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:83:63-76: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:157:9-16: Class member `_LearnableFakeQuantize.forward` overrides parent class `FakeQuantizeBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:170:17-44: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:171:17-43: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:179:33-60: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:179:62-86: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:180:21-70: No attribute `_fake_quantize_learnable_per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/_learnable_fake_quantize.py:190:21-69: No attribute `_fake_quantize_learnable_per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:104:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:111:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:123:5-18: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:128:5-15: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:148:9-18: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:150:9-18: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:155:52-62: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:168:30-42: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:474:30-39: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:625:9-34: No attribute `adaptive_avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:638:9-25: No attribute `avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:639:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:640:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:641:9-20: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:642:9-22: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:643:9-19: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:644:9-21: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:645:9-32: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:646:9-24: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:647:9-22: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:648:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_common_operator_config_utils.py:649:9-24: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_qnnpack_pt2e.py:14:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_qnnpack_pt2e.py:15:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_qnnpack_pt2e.py:16:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/_qnnpack_pt2e.py:17:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:105:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:188:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:193:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:194:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:195:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:196:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:222:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:226:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:230:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:245:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:252:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/backend_config.py:259:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:41:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:42:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:43:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:44:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:48:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:49:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:53:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:54:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:55:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:56:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:61:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:66:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:74:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:76:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:81:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:82:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:83:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:84:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:89:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:90:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:91:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:315:9-18: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:317:9-18: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:319:9-18: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:324:18-28: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:371:9-20: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:372:9-22: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:373:9-19: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:374:9-22: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:375:9-27: No attribute `permute_copy` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:376:9-22: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:421:30-39: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:426:30-42: No attribute `concat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/executorch.py:431:30-47: No attribute `concatenate` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:33:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:34:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:35:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:36:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:40:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:41:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:45:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:46:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:47:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:48:16-29: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:52:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:53:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:54:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:55:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:60:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:61:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:62:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:63:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:68:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:69:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:70:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:74:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:75:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/fbgemm.py:76:18-32: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:42:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:43:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:44:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:45:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:49:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:50:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:54:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:55:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:56:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:57:16-29: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:61:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:62:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:63:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:64:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:72:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:73:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:74:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:75:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:84:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:85:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:86:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:87:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:91:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:92:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:93:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:97:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:98:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/native.py:99:18-32: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:39:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:40:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:41:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:42:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:46:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:47:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:51:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:52:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:53:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:54:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:59:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:60:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:61:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:65:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:66:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:67:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:68:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:184:6-15: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:267:6-15: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:370:6-15: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:463:6-15: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/onednn.py:588:5-15: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:27:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:28:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:29:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:30:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:34:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:35:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:39:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:40:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:41:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:42:16-29: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:46:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:47:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:48:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:49:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:54:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:55:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:56:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:57:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:62:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:63:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:64:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:68:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:69:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:70:18-32: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:86:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:91:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/qnnpack.py:101:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:34:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:35:22-33: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:36:22-33: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:37:20-31: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:40:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:41:22-33: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:45:30-41: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/tensorrt.py:57:30-39: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:30:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:31:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:32:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:33:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:37:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:38:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:42:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:43:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:44:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:45:16-29: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:49:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:50:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:51:18-29: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:52:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:57:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:58:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:59:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:60:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:65:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:66:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:67:18-30: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:71:17-28: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:72:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/backend_config/x86.py:73:18-32: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:27:18-31: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:27:34-60: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:48:23-36: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:55:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:56:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:57:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:59:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:60:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:82:20-31: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:103:35-51: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:109:21-32: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:111:16-25: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:111:26-34: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:113:19-28: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:142:25-36: No attribute `floor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_fake_quantize.py:146:17-28: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_loss.py:43:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_loss.py:57:23-34: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_loss.py:58:17-30: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_loss.py:65:26-35: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_loss.py:66:35-44: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:33:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:33:30-41: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:36:18-31: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:36:34-60: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:47:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:188:12-21: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:194:22-34: No attribute `vstack` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:195:22-34: No attribute `vstack` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/adaround_optimization.py:203:57-69: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/linear.py:63:34-49: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/linear.py:126:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/linear.py:141:52-69: No attribute `FloatTensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/linear.py:166:66-83: No attribute `FloatTensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:25:36-48: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:30:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:31:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:58:17-26: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:76:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:80:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:81:26-35: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:84:30-39: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:84:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:88:36-46: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:123:31-43: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:124:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:133:9-16: Class member `APoTObserver.forward` overrides parent class `ObserverBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/experimental/observer.py:137:28-41: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:139:23-32: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:141:23-32: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/observer.py:154:16-40: Cannot find module `matplotlib.pyplot` [missing-import]
ERROR torch/ao/quantization/experimental/qconfig.py:12:38-64: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:12:72-84: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:19:38-64: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:19:72-83: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:31:55-66: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:36:59-71: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:37:55-66: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:49:55-66: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:54:59-71: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/qconfig.py:55:55-66: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/quantizer.py:43:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/experimental/quantizer.py:84:18-34: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:50:31-44: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:52:9-36: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:53:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:54:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:58:30-43: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:59:24-50: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:59:52-75: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:62:35-48: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:63:24-50: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:63:52-79: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:66:33-46: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:67:23-61: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:92:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:92:76-87: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:93:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:93:74-85: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:182:50-62: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:190:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:193:28-39: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:204:32-43: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:206:32-41: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:207:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:207:65-76: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:208:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:228:9-16: Class member `FakeQuantize.forward` overrides parent class `FakeQuantizeBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/fake_quantize.py:244:21-59: No attribute `fake_quantize_per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:253:21-58: No attribute `fake_quantize_per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:404:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:404:76-86: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:405:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:405:74-84: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:424:16-53: No attribute `fused_moving_avg_obs_fake_quant` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:445:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:446:13-36: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:457:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:458:13-39: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:471:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:494:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:495:13-40: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:505:13-51: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:506:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:519:13-51: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:521:11-25: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:529:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:530:13-36: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:542:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:554:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:555:13-39: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:565:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:566:13-40: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:576:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:577:13-39: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:589:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fake_quantize.py:590:17-44: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:14:20-31: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:14:33-43: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:14:45-57: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:14:59-70: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:14:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:15:18-35: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:15:37-56: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:18:9-20: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:18:29-40: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:21:14-25: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:21:39-50: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:57:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:74:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:74:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:75:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:76:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:83:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:84:9-20: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:95:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:97:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:97:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:98:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:99:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:103:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:121:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:153:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:155:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:155:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:156:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:165:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:169:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:188:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:220:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:249:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:251:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:284:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:301:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:303:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:306:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:307:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:327:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:329:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:362:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:364:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:367:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:381:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:404:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:406:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:441:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:456:67-78: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:472:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:473:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:474:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:485:24-37: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:510:67-78: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:526:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:527:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:528:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:539:24-37: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:548:17-43: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:554:77-88: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:557:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:558:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:559:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:568:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:568:33-45: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:568:69-80: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:569:18-29: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:575:77-88: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:577:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:577:33-45: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:577:69-80: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:578:18-29: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:605:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:624:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:624:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:625:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:626:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:640:11-22: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:641:9-20: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:655:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:657:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:657:39-53: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:658:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:659:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:666:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:687:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:689:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:724:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:752:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:754:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:761:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:765:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:780:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:796:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:800:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:809:19-35: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:820:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:823:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:823:36-48: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:823:72-83: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:824:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:840:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:856:15-25: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:857:15-25: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:858:19-28: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:858:38-54: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:859:19-28: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:859:38-54: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:860:11-22: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:860:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:871:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:876:18-29: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:878:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:878:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:893:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:905:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:908:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:908:36-48: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:908:72-83: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:909:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:936:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:975:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:978:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:994:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:995:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:995:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1028:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1029:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1029:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1033:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1052:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1068:8-19: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1093:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1124:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1144:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1146:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1146:33-46: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1182:14-25: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1182:36-47: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1197:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1198:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1199:33-44: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1200:42-53: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1201:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1210:16-27: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1212:13-24: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1214:16-33: No attribute `logical_and` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1249:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1262:54-65: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1267:59-70: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_decomposed.py:1268:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:40:5-28: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:40:30-54: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:41:5-31: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:41:33-60: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:66:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:67:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:74:28-51: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:74:53-79: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:90:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:111:73-85: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:113:35-48: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:121:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:137:28-37: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:137:38-47: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:138:28-37: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:138:38-47: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:168:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:169:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:181:24-47: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:181:49-75: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:192:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:234:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:242:26-36: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:247:26-42: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:286:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:286:33-59: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:289:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:289:32-59: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:493:55-67: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:567:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:567:39-55: No attribute `reciprocal` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:576:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:589:19-28: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:641:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:641:39-55: No attribute `reciprocal` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:652:21-30: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:655:12-26: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:673:19-28: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:855:69-78: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:872:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_equalize.py:961:51-60: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:58:9-22: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:59:9-19: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:111:9-34: No attribute `adaptive_avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:122:9-25: No attribute `avg_pool1d` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:123:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:124:9-21: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:125:9-20: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:126:9-22: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:127:9-19: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:131:9-30: No attribute `channel_shuffle` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:159:9-21: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:160:9-24: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:161:9-32: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:162:9-22: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:163:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:164:9-24: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:196:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:363:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:363:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:366:10-22: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:366:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:370:10-23: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:370:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:377:10-22: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:377:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:380:10-22: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:380:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:383:10-22: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:383:24-35: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:402:5-14: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:405:5-14: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:406:5-17: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:410:5-14: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:412:5-14: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:421:39-60: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:440:36-57: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:582:53-78: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:590:72-82: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:662:53-78: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:859:47-80: No attribute `quantize_per_tensor_dynamic` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:864:39-52: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:865:40-52: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:865:54-65: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:943:13-38: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:944:13-39: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1070:47-80: No attribute `quantize_per_tensor_dynamic` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1076:39-52: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1077:40-52: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1077:54-65: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1152:9-18: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1154:9-18: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1155:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1225:40-65: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_lower_to_native_backend.py:1230:35-48: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:503:9-41: Class member `DynamicStaticDetector.determine_observer_insert_points` overrides parent class `DetectorBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/fx/_model_report/detector.py:955:9-41: Class member `InputWeightEqualizationDetector.determine_observer_insert_points` overrides parent class `DetectorBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1059:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1060:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1072:21-34: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1074:40-53: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1076:48-61: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1077:31-40: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1078:31-40: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1178:17-27: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1178:44-54: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/detector.py:1481:9-41: Class member `OutlierDetector.determine_observer_insert_points` overrides parent class `DetectorBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/fx/_model_report/model_report.py:378:27-53: No matching overload found for function `sum` called with arguments: (bool) [no-matching-overload]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:56:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:60:61-73: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:61:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:62:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:66:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:67:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:70:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:71:58-70: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:72:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:73:51-63: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:95:36-49: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:98:25-34: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:99:25-34: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:137:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:139:32-45: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:141:40-53: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:142:23-32: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:143:23-32: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:171:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:178:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:181:29-43: No attribute `quantile` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:190:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:191:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:199:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:212:27-43: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:221:47-63: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:224:45-61: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:228:38-54: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:239:22-38: No attribute `nan_to_num` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:257:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:259:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:272:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:273:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:274:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:275:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:276:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:277:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:278:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_observer.py:279:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/_model_report/model_report_visualizer.py:19:12-36: Cannot find module `matplotlib.pyplot` [missing-import]
ERROR torch/ao/quantization/fx/convert.py:79:5-17: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:80:5-16: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:81:5-17: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:82:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:83:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:84:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:85:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:86:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:87:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:88:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:92:5-28: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:93:5-31: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:103:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:158:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:267:27-38: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:267:40-50: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:352:19-32: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:358:65-78: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:361:72-83: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:376:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:419:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:420:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:421:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:422:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:423:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:443:27-53: No attribute `quantize_per_channel` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:448:27-52: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:482:23-56: No attribute `quantize_per_tensor_dynamic` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:500:19-32: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:513:28-39: Argument `((...) -> Unknown) | None` is not assignable to parameter `target` with type `((...) -> Any) | str` in function `torch.fx.graph.Graph.create_node` [bad-argument-type]
ERROR torch/ao/quantization/fx/convert.py:549:9-551:34: Returned type `Literal[True] | Module | Tensor | Unknown` is not assignable to declared return type `bool` [bad-return]
ERROR torch/ao/quantization/fx/convert.py:551:21-34: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/convert.py:768:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/graph_module.py:136:39-60: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/fx/graph_module.py:179:40-61: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:122:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:123:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:124:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:125:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:126:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:130:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:131:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:132:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:133:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:134:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:135:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:136:18-27: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:137:18-27: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:143:31-40: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:144:29-38: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:146:33-42: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:147:29-38: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/lstm_utils.py:211:31-56: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:78:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:80:5-17: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:81:5-16: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:82:5-17: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:83:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:84:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:85:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:86:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:87:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:88:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:89:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:92:67-78: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:144:53-64: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:164:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:277:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:311:35-47: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:311:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:410:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:544:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:546:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:547:37-50: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:550:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:667:6-17: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:729:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:833:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:835:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:839:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:899:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:1061:9-20: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:1133:41-52: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:1144:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:1196:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/prepare.py:1592:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:274:51-62: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:275:53-64: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:276:49-60: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:277:53-64: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:284:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:286:45-58: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:287:45-58: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:290:18-29: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/qconfig_mapping_utils.py:297:37-48: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:146:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:148:19-30: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:264:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:277:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:395:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:398:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:406:29-44: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:409:29-44: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:413:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/fx/utils.py:418:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:232:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:233:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:238:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:238:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:252:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:254:13-36: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:255:13-39: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:256:13-37: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:257:13-40: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:258:13-51: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:266:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:267:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:268:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:269:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:270:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:271:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:272:13-24: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:273:13-24: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:274:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:275:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:276:13-25: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:311:19-31: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:311:33-44: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:311:45-58: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:369:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:369:69-81: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:374:23-32: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:374:42-58: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:375:23-32: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:375:42-58: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:378:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:378:54-67: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:379:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:379:60-71: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:382:29-55: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:383:32-59: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:385:27-36: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:387:21-30: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:388:31-43: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:388:45-56: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:396:32-44: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:398:30-68: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:400:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:400:58-73: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:408:21-30: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:409:38-49: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:409:74-83: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:410:26-37: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:416:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:419:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:422:32-70: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:423:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:509:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:510:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:515:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:515:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:546:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:547:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:549:29-55: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:551:31-43: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:558:9-16: Class member `MinMaxObserver.forward` overrides parent class `UniformQuantizationObserverBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/observer.py:564:36-49: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:565:19-28: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:566:19-28: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:583:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:584:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:636:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:637:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:641:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:641:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:676:32-45: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:678:40-53: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:720:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:721:17-41: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:726:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:726:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:752:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:753:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:755:29-56: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:757:31-43: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:763:9-16: Class member `PerChannelMinMaxObserver.forward` overrides parent class `UniformQuantizationObserverBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/observer.py:781:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:783:32-45: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:785:40-53: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:786:23-32: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:787:23-32: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:889:24-34: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:892:24-34: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:929:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:930:17-41: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:934:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:934:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:973:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:975:32-45: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:977:40-53: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1019:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1019:30-42: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1020:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1025:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1025:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1052:43-54: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1053:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1054:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1055:31-42: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1087:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1094:28-39: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1095:13-22: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1101:26-37: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1102:13-22: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1108:16-27: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1114:13-23: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1119:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1119:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1126:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1143:17-26: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1144:16-28: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1207:13-27: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1215:36-50: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1220:13-28: No attribute `bucketize` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1230:28-42: No attribute `bincount` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1252:25-34: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1289:9-16: Class member `HistogramObserver.forward` overrides parent class `UniformQuantizationObserverBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/observer.py:1293:24-37: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1304:28-41: No attribute `aminmax` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1314:23-32: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1315:23-32: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1320:32-43: No attribute `histc` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1359:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1359:74-86: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1394:54-64: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1395:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1397:54-64: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1398:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1441:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1442:17-40: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1455:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1455:67-78: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1456:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1456:77-86: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1460:9-16: Class member `FixedQParamsObserver.forward` overrides parent class `ObserverBase` in an inconsistent manner [bad-override-param-name]
ERROR torch/ao/quantization/observer.py:1493:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1504:23-46: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1506:19-30: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1506:31-44: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1552:30-42: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1585:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1615:26-38: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1839:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1844:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:1845:27-38: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2073:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2073:32-58: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2080:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2081:13-39: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2096:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2096:32-59: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2104:11-22: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2105:13-40: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2115:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2125:11-23: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2125:33-71: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2132:11-25: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2132:35-73: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2141:46-58: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/observer.py:2144:44-56: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:180:52-65: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:181:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:188:52-65: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:189:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:347:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:354:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:360:45-58: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:365:45-58: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:495:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:507:15-26: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:515:52-65: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:516:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig.py:520:52-64: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig_mapping.py:54:5-18: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/qconfig_mapping.py:59:5-15: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:377:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:471:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:485:37-48: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:515:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:517:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:526:23-36: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:535:23-35: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:540:23-37: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:549:21-32: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:551:23-36: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:553:23-35: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:555:23-37: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:590:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:619:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:666:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize.py:800:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/quantize_fx.py:237:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_fx.py:393:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_fx.py:507:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_fx.py:624:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_fx.py:675:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_fx.py:727:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:58:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:60:15-45: No attribute `_jit_pass_fold_convbn` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:75:15-50: No attribute `_jit_pass_insert_observers` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:97:5-30: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:99:15-73: No attribute `_jit_pass_insert_observer_method_for_ondevice_ptq` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:110:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:115:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:133:15-54: No attribute `_jit_pass_insert_quant_dequant` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:144:19-52: No attribute `_jit_pass_quant_finalize` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:151:5-44: No attribute `_jit_pass_constant_propagation` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:152:5-27: No attribute `_jit_pass_dce` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:169:15-71: No attribute `_jit_pass_insert_quant_dequant_for_ondevice_ptq` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:172:15-65: No attribute `_jit_pass_quant_finalize_for_ondevice_ptq` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:183:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:194:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:245:5-44: No attribute `_jit_pass_constant_propagation` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:246:5-27: No attribute `_jit_pass_dce` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:303:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/quantize_jit.py:356:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/ao/quantization/utils.py:90:5-20: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:91:5-28: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:92:5-18: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:93:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:94:5-16: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:95:5-14: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:96:5-15: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:97:5-20: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:98:5-14: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:101:5-15: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:166:23-46: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:166:61-87: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:171:9-33: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:172:9-47: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:173:9-36: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:186:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:186:23-34: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:187:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:187:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:188:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:188:23-34: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:189:9-23: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:189:25-36: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:190:9-23: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:190:25-36: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:191:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:191:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:192:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:192:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:193:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:193:23-35: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:194:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:194:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:195:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:195:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:196:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:196:28-45: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:197:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:197:30-49: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:215:19-42: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:219:23-50: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:220:23-47: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:285:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:286:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:287:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:288:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:289:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:290:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:291:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:292:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:293:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:294:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:312:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:313:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:314:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:315:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:323:42-54: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:323:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:331:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:332:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:333:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:334:9-23: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:335:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:336:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:337:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:338:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:339:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:340:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:348:38-50: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:348:52-63: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:348:65-76: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:348:78-88: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:357:30-42: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:357:44-55: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:360:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:360:39-49: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:383:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:384:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:385:9-23: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:386:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:387:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:388:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:389:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:390:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:391:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:392:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:402:24-37: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:405:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:439:12-21: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:449:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:460:22-34: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:460:36-47: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:474:22-33: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:474:35-45: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:479:24-36: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:479:38-49: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:488:22-33: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:488:35-45: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:493:24-36: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:493:38-49: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:498:24-36: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:498:38-49: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:500:23-35: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:502:23-34: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:648:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:651:14-27: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:651:30-53: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:665:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:665:65-77: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:669:19-28: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:669:38-54: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:670:19-28: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:670:38-54: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:673:13-23: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:673:50-62: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:674:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:674:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:677:19-45: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:677:60-87: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:678:23-32: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:680:17-26: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:681:22-33: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:681:35-47: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:689:21-59: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:691:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:691:49-64: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:699:17-26: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:700:34-45: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:700:70-79: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:701:22-33: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:707:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:710:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:713:23-61: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:714:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:718:21-33: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:718:50-61: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:802:9-21: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:802:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/ao/quantization/utils.py:807:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:76:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:106:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:138:33-51: No attribute `is_same_size` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:223:25-35: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:233:25-40: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:233:60-81: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:322:8-49: No attribute `_are_functorch_transforms_active` in module `torch._C` [missing-attribute]
ERROR torch/autograd/__init__.py:612:37-53: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/__init__.py:653:8-31: No attribute `_autograd_init` in module `torch._C` [missing-attribute]
ERROR torch/autograd/__init__.py:691:5-43: No attribute `_register_py_class_for_device` in module `torch._C` [missing-attribute]
ERROR torch/autograd/__init__.py:694:29-64: No attribute `_is_multithreading_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/__init__.py:695:1-21: No attribute `_add_docstr` in module `torch._C` [missing-attribute]
ERROR torch/autograd/__init__.py:699:26-58: No attribute `_is_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/__init__.py:700:1-21: No attribute `_add_docstr` in module `torch._C` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:80:21-45: No attribute `is_anomaly_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:82:31-65: No attribute `is_anomaly_check_nan_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:91:9-34: No attribute `set_anomaly_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:94:9-34: No attribute `set_anomaly_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:115:21-45: No attribute `is_anomaly_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:116:31-65: No attribute `is_anomaly_check_nan_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:117:9-34: No attribute `set_anomaly_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/anomaly_mode.py:123:9-34: No attribute `set_anomaly_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/forward_ad.py:227:24-53: No attribute `_is_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/forward_ad.py:235:9-39: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/forward_ad.py:241:9-39: No attribute `_set_fwd_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/function.py:297:25-41: No attribute `_FunctionBase` in module `torch._C` [missing-attribute]
ERROR torch/autograd/function.py:366:5-21: No attribute `_FunctionBase` in module `torch._C` [missing-attribute]
ERROR torch/autograd/function.py:622:16-57: No attribute `_are_functorch_transforms_active` in module `torch._C` [missing-attribute]
ERROR torch/autograd/function.py:654:16-37: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/function.py:796:42-56: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/autograd/functional.py:249:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:352:45-66: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:452:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:556:35-51: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:773:34-50: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:839:41-57: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:844:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:1085:45-66: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:1195:26-42: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/functional.py:1200:45-66: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/grad_mode.py:82:21-42: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/grad_mode.py:137:21-42: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/grad_mode.py:138:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:141:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:186:21-42: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/autograd/grad_mode.py:188:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:191:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:195:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:198:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:291:40-63: No attribute `_InferenceMode` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:305:20-43: No attribute `_InferenceMode` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:339:21-56: No attribute `_is_multithreading_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:340:9-45: No attribute `_set_multithreading_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:347:9-45: No attribute `_set_multithreading_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:393:21-65: No attribute `_is_grad_layout_enforcement_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:394:9-54: No attribute `_set_grad_layout_enforcement_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:398:9-54: No attribute `_set_grad_layout_enforcement_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:405:9-54: No attribute `_set_grad_layout_enforcement_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:437:21-53: No attribute `_is_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:439:9-42: No attribute `_set_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:442:9-42: No attribute `_set_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:446:9-42: No attribute `_set_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/grad_mode.py:449:9-42: No attribute `_set_view_replay_enabled` in module `torch._C` [missing-attribute]
ERROR torch/autograd/gradcheck.py:37:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:38:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:39:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:40:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:45:63-79: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:61:55-68: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:75:60-73: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:103:22-38: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:106:15-25: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:106:59-69: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:108:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:117:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:125:13-36: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:132:29-45: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:132:47-63: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:137:29-45: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:137:47-63: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:141:50-66: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:188:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:191:33-49: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:192:25-63: No attribute `_convert_indices_from_csr_to_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:196:33-49: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:197:25-63: No attribute `_convert_indices_from_csr_to_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:201:33-49: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:205:17-55: No attribute `_convert_indices_from_csr_to_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:209:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:211:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:212:25-36: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:212:37-47: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:219:33-49: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:223:17-55: No attribute `_convert_indices_from_csr_to_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:227:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:229:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:230:25-36: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:230:37-47: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:558:52-68: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:751:63-76: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:836:22-40: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:907:21-37: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:941:34-47: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:941:64-80: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1003:16-24: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1018:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1110:29-40: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1119:21-37: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1121:21-32: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1124:33-44: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1132:16-30: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1162:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1167:21-37: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1170:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1178:32-43: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1189:12-26: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1206:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1214:58-71: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1238:20-34: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1238:39-55: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1270:52-68: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1286:61-77: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1303:28-42: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1334:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1441:32-42: No attribute `real` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1441:65-75: No attribute `imag` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1674:21-40: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1677:12-26: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1681:17-33: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1682:16-29: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1683:19-34: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1684:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1693:20-36: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1699:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1704:15-38: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1706:25-41: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1706:43-59: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1713:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1718:15-45: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1728:15-25: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1820:21-35: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1844:13-28: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:1849:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/autograd/gradcheck.py:2266:22-34: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/autograd/graph.py:235:28-50: No attribute `_FunctionBase` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:263:5-32: No attribute `_increment_version` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:403:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/autograd/graph.py:407:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/autograd/graph.py:416:43-55: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/autograd/graph.py:528:12-65: No attribute `_set_warn_on_accumulate_grad_stream_mismatch` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:558:12-55: No attribute `_set_override_stale_capture_stream` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:649:22-53: No attribute `_current_graph_task_id` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:664:33-67: No attribute `_will_engine_execute_node` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:689:18-49: No attribute `_current_graph_task_id` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:952:16-47: No attribute `_current_autograd_node` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:976:5-31: No attribute `_stash_obj_in_tls` in module `torch._C` [missing-attribute]
ERROR torch/autograd/graph.py:989:9-38: No attribute `_remove_obj_from_tls` in module `torch._C` [missing-attribute]
ERROR torch/autograd/profiler.py:17:22-51: Could not import `_get_privateuse1_backend_name` from `torch._C` [missing-module-attribute]
ERROR torch/autograd/profiler.py:950:18-55: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/autograd/profiler.py:988:18-55: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/autograd/profiler.py:1226:28-46: No attribute `_demangle` in module `torch._C` [missing-attribute]
ERROR torch/autograd/profiler_util.py:1134:21-39: No attribute `_demangle` in module `torch._C` [missing-attribute]
ERROR torch/autograd/variable.py:3:22-59: Could not import `_ImperativeEngine` from `torch._C` [missing-module-attribute]
ERROR torch/backends/__init__.py:59:9-20: Class member `PropModule.__getattr__` overrides parent class `ModuleType` in an inconsistent manner [bad-override-param-name]
ERROR torch/backends/__init__.py:70:13-48: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/backends/__init__.py:78:20-55: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/backends/__init__.py:84:19-54: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/backends/__init__.py:86:9-44: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/backends/__init__.py:103:16-51: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/backends/__init__.py:110:16-51: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/backends/_coreml/preprocess.py:87:31-52: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/backends/_nnapi/prepare.py:71:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/prepare.py:184:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/prepare.py:184:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:1106:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2184:36-59: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2188:32-44: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2191:36-47: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2195:31-70: No attribute `_make_per_tensor_quantized_tensor` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2196:56-67: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2202:20-45: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2202:71-83: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2242:33-44: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2401:36-59: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2405:32-44: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2408:36-47: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2412:31-70: No attribute `_make_per_tensor_quantized_tensor` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2413:56-67: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2420:20-45: No attribute `quantize_per_tensor` in module `torch` [missing-attribute]
ERROR torch/backends/_nnapi/serializer.py:2420:71-83: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/backends/cpu/__init__.py:21:12-40: No attribute `_get_cpu_capability` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:50:12-30: No attribute `_has_cuda` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:81:9-41: No attribute `_cufft_get_plan_cache_size` in module `torch` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:87:9-45: No attribute `_cufft_get_plan_cache_max_size` in module `torch` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:87:47-83: No attribute `_cufft_set_plan_cache_max_size` in module `torch` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:91:16-45: No attribute `_cufft_clear_plan_cache` in module `torch` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:160:20-51: No attribute `_get_cublas_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:163:17-76: No attribute `_get_cublas_allow_fp16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:168:17-76: No attribute `_get_cublas_allow_fp16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:173:17-76: No attribute `_get_cublas_allow_bf16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:178:17-76: No attribute `_get_cublas_allow_bf16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:182:20-64: No attribute `_get_cublas_allow_fp16_accumulation` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:184:20-55: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:189:20-51: No attribute `_set_cublas_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:194:20-79: No attribute `_set_cublas_allow_fp16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:202:20-79: No attribute `_set_cublas_allow_bf16_reduced_precision_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:207:20-64: No attribute `_set_cublas_allow_fp16_accumulation` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:209:20-55: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:214:16-39: No attribute `_LinalgBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:215:17-40: No attribute `_LinalgBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:216:14-37: No attribute `_LinalgBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:222:27-50: No attribute `_LinalgBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:223:6-29: No attribute `_LinalgBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:272:9-47: No attribute `_set_linalg_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:273:30-53: No attribute `_LinalgBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:274:9-47: No attribute `_set_linalg_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:278:12-50: No attribute `_get_linalg_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:282:16-37: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:283:15-36: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:284:16-37: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:285:17-38: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:286:18-39: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:287:11-32: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:293:27-48: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:294:6-27: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:327:9-45: No attribute `_set_blas_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:328:30-51: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:329:9-45: No attribute `_set_blas_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:333:12-48: No attribute `_get_blas_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:351:9-46: No attribute `_cuda_setCublasWorkspaceSize` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:352:12-49: No attribute `_cuda_getCublasWorkspaceSize` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:370:9-48: No attribute `_cuda_setCublasLtWorkspaceSize` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:371:12-51: No attribute `_cuda_getCublasLtWorkspaceSize` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:376:27-48: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:423:30-51: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:428:20-41: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:429:20-54: No attribute `_get_blas_default_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:431:20-41: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:434:20-41: No attribute `_BlasBackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:440:16-39: No attribute `_ROCmFABackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:441:17-40: No attribute `_ROCmFABackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:442:11-34: No attribute `_ROCmFABackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:447:22-47: Could not import `_SDPAParams` from `torch._C` [missing-module-attribute]
ERROR torch/backends/cuda/__init__.py:447:49-74: Could not import `_SDPBackend` from `torch._C` [missing-module-attribute]
ERROR torch/backends/cuda/__init__.py:451:27-50: No attribute `_ROCmFABackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:452:6-29: No attribute `_ROCmFABackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:481:9-48: No attribute `_set_rocm_fa_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:482:30-53: No attribute `_ROCmFABackend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:483:9-48: No attribute `_set_rocm_fa_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:487:12-51: No attribute `_get_rocm_fa_preferred_backend` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:512:12-43: No attribute `_get_flash_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:521:5-32: No attribute `_set_sdp_use_flash` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:530:12-51: No attribute `_get_mem_efficient_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:539:5-40: No attribute `_set_sdp_use_mem_efficient` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:548:12-42: No attribute `_get_math_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:557:5-31: No attribute `_set_sdp_use_math` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:566:5-53: No attribute `_set_math_sdp_allow_fp16_bf16_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:575:12-60: No attribute `_get_math_sdp_allow_fp16_bf16_reduction` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:588:12-50: No attribute `_is_flash_attention_available` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:608:12-45: No attribute `_can_use_flash_attention` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:628:12-53: No attribute `_can_use_mem_efficient_attention` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:648:12-45: No attribute `_can_use_cudnn_attention` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:657:12-43: No attribute `_get_cudnn_sdp_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cuda/__init__.py:666:5-32: No attribute `_set_sdp_use_cudnn` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:118:5-15: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:119:5-16: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:120:5-17: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:126:12-31: No attribute `_has_cudnn` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:130:12-39: No attribute `_get_cudnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:164:9-36: No attribute `_get_cudnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:165:9-38: No attribute `_get_cudnn_benchmark` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:166:41-81: No attribute `_cuda_get_cudnn_benchmark_limit` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:167:9-42: No attribute `_get_cudnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:168:9-39: No attribute `_get_cudnn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:169:9-44: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:170:9-45: No attribute `_get_cudnn_depthwise_kernel` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:173:9-36: No attribute `_set_cudnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:175:9-38: No attribute `_set_cudnn_benchmark` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:177:9-49: No attribute `_cuda_set_cudnn_benchmark_limit` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:179:9-42: No attribute `_set_cudnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:181:9-39: No attribute `_set_cudnn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:183:9-44: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:185:9-45: No attribute `_set_cudnn_depthwise_kernel` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:223:27-54: No attribute `_get_cudnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:223:56-83: No attribute `_set_cudnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:225:9-42: No attribute `_get_cudnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:225:44-77: No attribute `_set_cudnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:228:9-38: No attribute `_get_cudnn_benchmark` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:228:40-69: No attribute `_set_cudnn_benchmark` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:233:13-53: No attribute `_cuda_get_cudnn_benchmark_limit` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:234:13-53: No attribute `_cuda_set_cudnn_benchmark_limit` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:237:9-39: No attribute `_get_cudnn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:237:41-71: No attribute `_set_cudnn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:245:9-45: No attribute `_get_cudnn_depthwise_kernel` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/__init__.py:246:9-45: No attribute `_set_cudnn_depthwise_kernel` in module `torch._C` [missing-attribute]
ERROR torch/backends/cudnn/rnn.py:84:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/backends/cudnn/rnn.py:85:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/backends/cudnn/rnn.py:115:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/backends/cudnn/rnn.py:116:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/backends/cusparselt/__init__.py:51:12-36: No attribute `_has_cusparselt` in module `torch._C` [missing-attribute]
ERROR torch/backends/kleidiai/__init__.py:7:12-34: No attribute `_has_kleidiai` in module `torch._C` [missing-attribute]
ERROR torch/backends/miopen/__init__.py:12:19-49: No attribute `_get_miopen_immediate` in module `torch._C` [missing-attribute]
ERROR torch/backends/miopen/__init__.py:14:9-39: No attribute `_set_miopen_immediate` in module `torch._C` [missing-attribute]
ERROR torch/backends/miopen/__init__.py:41:9-39: No attribute `_get_miopen_immediate` in module `torch._C` [missing-attribute]
ERROR torch/backends/miopen/__init__.py:41:41-71: No attribute `_set_miopen_immediate` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkl/__init__.py:7:12-28: No attribute `has_mkl` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:19:12-32: No attribute `_has_mkldnn` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:86:9-37: No attribute `_get_mkldnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:87:9-43: No attribute `_get_mkldnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:88:9-40: No attribute `_get_onednn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:89:9-44: No attribute `_get_fp32_precision_getter` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:92:9-37: No attribute `_set_mkldnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:94:9-43: No attribute `_set_mkldnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:96:9-40: No attribute `_set_onednn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:98:9-44: No attribute `_set_fp32_precision_setter` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:117:27-55: No attribute `_get_mkldnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:117:57-85: No attribute `_set_mkldnn_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:119:9-43: No attribute `_get_mkldnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:119:45-79: No attribute `_set_mkldnn_deterministic` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:122:9-40: No attribute `_get_onednn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/mkldnn/__init__.py:122:42-73: No attribute `_set_onednn_allow_tf32` in module `torch._C` [missing-attribute]
ERROR torch/backends/mps/__init__.py:25:12-29: No attribute `_has_mps` in module `torch._C` [missing-attribute]
ERROR torch/backends/mps/__init__.py:31:12-38: No attribute `_mps_is_available` in module `torch._C` [missing-attribute]
ERROR torch/backends/mps/__init__.py:37:12-46: No attribute `_mps_is_on_macos_or_newer` in module `torch._C` [missing-attribute]
ERROR torch/backends/mps/__init__.py:43:12-46: No attribute `_mps_is_on_macos_or_newer` in module `torch._C` [missing-attribute]
ERROR torch/backends/mps/__init__.py:49:12-34: No attribute `_mps_get_name` in module `torch._C` [missing-attribute]
ERROR torch/backends/mps/__init__.py:60:12-40: No attribute `_mps_get_core_count` in module `torch._C` [missing-attribute]
ERROR torch/backends/nnpack/__init__.py:13:12-35: No attribute `_nnpack_available` in module `torch` [missing-attribute]
ERROR torch/backends/nnpack/__init__.py:18:19-47: No attribute `_get_nnpack_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/nnpack/__init__.py:19:5-33: No attribute `_set_nnpack_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/openmp/__init__.py:7:12-31: No attribute `has_openmp` in module `torch._C` [missing-attribute]
ERROR torch/backends/python_native/__init__.py:336:9-20: Class member `PythonNativeModule.__getattr__` overrides parent class `PropModule` in an inconsistent manner [bad-override-param-name]
ERROR torch/backends/quantized/__init__.py:34:33-54: No attribute `_get_qengine` in module `torch._C` [missing-attribute]
ERROR torch/backends/quantized/__init__.py:37:9-30: No attribute `_set_qengine` in module `torch._C` [missing-attribute]
ERROR torch/backends/quantized/__init__.py:42:20-48: No attribute `_supported_qengines` in module `torch._C` [missing-attribute]
ERROR torch/backends/quantized/__init__.py:54:9-20: Class member `QuantizedEngine.__getattr__` overrides parent class `ModuleType` in an inconsistent manner [bad-override-param-name]
ERROR torch/backends/xnnpack/__init__.py:10:16-44: No attribute `_is_xnnpack_enabled` in module `torch._C` [missing-attribute]
ERROR torch/backends/xnnpack/__init__.py:21:9-20: Class member `XNNPACKEngine.__getattr__` overrides parent class `ModuleType` in an inconsistent manner [bad-override-param-name]
ERROR torch/contrib/_tensorboard_vis.py:13:5-52: Cannot find module `tensorflow.core.framework` [missing-import]
ERROR torch/contrib/_tensorboard_vis.py:14:5-47: Cannot find module `tensorflow.core.util` [missing-import]
ERROR torch/contrib/_tensorboard_vis.py:15:5-67: Cannot find module `tensorflow.python.summary.writer.writer` [missing-import]
ERROR torch/contrib/_tensorboard_vis.py:37:26-53: No attribute `GraphExecutorState` in module `torch._C` [missing-attribute]
ERROR torch/cpu/__init__.py:15:16-33: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/cpu/amp/autocast_mode.py:34:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cpu/amp/autocast_mode.py:34:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/cpu/amp/autocast_mode.py:45:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cpu/amp/autocast_mode.py:45:30-44: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:155:19-38: No attribute `_has_magma` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:188:16-45: No attribute `_cuda_getDeviceCount` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:217:9-21: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:217:35-49: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:239:5-25: No attribute `_cuda_sleep` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:479:20-45: No attribute `AcceleratorError` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:480:20-45: No attribute `OutOfMemoryError` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:525:9-28: No attribute `_cuda_init` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:685:9-33: No attribute `_cuda_setDevice` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:749:12-46: No attribute `_cuda_canDeviceAccessPeer` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:831:5-29: No attribute `_cuda_setStream` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1159:13-42: No attribute `_cuda_getDeviceCount` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1166:13-42: No attribute `_cuda_getDeviceCount` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1179:18-45: No attribute `_cuda_getArchFlags` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1202:12-36: No attribute `_cuda_getDevice` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1215:16-42: No attribute `_cuda_synchronize` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1228:12-38: No attribute `_cuda_ipc_collect` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1241:18-49: No attribute `_cuda_getCurrentStream` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1259:18-49: No attribute `_cuda_getDefaultStream` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1285:18-54: No attribute `_cuda_getStreamFromExternal` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1296:12-47: No attribute `_cuda_getCurrentBlasHandle` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1302:12-49: No attribute `_cuda_getCurrentSolverHandle` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1329:5-39: No attribute `_cuda_set_sync_debug_mode` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1335:12-46: No attribute `_cuda_get_sync_debug_mode` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1605:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1605:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1612:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1614:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1618:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1618:45-63: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/__init__.py:1631:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1649:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1724:16-27: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1735:16-28: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1746:16-27: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1757:16-26: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1768:16-26: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1779:16-25: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1790:16-27: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1801:16-26: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1812:16-26: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1823:16-30: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1834:16-29: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/cuda/__init__.py:1845:16-28: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:2:22-27: Could not import `dtype` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/_device_limits.py:15:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:47:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:49:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:51:27-40: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:85:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:87:27-41: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:90:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:92:27-37: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/cuda/_device_limits.py:94:27-40: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/cuda/_sanitizer.py:475:13-33: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/cuda/_sanitizer.py:476:21-35: No attribute `Argument` in module `torch` [missing-attribute]
ERROR torch/cuda/_sanitizer.py:518:17-37: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/cuda/_sanitizer.py:542:23-43: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/cuda/_sanitizer.py:562:9-37: No attribute `_activate_gpu_trace` in module `torch._C` [missing-attribute]
ERROR torch/cuda/_utils.py:576:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/_utils.py:577:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/amp/autocast_mode.py:35:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/amp/autocast_mode.py:35:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/cuda/amp/autocast_mode.py:46:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/amp/autocast_mode.py:46:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/cuda/gds.py:66:5-34: No attribute `_gds_register_buffer` in module `torch._C` [missing-attribute]
ERROR torch/cuda/gds.py:83:5-36: No attribute `_gds_deregister_buffer` in module `torch._C` [missing-attribute]
ERROR torch/cuda/gds.py:139:23-52: No attribute `_gds_register_handle` in module `torch._C` [missing-attribute]
ERROR torch/cuda/gds.py:148:9-40: No attribute `_gds_deregister_handle` in module `torch._C` [missing-attribute]
ERROR torch/cuda/gds.py:163:9-35: No attribute `_gds_load_storage` in module `torch._C` [missing-attribute]
ERROR torch/cuda/gds.py:177:9-35: No attribute `_gds_save_storage` in module `torch._C` [missing-attribute]
ERROR torch/cuda/graphs.py:54:22-52: Could not import `_cuda_isCurrentStreamCapturing` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/graphs.py:54:54-64: Could not import `_CUDAGraph` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/graphs.py:54:66-84: Could not import `_graph_pool_handle` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/graphs.py:584:8-33: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/cuda/graphs.py:584:40-71: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/cuda/graphs.py:662:29-45: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/cuda/graphs.py:698:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/cuda/jiterator.py:91:16-66: No attribute `_cuda_jiterator_compile_and_launch_kernel` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:88:5-43: Could not import `_cuda_beginAllocateCurrentThreadToPool` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/memory.py:89:5-30: Could not import `_cuda_beginAllocateToPool` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/memory.py:90:5-24: Could not import `_cuda_CUDAAllocator` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/memory.py:91:5-28: Could not import `_cuda_endAllocateToPool` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/memory.py:92:5-22: Could not import `_cuda_releasePool` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/memory.py:93:5-13: Could not import `_MemPool` from `torch._C` [missing-module-attribute]
ERROR torch/cuda/memory.py:99:12-44: No attribute `_cuda_cudaHostAllocator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:135:16-61: No attribute `_cuda_cudaCachingAllocator_raw_alloc` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:152:5-51: No attribute `_cuda_cudaCachingAllocator_raw_delete` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:158:9-51: No attribute `_cuda_cudaCachingAllocator_enable` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:197:5-37: No attribute `_cuda_setMemoryFraction` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:213:12-44: No attribute `_cuda_getMemoryFraction` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:228:9-34: No attribute `_cuda_emptyCache` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:357:12-38: No attribute `_cuda_memoryStats` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:377:12-54: No attribute `_cuda_resetAccumulatedMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:396:12-47: No attribute `_cuda_resetPeakMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:458:12-42: No attribute `_cuda_hostMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:467:12-58: No attribute `_cuda_resetAccumulatedHostMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:476:12-51: No attribute `_cuda_resetPeakHostMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:643:16-45: No attribute `_cuda_memorySnapshot` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:645:16-45: No attribute `_cuda_memorySnapshot` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1024:12-46: No attribute `_cuda_allocationTraceback` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1123:9-32: No attribute `_cuda_memorySnapshot` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1209:12-46: No attribute `_cuda_getAllocatorBackend` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1215:35-63: No attribute `_cuda_CUDAAllocator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1253:27-57: No attribute `_cuda_customAllocator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1267:5-42: No attribute `_cuda_changeCurrentAllocator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1276:27-54: No attribute `_cuda_getAllocator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/memory.py:1497:17-47: No attribute `_cuda_customAllocator` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:45:11-33: No attribute `_nccl_version` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:49:14-43: No attribute `_nccl_version_suffix` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:57:12-36: No attribute `_nccl_unique_id` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:61:12-36: No attribute `_nccl_init_rank` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:76:5-30: No attribute `_nccl_all_reduce` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:121:5-26: No attribute `_nccl_reduce` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:128:5-29: No attribute `_nccl_broadcast` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:139:5-30: No attribute `_nccl_all_gather` in module `torch._C` [missing-attribute]
ERROR torch/cuda/nccl.py:151:5-34: No attribute `_nccl_reduce_scatter` in module `torch._C` [missing-attribute]
ERROR torch/cuda/random.py:23:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/random.py:35:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/random.py:37:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/random.py:51:58-70: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/random.py:60:14-40: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/cuda/random.py:63:55-78: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/cuda/random.py:65:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/random.py:67:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/cuda/streams.py:17:14-38: No attribute `_CudaStreamBase` in module `torch._C` [missing-attribute]
ERROR torch/cuda/streams.py:48:41-52: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/cuda/streams.py:65:44-56: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/cuda/streams.py:79:43-54: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/cuda/streams.py:159:13-36: No attribute `_CudaEventBase` in module `torch._C` [missing-attribute]
ERROR torch/cuda/streams.py:199:39-51: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/cuda/streams.py:211:37-49: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:441:13-24: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:443:13-24: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:466:20-31: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:467:20-31: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:469:20-30: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:470:20-30: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:478:17-27: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:480:22-32: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:483:17-27: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:485:22-32: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:489:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:491:22-32: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:494:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:496:22-32: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:511:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:527:16-27: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:528:16-27: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:535:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:537:18-28: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:540:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:542:18-28: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:555:18-31: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:556:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:557:19-32: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:558:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:559:17-27: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:560:33-49: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:561:32-47: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:562:26-45: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:563:24-41: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:564:28-49: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:565:28-49: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:646:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:652:9-17: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:667:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:684:9-18: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:697:53-64: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:726:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:728:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:731:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:733:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:736:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:737:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:744:13-29: No attribute `_scaled_mm` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:751:17-27: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:753:22-32: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:755:13-29: No attribute `_scaled_mm` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:767:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/cuda/tunable.py:770:16-26: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/__init__.py:38:27-46: No attribute `_c10d_init` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:42:13-32: No attribute `_DistError` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:43:20-46: No attribute `_DistBackendError` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:44:20-46: No attribute `_DistNetworkError` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:45:18-42: No attribute `_DistStoreError` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:46:19-48: No attribute `_DistQueueEmptyError` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:134:23-61: No attribute `_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:136:9-51: No attribute `_set_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/distributed/__init__.py:140:13-55: No attribute `_set_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_composable/checkpoint_activation.py:70:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_composable/contract.py:122:27-34: Cannot use variable `_` with type `_M` to iterate over elements of type `Module` [bad-assignment]
ERROR torch/distributed/_composable/contract.py:148:58-81: Object of class `list` has no attribute `named_parameters` [missing-attribute]
ERROR torch/distributed/_composable/contract.py:149:59-79: Object of class `list` has no attribute `named_buffers` [missing-attribute]
ERROR torch/distributed/_composable/contract.py:150:59-79: Object of class `list` has no attribute `named_modules` [missing-attribute]
ERROR torch/distributed/_composable/contract.py:164:27-42: Cannot use variable `_` with type `_M` to iterate over elements of type `Module` [bad-assignment]
ERROR torch/distributed/_composable/contract.py:165:57-80: Object of class `list` has no attribute `named_parameters` [missing-attribute]
ERROR torch/distributed/_composable/contract.py:166:58-78: Object of class `list` has no attribute `named_buffers` [missing-attribute]
ERROR torch/distributed/_composable/contract.py:167:58-78: Object of class `list` has no attribute `named_modules` [missing-attribute]
ERROR torch/distributed/_composable/replicate.py:106:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_composable/replicate.py:197:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_composable/replicate.py:202:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_composable/replicate_with_fsdp.py:75:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_composable/replicate_with_fsdp.py:128:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_dist2.py:45:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_dist2.py:69:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_dist2.py:86:9-21: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_dist2.py:90:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_dist2.py:100:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_dist2.py:130:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_dist2.py:151:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:509:27-38: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:510:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:562:8-54: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:563:21-38: No attribute `DispatchKey` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1411:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1452:8-35: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1452:36-66: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1455:8-55: No attribute `_dispatch_tls_is_dispatch_key_included` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1456:9-29: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1523:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1527:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1527:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1531:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1535:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1539:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1544:33-44: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1560:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_functional_collectives.py:1709:36-45: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:66:19-23: Could not import `Size` from `torch` [missing-module-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:67:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:67:35-49: Could not import `DispatchKeySet` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:67:51-63: Could not import `ScriptObject` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:304:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:339:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:379:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:379:45-57: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:402:45-54: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:415:27-50: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:416:8-31: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:416:39-59: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:417:55-75: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:418:8-31: No attribute `_dispatch_keys` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:418:39-59: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:419:55-75: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:546:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:550:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:556:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:562:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:568:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:574:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:689:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:736:61-72: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:860:5-17: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:861:5-16: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:862:5-17: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:982:9-48: No attribute `_set_throw_on_mutable_data_ptr` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1032:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1090:24-43: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1090:46-69: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1096:24-43: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1096:46-69: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1111:34-44: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1143:54-64: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1167:24-43: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1569:36-54: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1652:31-57: Object of class `bool` has no attribute `nonzero` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1891:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1901:60-71: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:1914:55-66: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2107:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2107:72-83: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2110:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2110:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2136:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2136:68-79: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2139:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2139:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2166:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2167:39-51: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/__init__.py:2168:20-31: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:8:22-34: Could not import `ScriptObject` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:152:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:237:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:307:41-50: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:373:14-27: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:375:14-27: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:377:14-31: No attribute `bitwise_and` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:379:14-30: No attribute `bitwise_or` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:381:14-31: No attribute `bitwise_xor` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:569:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_local_tensor/_c10d.py:722:32-41: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_ops/device_mesh.py:13:10-19: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/distributed/_pycute/layout.py:101:24-89: Returned type `Layout` is not assignable to declared return type `int | Self@Layout` [bad-return]
ERROR torch/distributed/_pycute/layout.py:103:24-83: Returned type `Layout` is not assignable to declared return type `int | Self@Layout` [bad-return]
ERROR torch/distributed/_pycute/layout.py:117:20-51: Returned type `Layout` is not assignable to declared return type `Self@Layout` [bad-return]
ERROR torch/distributed/_serialization.py:63:31-47: No attribute `frombuffer` in module `torch` [missing-attribute]
ERROR torch/distributed/_serialization.py:65:31-42: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_serialization.py:84:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_serialization.py:84:57-68: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/common_op_utils.py:63:14-51: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:30:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:33:19-42: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:85:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:88:19-42: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:139:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:142:19-42: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:195:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:198:19-42: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:249:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:252:19-42: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:305:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/__init__.py:308:19-42: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:11:25-35: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:12:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:15:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:16:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:21:23-33: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:22:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:25:12-23: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:75:19-30: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:77:23-34: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:80:19-33: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py:82:23-37: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:128:5-20: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:129:5-21: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:130:5-21: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:131:5-20: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:132:5-20: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:133:5-21: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:159:29-44: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:160:29-45: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:161:29-45: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:162:29-44: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:163:29-44: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/init.py:164:29-45: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py:10:19-58: No attribute `_has_compatible_shallow_copy_type` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py:48:10-22: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py:52:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py:54:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py:160:57-78: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py:218:10-47: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:85:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:98:21-44: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:158:40-53: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:252:16-29: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:255:23-46: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:263:22-35: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:266:29-52: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:371:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:378:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:380:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:385:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:388:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:395:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:455:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:465:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:512:29-50: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:528:30-51: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:529:34-57: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:570:23-44: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:586:30-51: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:587:34-57: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:595:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:597:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:604:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:638:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:642:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:644:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:649:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:651:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:654:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:667:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:670:12-26: Object of class `NoneType` has no attribute `type` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:674:16-31: Object of class `NoneType` has no attribute `index` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:680:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:684:53-74: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:909:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:983:40-53: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/api.py:1365:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:20:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:20:40-63: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:21:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:21:42-55: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:23:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:23:56-79: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:29:29-52: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:31:31-50: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:33:31-52: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:59:29-52: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:61:29-48: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:63:29-50: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:77:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:92:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/metadata.py:92:38-48: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:43:14-24: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:84:14-24: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:135:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:153:14-24: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:206:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:211:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/reshard.py:241:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:58:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:77:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:90:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:117:18-28: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:140:42-55: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:194:23-46: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharded_tensor/utils.py:327:43-53: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/api.py:60:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/api.py:171:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py:76:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py:124:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py:164:39-62: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py:173:32-43: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:151:24-39: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:159:12-27: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:185:24-33: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:186:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:220:35-47: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:255:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:256:23-32: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:257:9-18: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:257:19-28: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:262:24-33: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:263:23-33: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:271:25-36: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:277:9-18: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:277:19-28: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:298:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py:347:19-30: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py:157:12-21: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py:160:17-26: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py:163:12-21: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py:166:17-26: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py:282:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py:291:9-25: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:191:12-21: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:194:17-26: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:197:12-21: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:200:17-26: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:365:22-31: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:367:34-43: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:370:28-37: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:388:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:388:72-82: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:398:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:411:9-25: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:422:27-36: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:423:17-25: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:426:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:433:16-25: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py:465:34-45: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:26:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:35:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:55:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:59:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:81:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:110:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:217:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:254:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:413:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:417:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:423:17-33: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:429:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:437:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:439:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:444:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:450:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:460:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:466:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:506:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:533:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:534:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:541:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:561:27-38: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:601:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:643:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_state_dict_utils.py:702:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:129:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:130:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:447:11-23: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:457:11-23: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:461:11-23: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:471:11-23: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:509:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:551:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:759:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:781:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:815:32-41: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:837:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:838:16-28: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:845:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:953:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:953:47-59: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1013:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1019:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1032:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1071:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1107:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1259:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1271:29-38: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1273:29-39: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1289:28-39: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1352:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1406:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1423:9-25: No attribute `_scaled_mm` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1450:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1469:29-38: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1471:29-39: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1592:11-22: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1600:12-23: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1601:12-22: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1602:12-23: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1603:12-21: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1604:12-23: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1605:12-22: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1606:12-23: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1607:12-24: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1608:12-27: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1609:12-27: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1610:13-29: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1611:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1612:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1613:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1614:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1615:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1616:13-30: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1617:13-32: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1618:13-34: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1619:13-34: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1624:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1752:15-31: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1959:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:1964:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:2047:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/__init__.py:2058:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/_nccl.py:35:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/_nccl.py:109:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_symmetric_memory/_nvshmem_triton.py:181:5-64: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/distributed/_symmetric_memory/_nvshmem_triton.py:223:12-18: Cannot find module `triton` [missing-import]
ERROR torch/distributed/_symmetric_memory/_nvshmem_triton.py:224:5-47: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/distributed/_symmetric_memory/_nvshmem_triton.py:247:12-18: Cannot find module `triton` [missing-import]
ERROR torch/distributed/_symmetric_memory/_nvshmem_triton.py:248:12-33: Cannot find module `triton.language` [missing-import]
ERROR torch/distributed/_symmetric_memory/_nvshmem_triton.py:249:5-37: Cannot find module `triton.language` [missing-import]
ERROR torch/distributed/_symmetric_memory/_rocshmem_triton.py:149:12-18: Cannot find module `triton` [missing-import]
ERROR torch/distributed/_symmetric_memory/_rocshmem_triton.py:150:12-33: Cannot find module `triton.language` [missing-import]
ERROR torch/distributed/_symmetric_memory/_rocshmem_triton.py:151:5-37: Cannot find module `triton.language` [missing-import]
ERROR torch/distributed/_symmetric_memory/_shmem_triton_utils.py:62:5-64: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/distributed/_symmetric_memory/_shmem_triton_utils.py:88:16-22: Cannot find module `triton` [missing-import]
ERROR torch/distributed/_symmetric_memory/_shmem_triton_utils.py:89:9-51: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/distributed/_tools/fsdp2_mem_tracker.py:107:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/fsdp2_mem_tracker.py:109:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/ilp_utils.py:83:10-22: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:121:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:122:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:131:53-65: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:179:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:218:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:239:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:267:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:278:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:375:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:376:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:377:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/mem_tracker.py:551:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/memory_tracker.py:75:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_tools/mod_tracker.py:90:16-47: No attribute `_current_graph_task_id` in module `torch._C` [missing-attribute]
ERROR torch/distributed/_tools/runtime_estimator.py:129:31-46: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/runtime_estimator.py:131:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/sac_estimator.py:401:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/_tools/sac_estimator.py:430:22-31: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_comm_hooks/default_hooks.py:65:24-37: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_comm_hooks/default_hooks.py:80:27-65: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/distributed/algorithms/_comm_hooks/default_hooks.py:135:11-22: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_comm_hooks/default_hooks.py:169:56-69: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_comm_hooks/default_hooks.py:190:56-70: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py:68:9-21: Class member `_OverlappedStandardOptimizer.register_ddp` overrides parent class `OverlappedOptimizer` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributed/algorithms/_quantization/quantization.py:9:18-29: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:9:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:10:18-29: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:10:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:28:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:61:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:65:30-43: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/_quantization/quantization.py:71:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py:58:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py:113:27-40: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py:134:27-41: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py:158:46-59: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py:197:46-60: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py:20:20-32: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py:45:19-31: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:31:31-44: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:31:46-60: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:38:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:75:21-30: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:431:46-57: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:470:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:472:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:490:45-56: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:493:45-56: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:512:27-38: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:555:21-32: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:565:9-18: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:599:13-22: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:618:13-22: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:755:46-57: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:788:28-39: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:795:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:810:5-17: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:821:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py:841:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:8:9-20: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:9:9-20: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:9:35-46: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:14:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:19:9-20: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:21:19-30: No attribute `round` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:22:9-20: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:22:35-46: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:27:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:28:9-25: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:36:9-25: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:78:15-32: No attribute `FloatTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:107:41-57: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:108:72-85: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:159:17-61: Argument `tuple[Literal[0], int | Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:173:15-26: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:203:41-57: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:204:72-85: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py:214:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/join.py:75:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/join.py:285:31-42: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/join.py:294:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/join.py:339:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/join.py:344:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/algorithms/model_averaging/utils.py:39:19-28: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/autograd/__init__.py:16:27-55: No attribute `_dist_autograd_init` in module `torch._C` [missing-attribute]
ERROR torch/distributed/benchmarks/benchmark_ddp_rpc.py:71:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/benchmarks/benchmark_ddp_rpc.py:117:20-36: No attribute `ByteTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/benchmarks/benchmark_ddp_rpc.py:158:23-39: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/benchmarks/benchmark_ddp_rpc.py:170:30-46: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/benchmarks/benchmark_ddp_rpc.py:171:22-38: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_consolidate_hf_safetensors.py:137:32-43: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_experimental/checkpoint_reader.py:149:30-41: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_experimental/checkpoint_reader.py:154:30-46: No attribute `frombuffer` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_experimental/staging.py:156:40-52: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_fsspec_filesystem.py:11:1-34: Cannot find module `fsspec.core` [missing-import]
ERROR torch/distributed/checkpoint/_fsspec_filesystem.py:23:5-42: Cannot find module `fsspec` [missing-import]
ERROR torch/distributed/checkpoint/_fsspec_filesystem.py:146:19-31: `torch.distributed.checkpoint._fsspec_filesystem.FileSystem` is not assignable to attribute `fs` with type `torch.distributed.checkpoint.filesystem.FileSystem` [bad-assignment]
ERROR torch/distributed/checkpoint/_fsspec_filesystem.py:157:19-31: `torch.distributed.checkpoint._fsspec_filesystem.FileSystem` is not assignable to attribute `fs` with type `torch.distributed.checkpoint.filesystem.FileSystem` [bad-assignment]
ERROR torch/distributed/checkpoint/_hf_utils.py:26:12-25: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:27:12-25: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:28:12-25: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:29:11-21: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:30:11-22: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:31:12-23: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:32:12-23: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:33:12-23: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:34:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:54:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:55:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:92:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_hf_utils.py:96:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:42:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:43:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:110:30-41: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:123:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:184:47-58: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:197:11-23: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:222:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:251:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:251:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:252:21-37: No attribute `frombuffer` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:252:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:266:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:294:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:294:38-49: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:298:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:298:41-52: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:316:43-54: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:320:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:320:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_pg_transport.py:332:20-36: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/_state_dict_stager.py:177:13-21: Object of class `finalize` has no attribute `atexit` (not declared in `__slots__`) [missing-attribute]
ERROR torch/distributed/checkpoint/default_planner.py:379:9-20: Class member `DefaultLoadPlanner.finish_plan` overrides parent class `LoadPlanner` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributed/checkpoint/default_planner.py:638:21-31: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/examples/async_checkpointing_example.py:75:9-19: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/examples/async_checkpointing_example.py:76:9-20: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/examples/async_checkpointing_example.py:78:7-16: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/examples/fsdp_checkpoint_example.py:33:11-21: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/examples/stateful_example.py:39:16-26: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/filesystem.py:146:17-29: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/filesystem.py:188:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/filesystem.py:343:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/filesystem.py:391:35-73: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/distributed/checkpoint/format_utils.py:110:26-42: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/format_utils.py:148:9-28: Class member `BroadcastingTorchSaveReader.prepare_global_plan` overrides parent class `StorageReader` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributed/checkpoint/hf_storage.py:348:34-44: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/hf_storage.py:353:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/hf_storage.py:354:43-53: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/hf_storage.py:361:33-43: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/hf_storage.py:361:59-69: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/hf_storage.py:367:57-67: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/hf_storage.py:378:31-41: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:30:14-24: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:31:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:47:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:47:48-71: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:49:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:49:42-55: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:53:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:53:56-79: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:60:29-52: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:62:31-50: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:64:31-52: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:90:29-52: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:92:29-48: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:94:29-50: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:108:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:116:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:160:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/metadata.py:185:48-58: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:106:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:108:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:112:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:190:29-39: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:193:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:207:43-53: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/optimizer.py:329:50-60: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner.py:54:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner.py:93:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner.py:98:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner.py:101:14-24: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:146:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:152:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:153:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:181:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:181:41-51: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:200:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:209:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:234:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:236:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:237:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:247:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:249:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:250:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:413:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:413:41-51: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:469:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:472:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:474:32-48: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:490:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:499:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:502:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/planner_helpers.py:504:22-38: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:36:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:36:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:50:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:56:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:73:40-50: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:231:28-39: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:236:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:244:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:257:38-48: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:258:36-46: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:264:13-24: No attribute `ldexp` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:281:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/quantized_hf_storage.py:301:37-50: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/staging.py:186:40-52: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/staging.py:348:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/staging.py:348:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict.py:600:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict.py:601:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict.py:649:30-46: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict.py:658:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict_loader.py:211:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict_loader.py:374:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict_saver.py:182:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict_saver.py:298:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict_saver.py:302:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/state_dict_saver.py:424:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/checkpoint/utils.py:339:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/utils.py:344:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/checkpoint/utils.py:357:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:286:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:289:19-35: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:292:25-37: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:292:62-74: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:302:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:306:26-42: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:313:21-38: No attribute `hash_tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:318:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/collective_utils.py:343:32-47: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/debug/__init__.py:120:34-45: Object of class `BaseContext` has no attribute `Process` [missing-attribute]
ERROR torch/distributed/debug/_frontend.py:326:5-19: Class member `_IPv6HTTPServer.address_family` overrides parent class `ThreadingHTTPServer` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/distributed/device_mesh.py:226:13-41: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/device_mesh.py:237:44-53: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:239:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:239:65-74: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:362:27-56: Object of class `bool` has no attribute `nonzero` [missing-attribute]
ERROR torch/distributed/device_mesh.py:418:25-60: Object of class `bool` has no attribute `nonzero` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1107:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1107:70-79: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1133:40-49: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1135:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1135:61-70: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1261:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1261:72-81: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1581:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1582:24-36: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/device_mesh.py:1582:59-68: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:24:22-55: Could not import `_DistStoreError` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/distributed_c10d.py:422:27-52: No attribute `_get_accelerator` in module `torch._C` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:921:10-22: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:931:66-78: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:979:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:998:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:999:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1290:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1290:50-65: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1290:71-87: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1497:50-62: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1508:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1511:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1523:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1610:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1611:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1644:8-20: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1645:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1648:8-20: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1649:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1675:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1809:21-33: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:1968:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2104:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2318:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2323:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2489:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2650:18-36: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2702:18-36: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2839:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:2947:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3078:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3079:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3080:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3081:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3141:18-36: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3144:30-41: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3228:18-36: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3319:45-63: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3410:23-39: No attribute `ByteTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3420:22-38: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3506:27-38: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3507:27-37: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3517:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3518:45-56: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3528:30-41: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3622:27-38: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3623:27-37: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3637:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3638:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3659:30-41: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3669:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3756:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3772:25-34: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3787:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3869:27-38: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3870:33-43: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3893:15-26: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3918:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:3929:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4019:31-40: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4021:31-42: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4022:37-47: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4037:29-38: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4041:19-30: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4051:38-49: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4161:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4161:51-61: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4166:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4167:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4177:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4177:47-57: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4273:38-56: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4275:53-71: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4365:14-32: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4370:14-32: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4534:39-57: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4538:38-56: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4755:38-56: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:4757:53-71: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5123:17-35: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5125:18-36: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5265:38-56: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5268:38-56: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5327:14-39: No attribute `_get_accelerator` in module `torch._C` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5331:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5336:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5603:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5631:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5650:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5712:53-65: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5752:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:5936:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:6485:55-67: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:6487:55-67: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/distributed_c10d.py:6668:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/elastic/rendezvous/etcd_store.py:85:9-12: Class member `EtcdStore.add` overrides parent class `Store` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributed/elastic/rendezvous/utils.py:267:9-31: Object of class `finalize` has no attribute `atexit` (not declared in `__slots__`) [missing-attribute]
ERROR torch/distributed/elastic/utils/data/elastic_distributed_sampler.py:73:13-28: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/elastic/utils/data/elastic_distributed_sampler.py:77:13-27: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/distributed/elastic/utils/store.py:17:18-42: No attribute `_DistStoreError` in module `torch._C` [missing-attribute]
ERROR torch/distributed/examples/memory_tracker_example.py:32:12-23: Cannot find module `torchvision` [missing-import]
ERROR torch/distributed/examples/memory_tracker_example.py:37:9-19: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:224:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:237:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:291:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:296:30-41: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:668:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:670:24-47: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:676:59-72: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:695:62-74: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_common_utils.py:701:9-47: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_exec_order_utils.py:199:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_exec_order_utils.py:199:52-64: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_exec_order_utils.py:200:26-37: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:185:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:329:31-41: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:330:29-39: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:331:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:334:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:378:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:518:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:521:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:522:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:677:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:802:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:805:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:874:21-34: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:888:17-30: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:893:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:906:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:907:26-37: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1104:13-26: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1142:74-84: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1159:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1469:17-28: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1570:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1570:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1594:33-44: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1750:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1829:17-38: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:1840:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2400:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2635:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2771:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2781:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2785:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2785:74-86: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_flat_param.py:2790:9-19: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fsdp_extensions.py:48:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_api.py:51:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_api.py:52:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_api.py:53:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_api.py:80:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_api.py:81:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:25:23-34: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:28:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:56:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:57:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:59:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:71:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:72:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:78:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:101:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:102:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:108:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:275:9-29: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:298:5-32: No attribute `split_with_sizes_copy` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:321:5-21: No attribute `_chunk_cat` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:329:32-44: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:330:24-36: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:331:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:343:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:345:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:419:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:423:9-29: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:469:17-33: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:475:35-46: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:476:44-55: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:512:26-37: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:518:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:526:28-40: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:528:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:529:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:530:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:533:24-36: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:540:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:541:5-17: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:542:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:544:5-16: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:589:22-33: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:590:34-43: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:704:32-48: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:738:21-33: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:791:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:791:54-65: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:792:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:796:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:800:36-47: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:815:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:831:42-55: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py:831:57-71: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:40:12-53: No attribute `_are_functorch_transforms_active` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:41:18-44: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:125:40-50: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:125:73-83: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:127:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:133:19-30: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:140:42-52: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:141:6-16: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:146:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:170:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:177:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:180:16-39: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_common.py:188:12-43: No attribute `_current_graph_task_id` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:205:14-39: No attribute `_get_accelerator` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:219:48-60: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:221:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:223:12-24: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:372:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:439:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_init.py:538:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:104:20-49: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:105:18-47: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:106:10-43: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:107:9-32: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:107:33-53: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:154:38-48: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:167:17-28: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:168:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:169:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:170:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:171:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:173:32-42: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:174:32-42: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:198:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:211:34-45: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:231:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:619:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:621:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:626:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:626:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:666:27-43: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:734:39-55: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:910:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param.py:932:44-60: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:75:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:98:45-57: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:98:59-70: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:113:16-28: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:113:30-42: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:127:12-23: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:132:12-23: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:142:12-23: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:148:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:149:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:157:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:197:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:244:34-45: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:247:44-55: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:479:56-67: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py:873:16-37: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:56:32-43: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:108:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:160:17-55: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:420:16-37: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:438:12-53: No attribute `_are_functorch_transforms_active` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:445:22-45: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fsdp_state.py:445:52-68: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fully_shard.py:240:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/_fully_shard/_fully_shard.py:622:43-54: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:816:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:831:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:844:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:847:6-18: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:857:44-56: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:857:63-75: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:869:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:919:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:924:55-67: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:981:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:995:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:1034:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:1048:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:1078:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:1081:6-18: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:1100:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_init_utils.py:1174:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_limiter_utils.py:14:40-51: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_limiter_utils.py:17:35-46: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_limiter_utils.py:21:36-47: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_limiter_utils.py:27:27-38: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:105:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:106:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:362:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:701:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:760:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:762:9-22: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:764:14-27: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:765:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:833:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:833:52-64: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1171:19-31: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1171:59-70: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1348:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1362:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1422:24-35: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1466:32-42: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1553:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_optim_utils.py:1639:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:151:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1440:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1487:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1544:25-37: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1545:21-33: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1546:25-37: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1582:37-48: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1618:11-22: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1636:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1637:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_runtime_utils.py:1651:16-39: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_shard_utils.py:35:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/_shard_utils.py:86:27-50: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/api.py:220:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/api.py:221:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/api.py:222:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:27:9-47: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:43:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:169:32-44: Runtime checkable protocol `Iterable` has an unsafe overlap with type `Never` [unsafe-overlap]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:184:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:200:65-78: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:207:48-61: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:209:63-76: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:210:63-76: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:221:21-69: No attribute `_amp_foreach_non_finite_check_and_unscale_` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:254:21-31: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:255:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:286:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/distributed/fsdp/sharded_grad_scaler.py:367:17-41: No attribute `_amp_update_scale_` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/api/remote_module.py:13:19-25: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/distributed/nn/api/remote_module.py:13:27-32: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/distributed/nn/api/remote_module.py:118:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/nn/api/remote_module.py:480:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:327:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:350:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:405:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:415:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:420:28-44: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:422:18-27: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:422:28-39: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:446:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:483:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:511:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/nn/functional.py:531:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adadelta.py:76:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adadelta.py:83:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adadelta.py:84:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adadelta.py:85:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adadelta.py:87:42-58: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adadelta.py:88:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adagrad.py:68:24-39: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adagrad.py:69:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adagrad.py:90:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:81:23-39: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:88:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:89:32-48: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:90:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:92:35-51: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:93:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:96:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:97:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:149:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:156:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:158:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:159:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:162:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:163:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:167:51-67: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adam.py:168:50-71: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamax.py:84:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamax.py:91:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamax.py:93:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamax.py:94:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamax.py:97:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamax.py:98:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:77:23-39: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:85:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:87:32-48: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:88:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:91:35-51: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:92:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:96:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:97:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:150:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:157:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:159:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:160:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:163:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:164:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:168:51-67: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_adamw.py:169:50-71: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:83:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:90:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:91:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:92:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:95:52-68: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:96:50-71: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:99:45-61: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rmsprop.py:100:50-71: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rprop.py:74:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rprop.py:81:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rprop.py:82:37-53: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rprop.py:83:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/functional_rprop.py:85:42-57: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/named_optimizer.py:72:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/optim/named_optimizer.py:309:21-37: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/optimizer.py:188:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:35:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:77:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:77:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:101:25-41: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:102:28-44: No attribute `ByteTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:109:25-41: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:112:28-39: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:113:48-59: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:175:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:408:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:536:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:537:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:559:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:574:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:831:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:1176:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:1366:30-41: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:1369:30-41: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.py:1410:26-37: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.pyi:19:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.pyi:52:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/optim/zero_redundancy_optimizer.pyi:84:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_IR.py:528:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_IR.py:1160:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_backward.py:230:17-32: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_backward.py:476:16-25: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_schedule_visualizer.py:368:12-36: Cannot find module `matplotlib.pyplot` [missing-import]
ERROR torch/distributed/pipelining/_schedule_visualizer.py:369:5-45: Cannot find module `matplotlib.patches` [missing-import]
ERROR torch/distributed/pipelining/_utils.py:57:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:59:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:86:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:137:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:137:62-72: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:185:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:311:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/_utils.py:322:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:53:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:145:28-46: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:148:25-43: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:150:9-27: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:155:9-27: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:166:28-43: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:218:24-42: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:232:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:239:25-43: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:257:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:576:31-49: No attribute `tensor_split` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:577:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:622:29-38: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:630:29-39: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/microbatch.py:643:39-48: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/schedules.py:436:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/schedules.py:438:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/schedules.py:761:39-60: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/schedules.py:1958:21-42: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:141:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:612:25-46: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1066:23-34: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1066:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1067:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1068:57-70: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1152:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1255:39-1258:14: `tuple[_DTensorMeta | _TensorMeta | None, ...]` is not assignable to attribute `inputs` with type `tuple[TensorMeta, ...] | None` [bad-assignment]
ERROR torch/distributed/pipelining/stage.py:1260:39-1264:14: `tuple[_DTensorMeta | _TensorMeta | None, ...]` is not assignable to attribute `inputs` with type `tuple[TensorMeta, ...] | None` [bad-assignment]
ERROR torch/distributed/pipelining/stage.py:1558:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1619:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1717:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1717:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1726:19-30: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1726:40-51: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1757:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1757:43-54: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/distributed/pipelining/stage.py:1810:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/remote_device.py:24:45-57: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/remote_device.py:31:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/remote_device.py:33:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/remote_device.py:56:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/remote_device.py:75:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/remote_device.py:91:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/__init__.py:28:27-45: No attribute `_rpc_init` in module `torch._C` [missing-attribute]
ERROR torch/distributed/rpc/__init__.py:128:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/rpc/_testing/__init__.py:8:27-54: No attribute `_faulty_agent_init` in module `torch._C` [missing-attribute]
ERROR torch/distributed/rpc/api.py:658:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/rpc/api.py:840:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/rpc/api.py:934:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:169:40-52: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:169:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:169:75-87: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:256:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:261:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:268:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/backend_registry.py:268:55-67: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:7:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:12:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:13:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:24:11-23: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:24:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:25:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:25:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:26:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:26:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:28:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:28:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/options.py:39:56-68: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/rpc/rref_proxy.py:27:24-45: No attribute `ScriptModule` in module `torch._C` [missing-attribute]
ERROR torch/distributed/run.py:763:32-70: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/__init__.py:58:5-68:6: Argument `list[type[DTensor] | type[DTensorSpec] | type[DeviceMesh] | type[Partial] | type[Replicate] | type[Shard] | type[ShardOrderEntry] | type[TensorMeta] | type[_StridedShard]]` is not assignable to parameter `safe_globals` with type `list[((...) -> Unknown) | tuple[(...) -> Unknown, str]]` in function `torch.serialization.add_safe_globals` [bad-argument-type]
ERROR torch/distributed/tensor/_api.py:172:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:190:43-53: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:456:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:604:16-37: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:647:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:648:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:909:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1110:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1229:11-21: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1245:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1255:19-29: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1258:21-31: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1258:46-57: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1260:37-60: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1297:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1298:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1298:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1328:9-19: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1340:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1341:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1341:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1371:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1385:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1386:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1386:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1417:9-19: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1431:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1432:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1432:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1462:9-19: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1475:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1476:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1476:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1506:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1519:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1520:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1520:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_api.py:1547:9-20: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_collective_utils.py:72:21-37: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_collective_utils.py:75:18-27: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_collective_utils.py:78:13-25: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_decompositions.py:242:36-57: Argument `list[list[Placement | tuple[Placement, ...] | None]]` is not assignable to parameter `single_mesh_dim_strategies` with type `list[list[Placement | None]]` in function `torch.distributed.tensor._ops.utils.expand_to_full_mesh_op_strategy` [bad-argument-type]
ERROR torch/distributed/tensor/_decompositions.py:267:48-52: Argument `tuple[Placement | None]` is not assignable to parameter `placements` with type `tuple[Placement, ...]` in function `torch.distributed.tensor._dtensor_spec.DTensorSpec.__init__` [bad-argument-type]
ERROR torch/distributed/tensor/_decompositions.py:328:16-52: Returned type `list[tuple[Placement | None, ...]]` is not assignable to declared return type `list[tuple[Placement | None]]` [bad-return]
ERROR torch/distributed/tensor/_dispatch.py:57:5-45: No attribute `_reinit_DTensor_dispatch_logger` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:204:16-64: No attribute `_get_dtensor_allow_implicit_replication` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:208:16-64: No attribute `_set_dtensor_allow_implicit_replication` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:260:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:261:33-53: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:349:57-72: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:426:36-47: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:429:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_dispatch.py:478:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_dtensor_spec.py:71:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_dtensor_spec.py:73:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_dtensor_spec.py:593:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:21:36-45: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:22:36-45: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:46:5-15: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:98:6-16: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:103:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:103:64-74: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:108:26-36: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:112:26-36: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:136:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:149:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:247:17-29: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_nonlinear_redux.py:297:17-29: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_op_schema.py:34:5-32: Could not import `_DTensor_OpSchema_post_init` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/tensor/_op_schema.py:35:5-47: Could not import `_DTensor_OpSchema_recompute_comparison_key` from `torch._C` [missing-module-attribute]
ERROR torch/distributed/tensor/_op_schema.py:76:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_op_schema.py:521:35-51: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_op_schema.py:528:35-49: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_op_schema.py:536:35-51: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_common_rules.py:218:9-19: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_conv_ops.py:73:9-19: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_conv_ops.py:121:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_embedding_ops.py:41:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_mask_buffer.py:20:20-31: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_matrix_ops.py:136:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_matrix_ops.py:189:18-28: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_matrix_ops.py:243:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_matrix_ops.py:1292:31-41: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_pointwise_ops.py:567:24-33: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_tensor_ops.py:106:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_tensor_ops.py:107:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_tensor_ops.py:112:24-34: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_tensor_ops.py:130:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:549:5-23: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:551:5-18: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:552:5-18: No attribute `movedim` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:555:5-18: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:558:5-16: No attribute `ravel` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:560:5-18: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:561:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:562:5-15: No attribute `tile` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:563:5-20: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:564:5-20: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:566:5-26: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:567:5-23: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1322:48-61: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1323:49-62: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1326:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1332:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1338:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1344:5-18: No attribute `squeeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1360:27-40: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1369:29-44: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1378:27-40: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1384:25-40: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/_view_ops.py:1405:53-71: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:245:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:259:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:305:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:306:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:375:17-32: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:400:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:401:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:401:51-66: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:404:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:405:27-42: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:405:62-78: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:417:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:418:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:418:51-66: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:421:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:422:27-42: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:422:62-78: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:458:50-73: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:522:17-31: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:542:16-30: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:1603:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:1813:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:1813:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:2141:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:2142:20-33: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:2143:20-33: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:2144:21-35: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/strategy_validation.py:2146:39-52: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/utils.py:284:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/utils.py:284:44-54: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_ops/utils.py:304:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:130:43-54: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:136:39-50: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:140:43-55: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:146:37-48: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:158:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:177:45-60: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:214:24-49: Argument `bool` is not assignable to parameter `iterable` with type `Iterable[object]` in function `all` [bad-argument-type]
ERROR torch/distributed/tensor/_random.py:244:45-60: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:469:49-61: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_random.py:478:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1744:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1745:15-26: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1835:15-26: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1836:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1840:15-26: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1841:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1957:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_redistribute.py:1958:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_sharding_prop.py:119:38-54: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_sharding_prop.py:122:40-54: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_sharding_prop.py:740:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:51:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:56:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:59:33-43: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:59:59-69: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:77:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:80:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:88:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:125:22-31: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:211:63-84: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:225:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:232:69-81: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:255:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:263:37-47: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:342:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_shards_wrapper.py:343:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:47:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:48:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:62:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:64:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:66:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:75:23-39: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:76:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:91:41-50: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:96:40-49: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:101:41-50: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:104:40-49: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_tp_conv.py:217:34-48: Argument `tuple[Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/distributed/tensor/_tp_conv.py:221:34-48: Argument `tuple[Unknown, Literal[0]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/distributed/tensor/_tp_conv.py:225:34-56: Argument `tuple[Unknown, Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/distributed/tensor/_utils.py:178:28-40: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:182:17-29: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:186:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:291:30-74: No attribute `_DTensor_compute_global_tensor_info` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:360:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:361:6-16: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:400:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:404:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:415:24-35: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:428:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:486:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/_utils.py:495:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/debug/__init__.py:29:12-65: No attribute `_get_DTensor_sharding_propagator_cache_stats` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/debug/__init__.py:47:5-54: No attribute `_clear_DTensor_sharding_propagator_cache` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/debug/__init__.py:65:5-45: No attribute `_reinit_DTensor_dispatch_logger` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/debug/_visualize_sharding.py:74:12-22: Cannot find module `matplotlib` [missing-import]
ERROR torch/distributed/tensor/examples/comm_mode_features_example.py:72:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/comm_mode_features_example.py:76:15-25: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/comm_mode_features_example.py:90:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/comm_mode_features_example.py:98:15-28: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/comm_mode_features_example.py:705:13-24: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:31:64-87: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:33:36-46: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:34:34-45: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:37:32-55: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:44:23-33: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:55:58-81: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:65:42-52: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:92:65-88: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:101:48-71: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:140:39-53: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:204:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:206:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/convnext_example.py:206:44-54: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/flex_attention_cp.py:63:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/flex_attention_cp.py:70:9-19: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/flex_attention_cp.py:151:16-27: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:52:62-72: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:70:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:116:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:120:37-47: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:134:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:141:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:145:26-36: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:147:20-31: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:191:12-23: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:213:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:219:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:222:9-19: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:224:14-24: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:227:26-36: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:229:20-31: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:272:12-23: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:288:14-26: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:296:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:309:13-24: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:311:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:315:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:339:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:340:35-46: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:379:20-31: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/torchrec_sharding_example.py:383:57-67: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/visualize_sharding_example.py:39:5-15: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/visualize_sharding_example.py:51:5-15: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/visualize_sharding_example.py:67:5-15: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/examples/visualize_sharding_example.py:87:5-15: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:136:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:148:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:149:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:214:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:215:26-39: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:438:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:512:19-32: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:513:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:514:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:515:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:533:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:584:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:585:25-41: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:586:27-43: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:625:24-33: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:1123:30-48: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:1149:30-42: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:1331:9-15: Class member `_ContextParallel._apply` overrides parent class `ParallelStyle` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributed/tensor/experimental/_context_parallel/_attention.py:1683:39-57: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_cp_custom_ops.py:31:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_cp_custom_ops.py:32:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_cp_custom_ops.py:64:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_cp_custom_ops.py:67:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:79:72-84: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:154:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:154:50-59: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:156:20-32: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:158:18-29: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:162:34-47: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:172:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:244:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:272:21-33: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:279:21-33: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:288:26-35: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:290:30-43: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:349:40-50: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:352:46-56: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:355:26-37: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:356:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:366:29-39: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:458:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:465:34-47: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_context_parallel/_load_balancer.py:471:53-65: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_register_sharding.py:115:41-54: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_register_sharding.py:116:42-60: No attribute `OptionalType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_register_sharding.py:117:63-76: No attribute `IntType` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/experimental/_tp_transform.py:88:45-57: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/api.py:69:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:31:40-50: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:31:52-62: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:46:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:49:54-64: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:49:66-76: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:51:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:54:46-56: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:54:58-68: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/fsdp.py:377:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:199:23-33: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:204:53-76: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:208:17-27: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:213:22-31: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:213:32-41: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:217:25-34: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:265:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:278:18-28: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:305:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:314:22-34: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:319:14-25: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:330:16-28: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:331:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:334:24-52: Object of class `bool` has no attribute `sum` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:459:18-28: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:469:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:470:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:481:17-29: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:509:20-32: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:512:19-30: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/parallel/loss.py:518:26-35: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:183:18-30: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:210:32-43: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:338:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:388:22-31: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:829:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:859:28-39: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:867:27-38: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:875:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1026:26-38: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1064:39-51: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1071:23-32: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1074:28-37: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1076:27-40: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1079:28-46: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1171:26-38: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributed/tensor/placement_types.py:1420:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/utils.py:47:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/distributed/utils.py:60:16-39: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/distributed/utils.py:87:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/utils.py:93:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributed/utils.py:167:48-58: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributed/utils.py:261:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:69:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:76:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:113:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:116:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:119:20-35: No attribute `bernoulli` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:133:18-30: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:141:17-28: No attribute `logit` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:145:16-27: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/bernoulli.py:145:28-37: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:48:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:55:45-56: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:65:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:90:23-34: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:100:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:108:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:118:16-28: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:118:34-46: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/beta.py:118:52-64: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:89:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:130:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:133:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:136:20-34: No attribute `binomial` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:143:27-39: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:144:27-39: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:145:29-41: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:153:34-45: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:153:46-55: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:153:57-66: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:168:18-27: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/binomial.py:176:18-30: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:82:74-84: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:89:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:90:37-47: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:119:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:124:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:137:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:144:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:145:41-51: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:146:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:148:22-39: No attribute `multinomial` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:160:20-31: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:161:18-29: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:167:18-30: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/categorical.py:167:49-59: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:46:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:53:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:62:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:72:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:76:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:93:16-26: No attribute `atan` in module `torch` [missing-attribute]
ERROR torch/distributions/cauchy.py:96:16-25: No attribute `tan` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:152:9-14: Class member `_Dependent.check` overrides parent class `Constraint` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributions/constraints.py:533:16-25: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:551:9-14: Class member `_Multinomial.check` overrides parent class `Constraint` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributions/constraints.py:594:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:609:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:612:19-29: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:626:16-29: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:693:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributions/constraints.py:727:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:85:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:94:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:109:16-25: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:110:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:110:50-58: No attribute `gt` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:114:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:117:29-44: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:123:32-43: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:124:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:124:50-66: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:126:32-43: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:127:13-21: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:127:50-65: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:129:20-29: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:130:13-22: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:130:23-34: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:130:49-58: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:131:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:132:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:133:13-24: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:134:13-22: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:136:13-22: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:138:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:144:13-24: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:144:39-48: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:147:51-60: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:148:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:152:16-26: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:157:48-57: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:159:19-28: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:159:29-40: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:159:55-64: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:160:13-22: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:162:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:173:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:176:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:178:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:182:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:184:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:201:13-22: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:201:43-52: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:205:26-37: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:206:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:207:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:208:13-29: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:209:13-24: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:209:25-33: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:209:47-62: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:214:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:217:17-28: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:218:19-30: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:220:16-25: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:220:39-50: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:225:22-33: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:226:22-31: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:240:24-33: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:241:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:241:47-55: No attribute `gt` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:243:26-37: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:244:54-69: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:246:20-29: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:247:13-22: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:248:13-22: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:248:23-32: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:249:28-37: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:249:53-62: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/continuous_bernoulli.py:250:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:18:12-33: No attribute `_dirichlet_grad` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:26:13-36: No attribute `_sample_dirichlet` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:77:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:94:13-24: No attribute `xlogy` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:95:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:96:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:126:13-25: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:127:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:128:26-39: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:129:45-58: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/dirichlet.py:138:37-49: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:48:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:48:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:49:22-32: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:49:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:76:24-42: No attribute `_is_all_true` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:108:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:115:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:167:44-54: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:175:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:192:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:264:16-25: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:266:53-63: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:266:70-80: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:276:41-51: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:277:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:278:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/distribution.py:323:16-34: No attribute `_is_all_true` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:41:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:57:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:62:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:68:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:80:20-29: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:83:17-28: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:86:22-31: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/exponential.py:94:17-26: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:47:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:54:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:65:44-67: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:77:44-67: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:86:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:92:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:105:44-53: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/fishersnedecor.py:106:28-39: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:15:12-33: No attribute `_standard_gamma` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:65:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:72:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:79:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:85:17-28: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:90:17-32: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:94:13-24: No attribute `xlogy` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:95:15-26: No attribute `xlogy` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:97:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:103:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:104:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:105:44-57: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:114:16-28: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/gamma.py:114:48-57: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:55:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:62:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:70:36-46: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:72:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:79:19-32: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:79:53-65: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:80:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:81:22-37: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:83:29-44: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:84:25-36: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:84:52-63: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:88:29-40: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:94:19-32: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:94:53-65: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:95:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:96:22-37: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:98:26-37: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:99:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:102:16-27: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:102:29-38: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:105:16-25: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:111:19-32: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:111:48-64: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:112:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:112:42-57: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:113:16-27: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:114:51-62: No attribute `expm1` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:116:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:125:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:127:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:133:21-32: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:135:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:138:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:139:16-34: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/distributions/generalized_pareto.py:149:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:70:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:91:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:106:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:120:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:122:16-27: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:124:16-43: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/geometric.py:126:21-31: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/geometric.py:136:43-66: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributions/gumbel.py:44:17-28: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/gumbel.py:49:17-32: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/gumbel.py:50:17-32: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/gumbel.py:55:43-58: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/half_cauchy.py:58:16-26: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/distributions/half_cauchy.py:67:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/half_cauchy.py:76:17-32: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/half_cauchy.py:80:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/half_cauchy.py:88:9-13: Class member `HalfCauchy.icdf` overrides parent class `TransformedDistribution` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributions/half_normal.py:62:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/half_normal.py:72:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/half_normal.py:80:9-13: Class member `HalfNormal.icdf` overrides parent class `TransformedDistribution` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributions/independent.py:5:19-23: Could not import `Size` from `torch` [missing-module-attribute]
ERROR torch/distributions/independent.py:73:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/independent.py:114:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/independent.py:117:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/inverse_gamma.py:73:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/inverse_gamma.py:84:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:145:12-27: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:225:50-63: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:226:50-63: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:227:42-55: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:258:36-47: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:259:37-48: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:303:10-22: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:303:42-54: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:304:48-61: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:316:10-19: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:322:27-38: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:337:24-33: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:421:28-48: No attribute `_infer_size` in module `torch._C` [missing-attribute]
ERROR torch/distributions/kl.py:429:18-34: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:454:28-48: No attribute `_infer_size` in module `torch._C` [missing-attribute]
ERROR torch/distributions/kl.py:523:11-22: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:588:27-36: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:598:43-55: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:598:76-85: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:601:24-36: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:602:15-27: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:610:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:611:9-18: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:612:13-21: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:613:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:615:9-24: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:631:29-38: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:646:10-19: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:658:16-25: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:689:9-18: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:704:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:754:16-25: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:778:10-19: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:787:10-19: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:789:44-53: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:791:21-30: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:850:10-19: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:876:11-22: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:879:12-23: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:880:9-18: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:881:13-21: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:882:13-21: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:884:9-24: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:918:25-34: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kl.py:918:53-62: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:20:17-29: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:20:38-50: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:20:56-68: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:21:16-25: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:60:13-28: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:61:13-28: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:94:72-81: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:101:14-27: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:105:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/kumaraswamy.py:106:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:59:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:66:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:73:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:75:17-28: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:76:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/laplace.py:78:17-27: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:79:55-66: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:85:51-62: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:90:17-26: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:90:45-54: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:95:56-67: No attribute `expm1` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:101:56-67: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/laplace.py:104:20-29: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:79:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:82:18-30: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:87:18-27: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:95:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:105:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:113:20-31: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:119:13-23: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:121:15-26: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:122:22-33: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:122:38-47: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:123:14-30: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:139:17-29: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:141:32-41: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:145:23-35: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/lkj_cholesky.py:146:21-35: No attribute `mvlgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:23:9-21: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:143:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:181:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:190:29-41: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:192:13-29: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:208:13-29: No attribute `diag_embed` in module `torch` [missing-attribute]
ERROR torch/distributions/lowrank_multivariate_normal.py:214:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:112:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:144:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:152:25-34: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:155:25-34: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:161:9-12: Class member `MixtureSameFamily.cdf` overrides parent class `Distribution` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributions/mixture_same_family.py:166:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:168:9-17: Class member `MixtureSameFamily.log_prob` overrides parent class `Distribution` in an inconsistent manner [bad-override-param-name]
ERROR torch/distributions/mixture_same_family.py:173:24-41: No attribute `log_softmax` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:176:16-31: No attribute `logsumexp` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:178:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:194:29-39: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:197:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:197:52-62: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:200:23-35: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:213:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/mixture_same_family.py:215:15-25: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:83:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:109:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:112:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:113:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:115:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:123:42-57: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:127:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:130:35-47: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:133:26-35: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:134:19-31: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:143:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:144:27-39: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/multinomial.py:145:28-40: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:26:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:81:32-42: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:82:13-28: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:82:29-39: No attribute `flip` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:83:10-19: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:200:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:225:16-28: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:231:16-38: No attribute `cholesky_inverse` in module `torch` [missing-attribute]
ERROR torch/distributions/multivariate_normal.py:251:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:77:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:94:35-44: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:102:28-41: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:113:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:121:18-27: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:125:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:128:20-33: No attribute `poisson` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:139:14-26: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:140:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/negative_binomial.py:141:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:63:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:70:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:77:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:80:20-32: No attribute `normal` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:82:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:107:17-26: No attribute `erf` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:111:40-52: No attribute `erfinv` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:114:52-61: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/normal.py:122:45-54: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/one_hot_categorical.py:63:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/one_hot_categorical.py:101:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/one_hot_categorical.py:104:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/one_hot_categorical.py:105:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/one_hot_categorical.py:122:18-27: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/distributions/one_hot_categorical.py:140:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/poisson.py:57:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/poisson.py:64:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/poisson.py:70:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/poisson.py:73:20-33: No attribute `poisson` in module `torch` [missing-attribute]
ERROR torch/distributions/poisson.py:83:17-26: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/poisson.py:87:16-25: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_bernoulli.py:70:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_bernoulli.py:77:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_bernoulli.py:101:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_bernoulli.py:104:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_bernoulli.py:108:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_categorical.py:63:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_categorical.py:76:30-40: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_categorical.py:87:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_categorical.py:90:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/relaxed_categorical.py:101:21-36: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:44:42-65: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:54:41-64: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:78:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:87:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:98:17-28: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:109:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:110:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:112:41-52: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:116:13-25: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:118:15-27: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:124:16-29: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/studentT.py:124:53-66: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/transformed_distribution.py:114:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transformed_distribution.py:143:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transformed_distribution.py:156:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:378:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:513:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:514:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:517:25-35: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:518:26-36: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:638:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:639:12-23: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:639:24-37: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:659:17-28: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:728:16-27: No attribute `atanh` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:839:22-37: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:841:22-31: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:881:13-23: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:882:15-26: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:889:28-40: Object of class `int` has no attribute `sqrt` [missing-attribute]
ERROR torch/distributions/transforms.py:891:17-26: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:898:24-36: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1012:14-25: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1012:34-45: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1143:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1160:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1195:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1264:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1278:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributions/transforms.py:1302:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:66:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:73:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:85:45-55: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:87:16-26: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:95:16-25: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:95:40-49: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/uniform.py:108:16-25: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:50:46-69: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:56:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:67:8-35: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/utils.py:69:16-28: No attribute `normal` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:70:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:71:13-23: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:73:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:98:16-29: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:124:11-22: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:137:16-25: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:137:40-51: No attribute `log1p` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:138:12-21: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:193:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/utils.py:195:14-26: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:211:11-22: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:212:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/utils.py:218:42-52: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/utils.py:219:14-26: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:88:14-25: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:94:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:94:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:97:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:99:13-22: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:105:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:141:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:147:41-50: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:157:28-40: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:161:38-50: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:166:19-42: Object of class `int` has no attribute `sqrt` [missing-attribute]
ERROR torch/distributions/von_mises.py:171:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:174:35-45: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/von_mises.py:185:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:49:13-28: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:74:29-38: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:74:39-51: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:87:13-22: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:87:23-35: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:88:15-24: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:88:29-41: No attribute `lgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/weibull.py:94:15-24: No attribute `log` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:22:12-25: No attribute `digamma` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:24:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:30:24-35: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:109:27-37: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:110:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:152:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:162:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:180:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:207:20-29: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:212:16-36: No attribute `cholesky_solve` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:234:47-57: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:242:16-34: No attribute `tril_indices` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:243:28-39: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:244:13-23: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:252:37-47: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:264:39-66: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/wishart.py:266:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:274:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/distributions/wishart.py:278:26-37: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:316:15-29: No attribute `mvlgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:318:15-35: No attribute `cholesky_solve` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:335:15-29: No attribute `mvlgamma` in module `torch` [missing-attribute]
ERROR torch/distributions/wishart.py:351:13-27: No attribute `mvlgamma` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:17:13-31: No attribute `_overlaps` in module `torch._C` [missing-attribute]
ERROR torch/export/_patches.py:58:19-30: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:81:11-23: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:81:33-44: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:140:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:140:51-62: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:168:19-30: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:190:11-23: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:190:33-44: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:244:17-28: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/export/_patches.py:269:9-29: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/_patches.py:275:27-47: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/_patches.py:287:31-51: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/_patches.py:292:35-55: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/_safeguard.py:21:13-39: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_safeguard.py:25:25-49: No attribute `is_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_safeguard.py:32:20-47: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/export/_safeguard.py:32:48-78: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/export/_trace.py:1577:22-55: No attribute `_jit_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_trace.py:1578:5-42: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_trace.py:1582:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_trace.py:1823:24-64: No attribute `_is_torch_function_mode_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_trace.py:1904:29-50: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/export/_trace.py:1908:21-47: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/export/_trace.py:1979:34-87: Argument `dict[str, Unknown]` is not assignable to parameter `inputs_to_parameters` with type `dict[GraphInputName, FQN]` in function `torch._functorch._aot_autograd.schemas.GraphSignature.__init__` [bad-argument-type]
ERROR torch/export/_trace.py:1981:31-1983:14: Argument `dict[str, Unknown]` is not assignable to parameter `inputs_to_buffers` with type `dict[GraphInputName, FQN]` in function `torch._functorch._aot_autograd.schemas.GraphSignature.__init__` [bad-argument-type]
ERROR torch/export/dynamic_shapes.py:581:57-61: Cannot set item in `dict[str, Symbol]` [unsupported-operation]
ERROR torch/export/dynamic_shapes.py:586:35-53: Argument `tuple[Source, Expr | Source | Symbol, (...) -> Unknown]` is not assignable to parameter `object` with type `tuple[Source, Source | Symbol, (...) -> Unknown]` in function `list.append` [bad-argument-type]
ERROR torch/export/dynamic_shapes.py:1362:30-31: Cannot set item in `dict[str | Any, Dim]` [unsupported-operation]
ERROR torch/export/dynamic_shapes.py:1388:24-35: Object of class `Basic` has no attribute `name` [missing-attribute]
ERROR torch/export/exported_program.py:158:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:159:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:160:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:161:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:162:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:163:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:164:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:165:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:166:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:167:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:168:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:169:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:179:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:180:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:181:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:182:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:183:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:184:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:185:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:186:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:187:5-25: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:214:12-32: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:215:40-60: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/exported_program.py:217:29-49: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/export/graph_signature.py:594:23-35: Could not import `ScriptObject` from `torch` [missing-module-attribute]
ERROR torch/export/passes/__init__.py:12:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/export/passes/__init__.py:29:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/export/passes/__init__.py:30:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:355:13-358:23: Object of class `c_void_p` has no attribute `contents` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:502:35-56: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:545:33-54: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:547:25-46: No attribute `_pickle_save` in module `torch._C` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:821:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:837:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:841:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:900:33-49: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:958:39-55: No attribute `as_strided` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package.py:972:43-68: No attribute `_pickle_load_obj` in module `torch._C` [missing-attribute]
ERROR torch/export/pt2_archive/_package_weights.py:186:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package_weights.py:191:9-19: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/export/pt2_archive/_package_weights.py:203:35-46: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/export/unflatten.py:133:21-39: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/export/unflatten.py:474:59-80: No attribute `ScriptObject` in module `torch._C` [missing-attribute]
ERROR torch/export/unflatten.py:1886:58-76: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:13:53-65: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:46:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:46:42-54: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:147:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:178:17-32: `tuple[int, ...]` is not assignable to variable `shape` with type `tuple[tuple[int, ...], ...]` [bad-assignment]
ERROR torch/func/_random.py:180:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:182:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:227:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:258:17-32: `tuple[int, ...]` is not assignable to variable `shape` with type `tuple[tuple[int, ...], ...]` [bad-assignment]
ERROR torch/func/_random.py:260:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/func/_random.py:262:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/functional.py:10:22-33: Could not import `_add_docstr` from `torch._C` [missing-module-attribute]
ERROR torch/functional.py:109:20-30: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/functional.py:110:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/functional.py:114:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/functional.py:965:43-57: No attribute `unique_dim` in module `torch._VF` [missing-attribute]
ERROR torch/functional.py:973:43-57: No attribute `_unique2` in module `torch` [missing-attribute]
ERROR torch/functional.py:1844:24-37: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/functional.py:1900:24-42: No attribute `frobenius_norm` in module `torch._VF` [missing-attribute]
ERROR torch/functional.py:1959:34-44: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/functional.py:2019:30-40: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/functional.py:2029:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/functional.py:2036:17-27: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/functional.py:2047:42-52: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/functional.py:2053:9-21: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/functional.py:2053:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/functional.py:2054:9-21: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/functional.py:2054:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/functional.py:2202:12-31: No attribute `_lu_with_info` in module `torch` [missing-attribute]
ERROR torch/futures/__init__.py:21:14-29: No attribute `Future` in module `torch._C` [missing-attribute]
ERROR torch/futures/__init__.py:30:53-65: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/futures/__init__.py:46:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/futures/__init__.py:313:9-30: No attribute `_collect_all` in module `torch._C` [missing-attribute]
ERROR torch/futures/__init__.py:313:41-56: No attribute `Future` in module `torch._C` [missing-attribute]
ERROR torch/futures/__init__.py:334:20-41: No attribute `_collect_all` in module `torch._C` [missing-attribute]
ERROR torch/futures/__init__.py:334:52-67: No attribute `Future` in module `torch._C` [missing-attribute]
ERROR torch/fx/_graph_pickler.py:562:62-74: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/fx/_graph_pickler.py:860:20-26: Cannot find module `einops` [missing-import]
ERROR torch/fx/_symbolic_trace.py:47:20-38: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/_size_hinting.py:54:20-31: Returned type `Expr` is not assignable to declared return type `Symbol` [bad-return]
ERROR torch/fx/experimental/_size_hinting.py:82:20-24: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsIndex | SupportsInt | SupportsTrunc | str` in function `int.__new__` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:158:30-57: Argument `dict[Symbol, Integer]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:311:20-28: `Basic | Expr | Unknown` is not assignable to variable `expr` with type `Expr` [bad-assignment]
ERROR torch/fx/experimental/_size_hinting.py:316:12-58: `Basic` is not assignable to variable `expr` with type `Expr` [bad-assignment]
ERROR torch/fx/experimental/_size_hinting.py:316:30-57: Argument `dict[Symbol, Integer]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:317:12-61: `Basic` is not assignable to variable `expr` with type `Expr` [bad-assignment]
ERROR torch/fx/experimental/_size_hinting.py:317:30-60: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:383:16-59: `Basic` is not assignable to variable `expr` with type `Expr | int` [bad-assignment]
ERROR torch/fx/experimental/_size_hinting.py:385:12-58: `Basic` is not assignable to variable `expr` with type `Expr | int` [bad-assignment]
ERROR torch/fx/experimental/_size_hinting.py:385:24-28: Argument `Expr | Order | int` is not assignable to parameter `expr` with type `Basic` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:385:30-57: Argument `dict[Symbol, Integer]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:389:34-38: Argument `Expr | Order | int | Any` is not assignable to parameter `expr` with type `Basic` in function `_maybe_realize_expr` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:393:12-61: `Basic` is not assignable to variable `expr` with type `Expr | int` [bad-assignment]
ERROR torch/fx/experimental/_size_hinting.py:393:24-28: Argument `Expr | Order | int | Any` is not assignable to parameter `expr` with type `Basic` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:393:30-60: Argument `dict[Symbol, int]` is not assignable to parameter `replacements` with type `dict[Expr, Any]` in function `_sympy_subs` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:395:34-38: Argument `Expr | int` is not assignable to parameter `expr` with type `Basic` in function `_maybe_realize_expr` [bad-argument-type]
ERROR torch/fx/experimental/_size_hinting.py:424:40-49: No matching overload found for function `dict.get` called with arguments: (Basic, None) [no-matching-overload]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:164:26-35: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:249:26-41: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:255:20-35: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:287:26-39: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:319:20-37: Overload type was not compatible with solved type variables: _T = DVar | _DynType | int [incompatible-overload-residual]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:320:20-38: Overload type was not compatible with solved type variables: _T = Argument [incompatible-overload-residual]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:321:12-19: `%` is not supported between `DVar` and `Argument` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:321:12-19: `%` is not supported between `_DynType` and `Argument` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:321:12-19: `%` is not supported between `int` and `Argument` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:321:28-35: `%` is not supported between `Argument` and `DVar` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:321:28-35: `%` is not supported between `Argument` and `_DynType` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:321:28-35: `%` is not supported between `Argument` and `int` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:398:13-38: `+` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:616:26-39: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:795:27-36: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/graph_gradual_typechecker.py:837:27-40: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/merge_matmul.py:112:61-73: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/merge_matmul.py:144:47-56: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/merge_matmul.py:150:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/meta_tracer.py:35:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/meta_tracer.py:79:5-15: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/meta_tracer.py:82:5-16: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/meta_tracer.py:83:5-14: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:165:26-35: No attribute `bmm` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:379:26-36: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:380:26-37: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:579:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:699:26-38: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1102:26-36: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1122:26-38: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1184:26-34: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1186:26-35: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1192:48-57: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1268:26-39: No attribute `flatten` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1449:26-38: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/migrate_gradual_types/constraint_generator.py:1546:26-39: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:133:9-18: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:134:9-18: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:135:9-18: No attribute `sub` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:136:9-18: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:137:9-27: No attribute `floor_divide` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:138:9-24: No attribute `remainder` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:139:9-17: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:140:9-17: No attribute `ne` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:141:9-17: No attribute `lt` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:142:9-17: No attribute `le` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:143:9-17: No attribute `gt` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/normalize.py:144:9-17: No attribute `ge` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/optimization.py:168:5-15: No attribute `relu` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/optimization.py:169:5-20: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/optimization.py:170:5-18: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/optimization.py:203:71-82: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/optimization.py:390:50-61: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/optimization.py:394:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:115:21-39: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:116:24-42: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:135:5-15: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:151:38-48: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:296:28-46: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:460:28-46: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:511:12-39: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:511:40-70: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:519:23-52: No attribute `_from_functional_tensor` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:645:48-52: Argument `Expr` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/fx/experimental/proxy_tensor.py:661:60-63: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `_build_proxy_for_sym_expr` [bad-argument-type]
ERROR torch/fx/experimental/proxy_tensor.py:731:24-43: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1008:23-28: `Proxy` is not assignable to attribute `proxy` with type `Never` [bad-assignment]
ERROR torch/fx/experimental/proxy_tensor.py:1041:20-51: Object of class `_ProxyTensor` has no attribute `force` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1093:18-32: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1093:34-47: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1214:8-17: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1332:9-18: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1417:43-61: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1503:24-29: Returned type `_ProxyTensor` is not assignable to declared return type `Proxy | None` [bad-return]
ERROR torch/fx/experimental/proxy_tensor.py:1642:53-65: No attribute `Tag` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1771:20-51: Object of class `_ProxyTensor` has no attribute `force` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1808:22-42: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1845:22-42: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1862:17-43: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1869:24-50: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1905:22-48: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1964:14-34: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1973:26-56: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:1998:22-42: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2012:51-81: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2016:9-17: Class member `ProxyTorchDispatchMode.__exit__` overrides parent class `TorchDispatchMode` in an inconsistent manner [bad-override-param-name]
ERROR torch/fx/experimental/proxy_tensor.py:2051:22-42: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2096:21-52: Object of class `_ProxyTensor` has no attribute `force` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2106:17-48: Object of class `_ProxyTensor` has no attribute `force` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2122:43-61: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2315:17-48: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2316:5-37: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2320:9-41: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:2865:32-50: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:3083:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:3085:12-39: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:3085:40-70: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:3114:32-62: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:3174:17-44: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/proxy_tensor.py:3174:45-75: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/schema_type_annotation.py:117:38-66: No attribute `_jit_try_infer_type` in module `torch._C` [missing-attribute]
ERROR torch/fx/experimental/shape_inference/infer_shape.py:57:30-41: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/sym_node.py:218:20-30: Returned type `object` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:223:20-30: Returned type `object` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:225:20-36: Returned type `object` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:240:24-33: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsIndex | SupportsInt | SupportsTrunc | str` in function `int.__new__` [bad-argument-type]
ERROR torch/fx/experimental/sym_node.py:550:16-70: Returned type `Basic` is not assignable to declared return type `bool | float | int` [bad-return]
ERROR torch/fx/experimental/sym_node.py:853:12-30: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:859:12-28: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:865:12-26: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:871:8-24: Object of class `Basic` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/fx/experimental/sym_node.py:871:29-45: Object of class `Basic` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/fx/experimental/sym_node.py:872:16-25: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:874:16-31: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:880:12-30: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:886:12-26: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:904:12-24: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:910:12-24: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:923:34-59: Could not import `_args_sortkey` from `sympy.core.basic` [missing-module-attribute]
ERROR torch/fx/experimental/sym_node.py:966:34-58: Could not import `_args_sortkey` from `sympy.core.basic` [missing-module-attribute]
ERROR torch/fx/experimental/sym_node.py:975:18-38: Class `Add` has no class attribute `_from_args` [missing-attribute]
ERROR torch/fx/experimental/sym_node.py:980:64-67: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch.utils._sympy.functions._is_symbols_binary_summation` [bad-argument-type]
ERROR torch/fx/experimental/sym_node.py:981:64-67: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch.utils._sympy.functions._is_symbols_binary_summation` [bad-argument-type]
ERROR torch/fx/experimental/sym_node.py:986:35-56: Argument `tuple[Basic, ...]` is not assignable to parameter `ordered_args` with type `list[Basic]` in function `make_optimized` [bad-argument-type]
ERROR torch/fx/experimental/sym_node.py:989:35-56: Argument `tuple[Basic, ...]` is not assignable to parameter `ordered_args` with type `list[Basic]` in function `make_optimized` [bad-argument-type]
ERROR torch/fx/experimental/sym_node.py:1079:12-25: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1087:12-25: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1093:12-24: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1174:12-24: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1183:16-34: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1185:16-45: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1193:12-22: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Equality` and `Equality` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Equality` and `Relational` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Equality` and `Unequality` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Relational` and `Equality` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Relational` and `Relational` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Relational` and `Unequality` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Unequality` and `Equality` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Unequality` and `Relational` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1256:26-83: `|` is not supported between `Unequality` and `Unequality` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1317:13-42: `*` is not supported between `Basic` and `Max` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1339:12-63: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/sym_node.py:1488:21-45: Object of class `Basic` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/fx/experimental/sym_node.py:1489:24-67: `>=` is not supported between `Expr` and `Literal[0]` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1489:46-55: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch.fx.experimental.symbolic_shapes.ShapeEnv.bound_sympy` [bad-argument-type]
ERROR torch/fx/experimental/sym_node.py:1491:21-46: Object of class `Basic` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/fx/experimental/sym_node.py:1492:24-68: `>=` is not supported between `Expr` and `Literal[0]` [unsupported-operation]
ERROR torch/fx/experimental/sym_node.py:1492:46-56: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `torch.fx.experimental.symbolic_shapes.ShapeEnv.bound_sympy` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:561:13-20: Object of class `object` has no attribute `dim` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:561:26-33: Object of class `object` has no attribute `dim` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:561:48-57: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:561:63-72: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:567:25-34: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:567:36-45: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:568:45-54: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:568:60-69: Object of class `object` has no attribute `shape` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:794:16-48: `BooleanFunction` is not assignable to variable `expr` with type `_T` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:831:23-46: No attribute `_addsort` in module `sympy.core.add` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:833:23-46: No attribute `_mulsort` in module `sympy.core.mul` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:869:15-34: `-` is not supported between `Basic` and `Basic` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:873:16-875:10: Returned type `bool | Ellipsis | None` is not assignable to declared return type `bool` [bad-return]
ERROR torch/fx/experimental/symbolic_shapes.py:890:43-46: Argument `list[Mul]` is not assignable to parameter `args` with type `list[Expr]` in function `_sympy_from_args` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:919:20-30: `/` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:922:25-58: `/` is not supported between `Basic` and `Integer` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:927:48-52: Argument `list[Basic | Unknown] | list[Basic]` is not assignable to parameter `args` with type `list[Expr]` in function `_sympy_from_args` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:1006:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:1026:40-50: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:1273:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:1274:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:1275:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:1276:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:2207:9-17: Cannot unpack tuple[Expr] | tuple[Expr, ...] (of size 1) into 2 values [bad-unpacking]
ERROR torch/fx/experimental/symbolic_shapes.py:2427:19-24: `*` is not supported between `Order` and `Basic` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2466:16-23: `>` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2468:18-25: `<` is not supported between `Expr` and `Literal[0]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2481:9-25: `Expr` is not assignable to `list[Expr]` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:2482:9-25: `Expr` is not assignable to `list[Expr]` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:2484:20-29: `/` is not supported between `list[Expr]` and `list[Expr]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2544:24-37: `Expr` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/fx/experimental/symbolic_shapes.py:2551:24-41: `Expr` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/fx/experimental/symbolic_shapes.py:2553:16-29: `>` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2553:16-29: `>` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2553:16-29: `>` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2554:25-34: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2558:16-30: `<=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2558:16-30: `<=` is not supported between `Expr` and `int` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2558:16-30: `<=` is not supported between `int` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2591:22-31: `-` is not supported between `Expr` and `Literal[1]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2592:28-38: `+` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:2790:9-21: Class member `SymExprPrinter._print_Float` overrides parent class `PythonPrinter` in an inconsistent manner [bad-override]
ERROR torch/fx/experimental/symbolic_shapes.py:3079:64-3084:10: `set[type[Application] | type[FloorDiv] | type[Mod] | type[PythonMod]]` is not assignable to attribute `_supported_sympy_functions` with type `set[Function]` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:3123:27-3125:14: `%` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:3143:27-3145:14: `%` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:3157:20-50: `tuple[Any, dict[Any, Any]]` is not assignable to variable `expr` with type `_SympyT` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:3163:20-56: `tuple[Any, dict[Any, Any]]` is not assignable to variable `expr` with type `_SympyT` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:3167:20-61: `tuple[Any, dict[Any, Any]]` is not assignable to variable `expr` with type `_SympyT` [bad-assignment]
ERROR torch/fx/experimental/symbolic_shapes.py:3219:55-56: Cannot index into `defaultdict[Symbol, set[Expr]]` [bad-index]
ERROR torch/fx/experimental/symbolic_shapes.py:3220:50-51: Argument `Basic` is not assignable to parameter `s` with type `Symbol` in function `DimConstraints.rewrite_with_congruences` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:3221:55-56: Cannot index into `defaultdict[Symbol, set[Expr]]` [bad-index]
ERROR torch/fx/experimental/symbolic_shapes.py:3232:51-52: Argument `Basic` is not assignable to parameter `element` with type `Symbol` in function `set.add` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:3233:43-44: Cannot index into `dict[Symbol, set[Boolean]]` [bad-index]
ERROR torch/fx/experimental/symbolic_shapes.py:3256:62-75: `*` is not supported between `Basic` and `Symbol` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:3267:56-76: Argument `tuple[Float | Integer | Rational, Integer]` is not assignable to parameter `object` with type `tuple[Integer, Integer]` in function `list.append` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:3276:17-35: Type `None` is not iterable [not-iterable]
ERROR torch/fx/experimental/symbolic_shapes.py:3281:24-67: `*` is not supported between `int` and `Symbol` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:3317:27-40: Object of class `And` has no attribute `args` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:3357:54-67: `*` is not supported between `Basic` and `Symbol` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:3602:33-39: Argument `dict[str, Expr | Unknown]` is not assignable to parameter `c` with type `Mapping[str, int]` in function `_check_same_range` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:4218:16-68: Object of class `Expr` has no attribute `node` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:4218:25-62: Argument `SymInt` is not assignable to parameter with type `Symbol` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:4231:27-39: No matching overload found for function `typing.MutableMapping.update` called with arguments: (dict[Boolean, BooleanAtom]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:4240:32-41: No matching overload found for function `dict.pop` called with arguments: (Boolean, None) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:4755:55-62: Argument `Expr` is not assignable to parameter `sym` with type `Symbol` in function `ShapeEnv._record_exclusion_constraint` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:5167:44-64: `*` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:5167:44-64: `*` is not supported between `Expr` and `Integer` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:5171:16-22: Returned type `list[Expr | None]` is not assignable to declared return type `list[Expr]` [bad-return]
ERROR torch/fx/experimental/symbolic_shapes.py:5280:47-50: Argument `Expr` is not assignable to parameter `sym` with type `Symbol` in function `ShapeEnv._record_exclusion_constraint` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:5631:54-70: Cannot set item in `dict[Symbol, Integer]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:5634:54-5636:18: Cannot set item in `dict[Symbol, Integer]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:5651:41-55: `>` is not supported between `Symbol` and `Literal[1]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:5651:41-55: Argument `bool` is not assignable to parameter `expr` with type `Boolean` in function `ShapeEnv._add_assertion` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:5809:16-38: `<=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:5811:16-38: `>=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:6564:54-59: Argument `And` is not assignable to parameter `expr` with type `Expr` in function `_ShapeGuardPrinter.doprint` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:6579:61-65: Argument `And` is not assignable to parameter `expr` with type `Expr` in function `ShapeGuardPythonPrinter.doprint` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:6687:50-59: Argument `Or | Unequality` is not assignable to parameter `expr` with type `Expr` in function `_ShapeGuardPrinter.doprint` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:6931:49-58: No matching overload found for function `dict.get` called with arguments: (Basic, None) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:7010:42-51: `-` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7012:38-47: `+` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7019:40-44: Argument `Expr` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7020:39-52: `>=` is not supported between `Expr` and `Literal[0]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7022:20-29: `>=` is not supported between `Expr` and `Literal[0]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7058:32-40: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `ShapeEnv._is_nonneg_sum` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7076:48-49: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7131:26-37: No matching overload found for function `typing.MutableMapping.update` called with arguments: (dict[str, Expr]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:7143:34-39: Argument `dict[Boolean, BooleanAtom]` is not assignable to parameter `axioms` with type `dict[Expr, Expr]` in function `resimplify_floor_div` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7160:17-18: Argument `Basic` is not assignable to parameter `k` with type `Symbol` in function `_SymbolInfo.__new__` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7161:32-33: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7162:44-45: Argument `Basic` is not assignable to parameter `key` with type `Symbol` in function `dict.get` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7241:52-75: Cannot set item in `dict[Basic, Basic]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7244:52-75: Cannot set item in `dict[Basic, Basic]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7277:44-67: Cannot set item in `dict[Basic, Basic]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7394:52-53: Cannot index into `dict[Symbol, CapturedTraceback]` [bad-index]
ERROR torch/fx/experimental/symbolic_shapes.py:7459:12-21: `<` is not supported between `Expr` and `Literal[2]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:7552:42-7554:22: No matching overload found for function `torch.utils._sympy.value_ranges.ValueRanges.__init__` called with arguments: (type[UndefinedFunction], type[UndefinedFunction]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:7555:47-48: Argument `Basic` is not assignable to parameter `symbol` with type `Symbol` in function `ShapeEnv._update_var_to_range` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7694:29-59: Object of class `Expr` has no attribute `_xreplace` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:7803:34-37: Argument `Basic` is not assignable to parameter `lhs` with type `Expr` in function `trivial_solve` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7803:39-42: Argument `Basic` is not assignable to parameter `rhs` with type `Expr` in function `trivial_solve` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7804:43-46: Argument `Basic` is not assignable to parameter `a` with type `Symbol` in function `ShapeEnv._set_replacement` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7805:36-39: Argument `Basic` is not assignable to parameter `lhs` with type `Expr` in function `trivial_solve` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7805:41-44: Argument `Basic` is not assignable to parameter `rhs` with type `Expr` in function `trivial_solve` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:7806:43-46: Argument `Basic` is not assignable to parameter `a` with type `Symbol` in function `ShapeEnv._set_replacement` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:8362:46-55: Argument `Basic` is not assignable to parameter `a` with type `SymBool` in function `ShapeEnv._log_suppressed_dde` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:8363:28-42: Returned type `bool` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/symbolic_shapes.py:8366:74-88: Argument `bool` is not assignable to parameter `fallback` with type `Basic | None` in function `ShapeEnv._maybe_evaluate_range_only` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:8368:50-59: Argument `Basic` is not assignable to parameter `a` with type `SymBool` in function `ShapeEnv._log_suppressed_dde` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:8369:28-40: Returned type `Basic | None` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/symbolic_shapes.py:8409:50-59: Argument `Basic` is not assignable to parameter `a` with type `SymBool` in function `ShapeEnv._log_suppressed_dde` [bad-argument-type]
ERROR torch/fx/experimental/symbolic_shapes.py:8410:32-46: Returned type `bool` is not assignable to declared return type `Basic` [bad-return]
ERROR torch/fx/experimental/symbolic_shapes.py:8500:39-86: No matching overload found for function `typing.MutableMapping.update` called with arguments: (dict[Boolean, BooleanAtom]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:8512:47-48: Cannot index into `Counter[Symbol]` [bad-index]
ERROR torch/fx/experimental/symbolic_shapes.py:8512:47-48: Cannot set item in `Counter[Symbol]` [unsupported-operation]
ERROR torch/fx/experimental/symbolic_shapes.py:8517:55-56: Cannot index into `Counter[Symbol]` [bad-index]
ERROR torch/fx/experimental/symbolic_shapes.py:8610:20-65: Returned type `Basic` is not assignable to declared return type `bool` [bad-return]
ERROR torch/fx/experimental/symbolic_shapes.py:8649:53-61: No matching overload found for function `typing.MutableMapping.setdefault` called with arguments: (Basic | None, list[@_]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:8650:31-81: No matching overload found for function `typing.MutableMapping.update` called with arguments: (dict[Boolean, BooleanAtom]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:8684:34-51: Object of class `Symbol` has no attribute `is_integer` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:8684:56-71: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:8829:21-81: No matching overload found for function `str.join` called with arguments: (Generator[object]) [no-matching-overload]
ERROR torch/fx/experimental/symbolic_shapes.py:8829:59-65: Object of class `Basic` has no attribute `name` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:8850:25-31: Object of class `Basic` has no attribute `name` [missing-attribute]
ERROR torch/fx/experimental/symbolic_shapes.py:8941:12-18: Returned type `object` is not assignable to declared return type `Expr` [bad-return]
ERROR torch/fx/experimental/unification/unification_tools.py:396:22-400:10: Overload type was not compatible with solved type variables: _S = object, _T = object [incompatible-overload-residual]
ERROR torch/fx/experimental/validator.py:403:62-73: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:405:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:407:25-37: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:409:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:413:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:414:25-38: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:418:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:421:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:454:54-65: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/experimental/validator.py:457:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/graph.py:26:22-44: Could not import `_fx_map_arg` from `torch._C` [missing-module-attribute]
ERROR torch/fx/graph.py:26:46-55: Could not import `_NodeIter` from `torch._C` [missing-module-attribute]
ERROR torch/fx/graph.py:96:64-76: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/fx/graph.py:528:48-60: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/fx/graph.py:785:21-37: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/fx/graph.py:786:21-37: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/fx/graph.py:1091:9-24: Class member `_PyTreeCodeGen.process_outputs` overrides parent class `CodeGen` in an inconsistent manner [bad-override-param-name]
ERROR torch/fx/graph_module.py:1076:34-52: No attribute `ScriptObject` in module `torch` [missing-attribute]
ERROR torch/fx/interpreter.py:581:17-31: Class member `TransformerTracer.is_leaf_module` overrides parent class `Tracer` in an inconsistent manner [bad-override-param-name]
ERROR torch/fx/node.py:13:22-39: Could not import `_fx_map_aggregate` from `torch._C` [missing-module-attribute]
ERROR torch/fx/node.py:13:41-52: Could not import `_fx_map_arg` from `torch._C` [missing-module-attribute]
ERROR torch/fx/node.py:13:54-63: Could not import `_NodeBase` from `torch._C` [missing-module-attribute]
ERROR torch/fx/node.py:38:5-16: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/node.py:40:5-17: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/fx/node.py:41:5-24: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/fx/node.py:42:5-17: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/fx/node.py:84:5-31: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/fx/node.py:101:5-24: No attribute `_assert_async` in module `torch` [missing-attribute]
ERROR torch/fx/node.py:672:21-37: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/fx/node.py:673:21-37: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/fx/operator_schemas.py:61:19-32: No attribute `nonzero` in module `torch` [missing-attribute]
ERROR torch/fx/operator_schemas.py:73:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/fx/operator_schemas.py:74:15-27: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/fx/operator_schemas.py:78:16-29: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/fx/operator_schemas.py:89:48-64: No attribute `JitType` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:99:16-39: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:159:16-39: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:181:56-79: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:193:38-61: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:217:49-72: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:231:50-73: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:261:19-57: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/fx/operator_schemas.py:352:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/_tensorify_python_scalars.py:139:10-39: No attribute `_EnableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/fx/passes/_tensorify_python_scalars.py:188:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/fx/passes/_tensorify_python_scalars.py:191:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/fx/passes/_tensorify_python_scalars.py:194:25-38: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/fx/passes/_tensorify_python_scalars.py:355:46-56: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_drawer.py:16:12-17: Cannot find module `pydot` [missing-import]
ERROR torch/fx/passes/graph_drawer.py:351:21-44: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_drawer.py:352:21-47: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_drawer.py:363:21-45: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_drawer.py:364:21-48: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_drawer.py:365:21-59: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_manipulation.py:109:31-60: No attribute `_empty_affine_quantized` in module `torch` [missing-attribute]
ERROR torch/fx/passes/graph_manipulation.py:113:31-43: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/fx/passes/operator_support.py:27:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/operator_support.py:28:30-41: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/operator_support.py:193:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/operator_support.py:223:43-54: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/reinplace.py:62:9-17: Class member `_FunctionalizationMetadataProp.run_node` overrides parent class `Interpreter` in an inconsistent manner [bad-override-param-name]
ERROR torch/fx/passes/reinplace.py:135:24-47: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/passes/reinplace.py:135:65-88: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/fx/passes/reinplace.py:588:67-83: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/fx/passes/reinplace.py:609:24-57: No attribute `_debug_has_internal_overlap` in module `torch` [missing-attribute]
ERROR torch/fx/passes/runtime_assert.py:149:72-82: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/fx/passes/runtime_assert.py:224:43-56: Argument `dict[Expr, Proxy]` is not assignable to parameter `env` with type `dict[Symbol, Any]` in function `torch.utils._sympy.interp.sympy_interp` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:229:43-46: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `_sympy_interp` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:255:51-58: Argument `Boolean` is not assignable to parameter `expr` with type `Expr` in function `_is_bound_expr_for_symbol` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:285:56-63: Argument `Boolean` is not assignable to parameter `expr` with type `Expr` in function `_sympy_interp` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:296:35-42: Argument `Boolean` is not assignable to parameter `element` with type `Expr` in function `set.add` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:652:63-76: `>=` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/passes/runtime_assert.py:652:63-76: Argument `bool` is not assignable to parameter `expr` with type `Expr` in function `_sympy_interp` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:657:80-93: `>=` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/passes/runtime_assert.py:660:47-60: `>=` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/passes/runtime_assert.py:660:47-60: Argument `bool` is not assignable to parameter `element` with type `Expr` in function `set.add` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:662:63-76: `<=` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/passes/runtime_assert.py:662:63-76: Argument `bool` is not assignable to parameter `expr` with type `Expr` in function `_sympy_interp` [bad-argument-type]
ERROR torch/fx/passes/runtime_assert.py:667:80-93: `<=` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/passes/runtime_assert.py:670:47-60: `<=` is not supported between `Symbol` and `int` [unsupported-operation]
ERROR torch/fx/passes/runtime_assert.py:670:47-60: Argument `bool` is not assignable to parameter `element` with type `Expr` in function `set.add` [bad-argument-type]
ERROR torch/fx/passes/shape_prop.py:22:12-22: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:23:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:26:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:52:13-36: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:53:13-32: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:54:13-35: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:68:24-47: No attribute `per_tensor_affine` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:68:49-75: No attribute `per_tensor_symmetric` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:72:13-37: No attribute `per_channel_affine` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:73:13-51: No attribute `per_channel_affine_float_qparams` in module `torch` [missing-attribute]
ERROR torch/fx/passes/shape_prop.py:74:13-40: No attribute `per_channel_symmetric` in module `torch` [missing-attribute]
ERROR torch/fx/passes/split_module.py:290:9-35: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/fx/passes/split_module.py:334:31-57: No attribute `_set_grad_enabled` in module `torch._C` [missing-attribute]
ERROR torch/fx/passes/splitter_base.py:749:46-57: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/fx/passes/tests/_test_split_utils.py:23:32-41: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/passes/tests/_test_split_utils.py:34:45-54: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/fx/proxy.py:19:22-44: Could not import `_fx_map_arg` from `torch._C` [missing-module-attribute]
ERROR torch/fx/proxy.py:783:36-57: No attribute `ScriptMethod` in module `torch._C` [missing-attribute]
ERROR torch/fx/proxy.py:901:24-34: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/fx/proxy.py:904:23-33: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/hub.py:64:5-26: Cannot find module `tqdm` [missing-import]
ERROR torch/jit/__init__.py:117:12-36: No attribute `_export_opnames` in module `torch._C` [missing-attribute]
ERROR torch/jit/__init__.py:121:9-30: No attribute `JITException` in module `torch._C` [missing-attribute]
ERROR torch/jit/__init__.py:300:5-35: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/__init__.py:309:12-38: No attribute `_jit_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/__init__.py:314:8-26: No attribute `_jit_init` in module `torch._C` [missing-attribute]
ERROR torch/jit/_async.py:108:12-25: No attribute `fork` in module `torch._C` [missing-attribute]
ERROR torch/jit/_async.py:128:12-25: No attribute `wait` in module `torch._C` [missing-attribute]
ERROR torch/jit/_await.py:13:12-31: No attribute `_awaitable` in module `torch._C` [missing-attribute]
ERROR torch/jit/_await.py:18:12-36: No attribute `_awaitable_wait` in module `torch._C` [missing-attribute]
ERROR torch/jit/_await.py:23:12-38: No attribute `_awaitable_nowait` in module `torch._C` [missing-attribute]
ERROR torch/jit/_builtins.py:22:5-17: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/jit/_builtins.py:103:6-26: No attribute `_infer_size` in module `torch._C` [missing-attribute]
ERROR torch/jit/_builtins.py:114:6-33: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/jit/_builtins.py:115:6-34: No attribute `_get_cpu_capability` in module `torch._C` [missing-attribute]
ERROR torch/jit/_builtins.py:121:6-26: No attribute `unique_dim` in module `torch._VF` [missing-attribute]
ERROR torch/jit/_builtins.py:123:6-28: No attribute `nuclear_norm` in module `torch._VF` [missing-attribute]
ERROR torch/jit/_builtins.py:124:6-30: No attribute `frobenius_norm` in module `torch._VF` [missing-attribute]
ERROR torch/jit/_decomposition_utils.py:6:52-66: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/jit/_decomposition_utils.py:14:5-52: No attribute `_jit_register_decomposition_for_schema` in module `torch._C` [missing-attribute]
ERROR torch/jit/_decompositions.py:89:9-34: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/jit/_decompositions.py:92:13-40: No attribute `_jit_pass_peephole` in module `torch._C` [missing-attribute]
ERROR torch/jit/_decompositions.py:93:13-52: No attribute `_jit_pass_constant_propagation` in module `torch._C` [missing-attribute]
ERROR torch/jit/_freeze.py:124:33-56: No attribute `_freeze_module` in module `torch._C` [missing-attribute]
ERROR torch/jit/_freeze.py:181:9-49: No attribute `_jit_pass_optimize_frozen_graph` in module `torch._C` [missing-attribute]
ERROR torch/jit/_freeze.py:187:9-49: No attribute `_jit_pass_optimize_frozen_graph` in module `torch._C` [missing-attribute]
ERROR torch/jit/_freeze.py:246:5-46: No attribute `_jit_pass_optimize_for_inference` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:11:19-56: No attribute `_get_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:12:5-42: No attribute `_set_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:16:9-46: No attribute `_set_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:29:20-49: No attribute `_jit_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:30:20-49: No attribute `_jit_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:31:29-62: No attribute `_jit_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:32:25-54: No attribute `_jit_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:33:22-48: No attribute `_jit_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:35:9-47: No attribute `_jit_override_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:36:9-47: No attribute `_jit_override_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:37:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:38:9-42: No attribute `_jit_set_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:39:9-39: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:41:34-70: No attribute `_jit_set_profiling_executor` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:42:30-67: No attribute `_get_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:43:9-47: No attribute `_jit_override_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:44:9-47: No attribute `_jit_override_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:45:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:46:9-42: No attribute `_jit_set_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:47:9-39: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:49:9-47: No attribute `_jit_override_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:50:9-47: No attribute `_jit_override_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:51:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:52:9-42: No attribute `_jit_set_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:53:9-39: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:55:34-70: No attribute `_jit_set_profiling_executor` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:56:30-67: No attribute `_get_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:57:9-47: No attribute `_jit_override_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:58:9-47: No attribute `_jit_override_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:59:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:60:9-42: No attribute `_jit_set_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:61:9-39: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:63:9-47: No attribute `_jit_override_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:64:9-47: No attribute `_jit_override_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:65:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:66:9-42: No attribute `_jit_set_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:67:9-39: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:77:9-47: No attribute `_jit_override_can_fuse_on_cpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:78:9-47: No attribute `_jit_override_can_fuse_on_gpu` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:79:9-46: No attribute `_jit_set_texpr_fuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:80:9-42: No attribute `_jit_set_nvfuser_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:81:9-39: No attribute `_jit_set_llga_enabled` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:84:33-72: No attribute `_last_executed_optimized_graph` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:110:26-39: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/jit/_fuser.py:173:12-45: No attribute `_jit_set_fusion_strategy` in module `torch._C` [missing-attribute]
ERROR torch/jit/_ir_utils.py:9:29-43: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/jit/_ir_utils.py:10:23-36: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/jit/_ir_utils.py:10:39-53: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/jit/_ir_utils.py:30:11-25: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/jit/_ir_utils.py:30:41-54: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/jit/_ir_utils.py:30:57-71: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/jit/_logging.py:6:14-42: No attribute `_logging_set_logger` in module `torch._C` [missing-attribute]
ERROR torch/jit/_logging.py:7:17-39: No attribute `LockingLogger` in module `torch._C` [missing-attribute]
ERROR torch/jit/_logging.py:8:19-43: No attribute `AggregationType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_logging.py:9:14-33: No attribute `NoopLogger` in module `torch._C` [missing-attribute]
ERROR torch/jit/_passes/_property_propagation.py:11:19-29: Could not import `TensorType` from `torch` [missing-module-attribute]
ERROR torch/jit/_passes/_property_propagation.py:12:22-27: Could not import `Graph` from `torch._C` [missing-module-attribute]
ERROR torch/jit/_passes/_property_propagation.py:26:32-50: No attribute `ClassType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:59:24-58: No attribute `_jit_script_class_compile` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:128:5-17: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/jit/_recursive.py:129:5-17: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/jit/_recursive.py:130:5-16: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/jit/_recursive.py:131:5-18: No attribute `qscheme` in module `torch` [missing-attribute]
ERROR torch/jit/_recursive.py:188:29-63: No attribute `ConcreteModuleTypeBuilder` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:226:29-50: No attribute `InferredType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:229:29-50: No attribute `InferredType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:231:29-57: No attribute `_jit_try_infer_type` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:285:33-60: No attribute `ConcreteModuleType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:372:27-55: No attribute `_jit_try_infer_type` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:397:23-51: No attribute `_jit_try_infer_type` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:431:41-68: No attribute `ConcreteModuleType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:432:27-54: No attribute `ConcreteModuleType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:535:18-51: No attribute `_create_object_with_type` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:578:18-51: No attribute `_create_module_with_type` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:603:40-62: No attribute `InterfaceType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:644:9-39: No attribute `_run_emit_module_hook` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:811:23-63: No attribute `_replace_overloaded_method_decl` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:1016:33-52: No attribute `ModuleDict` in module `torch._C` [missing-attribute]
ERROR torch/jit/_recursive.py:1018:40-67: No attribute `ConcreteModuleType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:67:18-41: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:239:26-45: No attribute `ModuleDict` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:404:44-70: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:409:10-34: No attribute `CompilationUnit` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:410:18-57: No attribute `_import_ir_module_from_package` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:553:13-24: Class member `ScriptModule.__getattr__` overrides parent class `Module` in an inconsistent manner [bad-override-param-name]
ERROR torch/jit/_script.py:558:13-24: Class member `ScriptModule.__setattr__` overrides parent class `Module` in an inconsistent manner [bad-override-param-name]
ERROR torch/jit/_script.py:598:19-45: No attribute `_parse_source_def` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:684:17-39: No attribute `ParameterDict` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:687:17-36: No attribute `BufferDict` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:704:35-62: No attribute `ConcreteModuleType` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:710:37-56: No attribute `ModuleDict` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:722:38-59: No attribute `ScriptMethod` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:1248:60-80: Private attribute `__script_unsupported` cannot be accessed outside of its defining class [no-access]
ERROR torch/jit/_script.py:1258:14-42: No attribute `_jit_script_compile` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:1541:10-47: No attribute `_jit_script_compile_overload` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:1667:25-63: No attribute `_jit_script_interface_compile` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:1678:19-37: No attribute `CallStack` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.py:1683:19-43: No attribute `CompilationUnit` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.pyi:53:18-41: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/jit/_script.pyi:132:9-20: Class member `ScriptModule.__getattr__` overrides parent class `Module` in an inconsistent manner [bad-override-param-name]
ERROR torch/jit/_script.pyi:133:9-20: Class member `ScriptModule.__setattr__` overrides parent class `Module` in an inconsistent manner [bad-override-param-name]
ERROR torch/jit/_script.pyi:145:24-35: No attribute `Graph` in module `torch` [missing-attribute]
ERROR torch/jit/_script.pyi:147:32-43: No attribute `Graph` in module `torch` [missing-attribute]
ERROR torch/jit/_script.pyi:212:6-22: No attribute `ScriptDict` in module `torch` [missing-attribute]
ERROR torch/jit/_script.pyi:220:6-22: No attribute `ScriptList` in module `torch` [missing-attribute]
ERROR torch/jit/_serialization.py:190:10-34: No attribute `CompilationUnit` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:192:22-47: No attribute `import_ir_module` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:201:22-59: No attribute `import_ir_module_from_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:218:24-36: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/jit/_serialization.py:219:64-76: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/jit/_serialization.py:234:32-67: No attribute `_load_jit_module_from_file` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:236:32-68: No attribute `_load_jit_module_from_bytes` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:283:9-34: No attribute `_save_jit_module` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:285:13-47: No attribute `_save_jit_module_to_bytes` in module `torch._C` [missing-attribute]
ERROR torch/jit/_serialization.py:314:12-53: No attribute `_get_module_info_from_flatbuffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/_shape_functions.py:1348:12-35: No attribute `ScriptFunction` in module `torch._C` [missing-attribute]
ERROR torch/jit/_shape_functions.py:1358:9-34: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/jit/_shape_functions.py:1361:13-40: No attribute `_jit_pass_peephole` in module `torch._C` [missing-attribute]
ERROR torch/jit/_shape_functions.py:1362:13-52: No attribute `_jit_pass_constant_propagation` in module `torch._C` [missing-attribute]
ERROR torch/jit/_state.py:62:14-38: No attribute `CompilationUnit` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:39:12-33: No attribute `_jit_flatten` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:40:14-37: No attribute `_jit_unflatten` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:127:49-70: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:140:23-56: No attribute `_create_graph_by_tracing` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:164:63-84: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:171:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:202:33-42: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:263:23-32: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:270:44-65: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:276:44-65: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:351:35-59: No attribute `CompilationUnit` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:387:33-64: No attribute `_jit_pass_canonicalize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:388:13-38: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:389:13-55: No attribute `_jit_pass_erase_shape_information` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:392:35-66: No attribute `_jit_pass_canonicalize` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:393:13-38: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:394:13-55: No attribute `_jit_pass_erase_shape_information` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:531:37-50: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:532:36-49: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:616:1-33: No attribute `_tracer_warn_use_python` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:670:20-34: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/jit/_trace.py:766:18-64: No attribute `_create_function_from_trace_with_dict` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:776:18-54: No attribute `_create_function_from_trace` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:1269:12-32: No attribute `_is_tracing` in module `torch._C` [missing-attribute]
ERROR torch/jit/_trace.py:1317:17-47: No attribute `_jit_is_script_object` in module `torch._C` [missing-attribute]
ERROR torch/jit/frontend.py:156:29-49: No attribute `ErrorReport` in module `torch._C` [missing-attribute]
ERROR torch/jit/frontend.py:272:14-34: No attribute `ErrorReport` in module `torch._C` [missing-attribute]
ERROR torch/jit/frontend.py:438:29-56: No attribute `parse_type_comment` in module `torch._C` [missing-attribute]
ERROR torch/jit/frontend.py:439:16-53: No attribute `merge_type_from_type_comment` in module `torch._C` [missing-attribute]
ERROR torch/jit/generate_bytecode.py:3:22-50: Could not import `_compile_graph_to_code_table` from `torch._C` [missing-module-attribute]
ERROR torch/jit/generate_bytecode.py:3:52-77: Could not import `_generate_upgraders_graph` from `torch._C` [missing-module-attribute]
ERROR torch/jit/mobile/__init__.py:47:22-57: No attribute `_load_for_lite_interpreter` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:49:22-69: No attribute `_load_for_lite_interpreter_from_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:77:12-42: No attribute `_export_operator_list` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:107:16-52: No attribute `_get_model_bytecode_version` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:109:16-64: No attribute `_get_model_bytecode_version_from_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:139:16-58: No attribute `_get_mobile_model_contained_types` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:141:16-70: No attribute `_get_mobile_model_contained_types_from_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:164:16-45: No attribute `_backport_for_mobile` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:170:16-57: No attribute `_backport_for_mobile_from_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:192:16-55: No attribute `_backport_for_mobile_to_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:194:16-67: No attribute `_backport_for_mobile_from_buffer_to_buffer` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:236:16-48: No attribute `_get_model_ops_and_info` in module `torch._C` [missing-attribute]
ERROR torch/jit/mobile/__init__.py:238:16-48: No attribute `_get_model_ops_and_info` in module `torch._C` [missing-attribute]
ERROR torch/jit/quantized.py:59:37-47: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/jit/quantized.py:89:43-53: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/jit/quantized.py:96:40-50: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/jit/supported_ops.py:66:38-57: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/jit/supported_ops.py:74:23-61: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/jit/supported_ops.py:117:27-65: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/jit/supported_ops.py:166:23-61: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/jit/supported_ops.py:184:23-61: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/jit/supported_ops.py:274:19-57: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/jit/unsupported_tensor_ops.py:14:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/library.py:67:41-64: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/library.py:80:18-39: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/library.py:100:65-81: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/library.py:138:45-68: No attribute `FunctionSchema` in module `torch._C` [missing-attribute]
ERROR torch/library.py:151:18-39: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/library.py:164:39-55: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/library.py:178:33-49: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/library.py:244:30-56: No attribute `_dispatch_library` in module `torch._C` [missing-attribute]
ERROR torch/library.py:299:29-38: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/library.py:308:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/library.py:310:12-21: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/library.py:412:16-36: No attribute `DispatchKeySet` in module `torch` [missing-attribute]
ERROR torch/library.py:412:55-75: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/library.py:493:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/library.py:911:27-55: No attribute `_parse_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/library.py:957:12-45: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1107:12-43: No attribute `_is_autocast_available` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1118:33-66: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1119:37-57: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1133:14-47: No attribute `_ExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1134:13-36: No attribute `DispatchKeySet` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1645:24-49: No attribute `_dispatch_pystub` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1693:45-62: No attribute `DispatchKey` in module `torch` [missing-attribute]
ERROR torch/library.py:1694:6-34: No attribute `_SafeKernelFunction` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1759:28-48: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/library.py:1763:12-67: No attribute `_dispatch_get_computed_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/masked/_ops.py:295:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:296:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:300:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:305:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:335:48-61: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:360:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:360:54-65: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:363:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:363:54-65: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:366:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:366:54-67: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:372:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:372:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:426:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:428:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:430:12-35: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:431:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:432:14-29: No attribute `is_signed` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:432:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:433:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:433:33-44: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:435:12-35: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:436:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:437:14-30: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:438:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:439:14-29: No attribute `is_signed` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:439:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:440:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:440:33-44: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:442:12-35: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:443:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:444:14-29: No attribute `is_signed` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:444:49-60: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:445:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:445:33-44: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:456:20-43: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:458:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:459:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:463:32-55: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:463:68-79: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:464:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:538:24-40: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:574:25-34: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:575:23-34: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:578:25-34: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:599:30-41: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:617:18-41: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:622:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:623:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:629:14-37: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:718:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:733:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:733:45-58: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:734:40-51: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:746:12-35: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:794:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:807:32-41: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:810:21-33: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:810:34-44: No attribute `diff` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:829:26-37: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:831:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:834:12-35: No attribute `sparse_csr_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:876:23-36: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:877:16-27: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:878:25-41: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:880:25-41: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:921:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:921:44-60: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:921:62-78: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:938:27-40: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:939:20-38: No attribute `broadcast_to` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:939:75-85: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:940:29-45: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:941:20-46: No attribute `_sparse_broadcast_to` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:943:31-47: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:947:20-46: No attribute `_sparse_broadcast_to` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:953:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:955:30-46: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:956:31-44: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:961:32-48: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:966:23-39: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:970:26-36: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1075:28-44: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1077:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1078:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1079:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1080:17-28: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1081:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1085:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1091:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1092:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1093:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1094:17-28: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1095:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1097:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1100:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1101:16-25: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1102:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1104:13-22: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1106:31-47: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1107:16-37: No attribute `_sparse_csr_sum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1128:28-44: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1130:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1131:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1132:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1133:17-28: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1134:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1138:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1144:17-28: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1145:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1146:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1147:17-28: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1148:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1150:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1153:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1160:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1167:13-23: No attribute `prod` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1169:31-47: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1184:16-38: No attribute `_sparse_csr_prod` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1205:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1206:16-28: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1225:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1226:16-29: No attribute `cumprod` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1257:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1258:16-26: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1259:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1267:13-23: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1269:31-47: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1275:13-23: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1307:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1308:16-26: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1309:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1317:13-23: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1319:31-47: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1325:13-23: No attribute `amin` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1351:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1352:16-28: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1377:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1378:16-28: No attribute `argmin` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1419:24-37: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1424:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1424:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1436:26-42: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1444:13-23: No attribute `mean` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1475:16-39: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1477:32-43: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1479:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1480:18-33: No attribute `nanmedian` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1483:35-46: No attribute `isnan` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1508:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1509:16-31: No attribute `logsumexp` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1568:24-37: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1568:58-71: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1571:16-31: No attribute `logaddexp` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1603:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1636:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1639:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1640:24-37: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1645:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1645:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1659:23-35: No attribute `divide` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1660:13-27: No attribute `subtract` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1682:21-35: No attribute `subtract` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1683:21-34: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1684:18-30: No attribute `divide` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1686:22-32: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1768:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1788:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1808:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1830:29-42: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1833:17-30: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/masked/_ops.py:1835:16-28: No attribute `divide` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:76:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:90:22-38: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:92:24-40: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:94:24-37: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:107:28-44: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:135:28-44: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:165:48-64: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:214:46-57: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:368:30-40: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:434:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:434:57-67: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:436:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:436:57-67: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:451:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:451:57-67: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:468:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:485:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:498:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:507:31-46: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:519:20-35: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:542:22-32: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/_ops_refs.py:547:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/binary.py:107:24-40: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/binary.py:124:23-46: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/binary.py:126:26-42: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/binary.py:145:23-46: No attribute `sparse_csr_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/binary.py:156:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:47:32-48: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:51:34-50: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:58:41-49: No attribute `eq` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:59:37-51: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:108:24-40: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:108:42-58: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:185:27-43: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:189:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:190:29-45: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:192:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:205:32-45: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:205:47-63: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:205:65-81: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:207:27-43: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:212:29-45: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:219:26-36: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:222:27-40: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:223:30-43: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:224:30-43: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:225:30-40: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:226:30-40: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:227:30-41: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:228:30-41: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:229:30-41: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:298:14-51: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:356:31-47: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/core.py:359:31-47: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:23:16-25: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:24:12-21: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:37:16-25: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:59:71-80: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:66:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:69:27-36: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/reductions.py:78:46-55: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/unary.py:130:26-42: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/unary.py:136:23-46: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/unary.py:138:28-44: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/masked/maskedtensor/unary.py:143:23-46: No attribute `sparse_csr_tensor` in module `torch` [missing-attribute]
ERROR torch/mps/__init__.py:18:37-55: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:21:34-69: No attribute `_mps_get_default_generator` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:27:16-33: No attribute `_has_mps` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:27:38-64: No attribute `_mps_is_available` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:32:12-43: No attribute `_mps_deviceSynchronize` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:35:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/mps/__init__.py:45:58-70: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/mps/__init__.py:53:52-75: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/mps/__init__.py:67:12-29: No attribute `_has_mps` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:82:5-29: No attribute `_mps_emptyCache` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:107:5-36: No attribute `_mps_setMemoryFraction` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:117:12-48: No attribute `_mps_currentAllocatedMemory` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:127:12-47: No attribute `_mps_driverAllocatedMemory` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:137:12-46: No attribute `_mps_recommendedMaxMemory` in module `torch._C` [missing-attribute]
ERROR torch/mps/__init__.py:231:12-44: No attribute `_mps_host_alias_storage` in module `torch._C` [missing-attribute]
ERROR torch/mps/event.py:16:26-52: No attribute `_mps_acquireEvent` in module `torch._C` [missing-attribute]
ERROR torch/mps/event.py:25:9-34: No attribute `_mps_recordEvent` in module `torch._C` [missing-attribute]
ERROR torch/mps/event.py:29:9-35: No attribute `_mps_waitForEvent` in module `torch._C` [missing-attribute]
ERROR torch/mps/event.py:33:16-40: No attribute `_mps_queryEvent` in module `torch._C` [missing-attribute]
ERROR torch/mps/event.py:39:9-39: No attribute `_mps_synchronizeEvent` in module `torch._C` [missing-attribute]
ERROR torch/mps/event.py:45:16-49: No attribute `_mps_elapsedTimeOfEvents` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:21:9-20: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/mtia/__init__.py:22:10-22: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/mtia/__init__.py:81:12-38: No attribute `_mtia_isInBadFork` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:116:17-72: Cannot find module `libfb.py.cxx_resources` [missing-import]
ERROR torch/mtia/__init__.py:123:9-28: No attribute `_mtia_init` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:152:12-34: No attribute `_mtia_isBuilt` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:166:16-48: No attribute `_mtia_deviceSynchronize` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:171:12-41: No attribute `_mtia_getDeviceCount` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:190:12-43: No attribute `_mtia_getCurrentStream` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:202:12-43: No attribute `_mtia_getDefaultStream` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:221:5-39: No attribute `_mtia_recordMemoryHistory` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:227:12-41: No attribute `_mtia_memorySnapshot` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:234:5-45: No attribute `_mtia_attachOutOfMemoryObserver` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:250:12-46: No attribute `_mtia_getDeviceCapability` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:255:12-37: No attribute `_mtia_emptyCache` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:269:5-36: No attribute `_mtia_setCurrentStream` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:293:12-46: No attribute `_mtia_getDeviceProperties` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:384:5-29: No attribute `_mtia_setStream` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:431:14-40: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/mtia/__init__.py:434:55-78: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/mtia/_utils.py:25:16-40: No attribute `_mtia_getDevice` in module `torch._C` [missing-attribute]
ERROR torch/mtia/_utils.py:32:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/mtia/_utils.py:34:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/mtia/_utils.py:42:26-50: No attribute `_mtia_getDevice` in module `torch._C` [missing-attribute]
ERROR torch/mtia/memory.py:23:12-38: No attribute `_mtia_memoryStats` in module `torch._C` [missing-attribute]
ERROR torch/mtia/memory.py:63:5-40: No attribute `_mtia_resetPeakMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/mtia/mtia_graph.py:20:17-36: No attribute `_MTIAGraph` in module `torch._C` [missing-attribute]
ERROR torch/multiprocessing/__init__.py:37:1-31: No attribute `_multiprocessing_init` in module `torch._C` [missing-attribute]
ERROR torch/multiprocessing/__init__.py:93:5-30: No attribute `_set_thread_name` in module `torch._C` [missing-attribute]
ERROR torch/multiprocessing/__init__.py:102:12-37: No attribute `_get_thread_name` in module `torch._C` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:331:9-25: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:332:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:333:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:334:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:335:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:414:12-47: No attribute `_nested_view_from_buffer_copy` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:452:12-35: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:470:12-42: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:476:25-41: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:491:30-46: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:491:48-64: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:494:32-48: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/multiprocessing/reductions.py:494:50-66: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:103:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:104:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:107:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:108:20-50: No attribute `_nested_view_from_buffer` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:111:18-66: No attribute `_nested_compute_contiguous_strides_offsets` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:118:20-57: No attribute `_nested_tensor_from_tensor_list` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:119:20-32: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:129:23-35: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:130:76-87: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:252:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:253:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:261:20-32: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:264:45-60: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:290:12-25: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:333:18-31: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:339:31-43: No attribute `unbind` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:339:60-73: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:342:20-32: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:349:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:349:71-82: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:352:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:352:73-84: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:452:48-54: Argument `tuple[Literal[1], Literal[0]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nested/__init__.py:504:25-38: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:509:23-36: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/__init__.py:521:50-56: Argument `tuple[Literal[1], Literal[0]]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nested/_internal/nested_int.py:88:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_int.py:91:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_int.py:94:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_int.py:97:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_int.py:100:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_int.py:103:16-51: No attribute `_get_constant_bool_symnode` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:6:22-33: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/nested/_internal/nested_tensor.py:6:35-49: Could not import `DispatchKeySet` from `torch._C` [missing-module-attribute]
ERROR torch/nested/_internal/nested_tensor.py:42:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:144:13-36: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:146:13-25: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:213:17-26: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:225:17-26: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:279:41-64: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:393:24-36: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:408:13-33: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:409:13-33: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:412:16-62: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:433:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:444:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:459:18-55: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:573:14-23: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:586:19-28: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:588:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:588:38-49: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:589:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:630:36-48: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:631:30-41: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:634:15-24: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:650:8-17: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:652:8-17: No attribute `any` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:657:29-38: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:658:22-31: No attribute `min` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:690:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:691:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:691:57-68: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/nested_tensor.py:751:12-44: No attribute `_nested_from_padded_tensor` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:22:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:22:66-77: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:252:8-17: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:271:41-57: No attribute `TensorType` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:388:16-28: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/ops.py:439:14-51: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/ops.py:481:14-51: No attribute `DisableTorchFunctionSubclass` in module `torch._C` [missing-attribute]
ERROR torch/nested/_internal/ops.py:521:12-24: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:550:26-49: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:552:39-60: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:576:26-49: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:579:39-60: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:598:43-66: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:643:13-25: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:653:14-26: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:662:18-27: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:776:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1096:28-40: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1183:9-21: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1360:20-31: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1835:13-22: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1848:13-22: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1849:17-29: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:1856:15-25: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2011:5-24: No attribute `_assert_async` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2013:9-18: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2415:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2417:28-38: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2425:36-46: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2462:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2464:28-38: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2469:28-38: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2615:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2733:21-33: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/ops.py:2737:22-34: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:69:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:353:52-63: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:359:46-57: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:696:47-72: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:702:24-48: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:706:27-40: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:907:25-40: No attribute `transpose` in module `torch` [missing-attribute]
ERROR torch/nested/_internal/sdpa.py:917:20-60: No attribute `_scaled_dot_product_attention_math` in module `torch` [missing-attribute]
ERROR torch/nn/attention/__init__.py:10:22-47: Could not import `_SDPBackend` from `torch._C` [missing-module-attribute]
ERROR torch/nn/attention/__init__.py:92:25-57: No attribute `_get_sdp_priority_order` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/__init__.py:106:29-61: No attribute `_get_sdp_priority_order` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/__init__.py:110:9-41: No attribute `_set_sdp_priority_order` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:45:9-34: No attribute `_set_sdp_use_fa3` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:49:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:66:5-30: No attribute `_set_sdp_use_fa3` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:137:23-42: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:176:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:180:25-44: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:180:46-59: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:180:61-75: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:214:23-42: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:218:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:220:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:220:40-54: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:281:27-46: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:327:9-47: No attribute `_get_sm_carveout_experimental` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:361:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:362:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:363:10-26: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:386:9-47: No attribute `_get_sm_carveout_experimental` in module `torch._C` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:452:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:452:45-57: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:453:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:453:47-59: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:454:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:648:17-31: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:648:50-69: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa3.py:649:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:39:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:99:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:99:43-57: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:102:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:134:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:320:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:320:45-57: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:321:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:321:47-59: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:322:22-33: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/attention/_fa4.py:453:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:144:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:146:16-26: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:147:13-23: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:147:78-88: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:150:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:153:16-26: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:154:13-23: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:155:71-81: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:161:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:175:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/bias.py:245:60-72: Argument `tuple[Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/attention/bias.py:246:56-68: Argument `tuple[Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/attention/bias.py:247:60-72: Argument `tuple[Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/attention/experimental/_paged_attention.py:47:28-38: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:48:51-62: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:52:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:52:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:58:37-47: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:59:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:89:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:102:64-76: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:180:30-42: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:181:65-76: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:182:14-25: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:231:25-37: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:236:26-37: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:237:47-58: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:240:13-25: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:241:69-80: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:244:17-28: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:254:35-46: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:255:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:258:17-29: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:261:63-74: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:264:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:313:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_paged_attention.py:352:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_scaled_dot_product_attention_quantized.py:56:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/experimental/_scaled_dot_product_attention_quantized.py:132:8-29: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:358:42-52: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:401:73-84: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:403:23-35: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:403:52-61: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:406:21-33: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:406:53-62: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:410:25-36: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:425:38-49: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:428:23-36: No attribute `argsort` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:430:30-41: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:430:57-80: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:431:24-35: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:431:51-74: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:450:18-29: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:451:18-27: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:451:76-87: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1237:16-30: Returned type `BlockMask` is not assignable to declared return type `Self@BlockMask` [bad-return]
ERROR torch/nn/attention/flex_attention.py:1411:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1583:22-32: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1592:9-1597:10: Argument `tuple[Literal[0], Unknown, Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/attention/flex_attention.py:1621:50-60: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1622:44-54: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1626:50-60: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1636:40-50: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1650:39-49: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1726:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1727:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1728:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1729:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1738:29-40: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1739:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1739:32-46: No attribute `isneginf` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1816:38-49: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1820:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1823:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1824:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1825:15-27: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1827:53-64: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1969:23-33: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1969:51-62: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1970:20-31: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:1970:52-63: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:2041:46-67: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:2138:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/nn/attention/flex_attention.py:2139:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:129:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:130:21-33: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:162:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:167:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:168:37-48: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:171:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:171:41-53: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:406:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:407:37-48: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:526:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:598:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:599:16-32: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/attention/varlen.py:600:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:70:52-67: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:80:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:92:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:121:26-37: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:123:21-37: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:132:26-42: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:133:26-42: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:148:30-41: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:151:31-42: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:251:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:278:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:307:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:398:9-18: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:482:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:515:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:559:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:624:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:675:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:710:9-19: No attribute `diag` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:727:16-31: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/nn/init.py:758:27-41: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:23:47-66: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:24:50-72: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:39:28-50: No attribute `batch_norm_stats` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:41:21-31: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:49:24-33: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:55:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:68:29-40: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:77:24-37: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:82:30-46: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:84:24-35: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:106:24-65: No attribute `batch_norm_gather_stats_with_counts` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:117:74-85: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:122:20-42: No attribute `batch_norm_elemt` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:124:20-36: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:130:53-72: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:131:56-78: No attribute `channels_last_3d` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:145:17-49: No attribute `batch_norm_backward_reduce` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:159:28-37: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:171:30-61: No attribute `batch_norm_backward_elemt` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:197:28-39: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:237:9-18: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:264:9-18: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:288:9-18: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:293:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/nn/modules/_functions.py:295:13-22: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:361:16-29: No attribute `sigmoid` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:432:16-26: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1197:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1200:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1203:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1208:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1215:43-54: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1223:37-48: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1224:37-48: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1328:40-63: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1330:17-40: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1394:14-39: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1417:18-39: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1433:28-62: No attribute `_native_multi_head_attention` in module `torch` [missing-attribute]
ERROR torch/nn/modules/activation.py:1635:33-44: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/adaptive.py:321:18-30: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/nn/modules/adaptive.py:330:20-32: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/nn/modules/adaptive.py:336:40-52: No attribute `argmax` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:58:37-48: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:60:39-50: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:68:33-44: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:71:32-42: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:77:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:79:27-37: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:137:60-72: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:138:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:138:48-58: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:268:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:270:23-33: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:849:17-55: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/batchnorm.py:853:24-62: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/container.py:771:46-84: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/container.py:1006:46-84: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/conv.py:163:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/conv.py:170:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/conv.py:176:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/conv.py:188:31-47: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/modules/conv.py:189:48-71: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear.py:109:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear.py:112:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear.py:221:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear.py:225:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:12:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:21:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:150:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:157:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:158:25-36: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:159:23-34: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:160:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:201:20-31: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:216:33-44: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:220:33-44: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:225:36-47: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:349:20-31: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:355:28-39: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:384:23-36: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:384:38-52: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:384:71-84: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:396:50-63: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:401:35-48: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:482:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:488:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:561:13-21: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:563:13-21: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:567:9-19: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:599:13-22: No attribute `div` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:607:20-29: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:616:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:657:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:705:20-41: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:779:13-22: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:820:17-26: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:821:21-39: No attribute `index_select` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:826:17-28: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:896:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:910:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:921:26-37: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:927:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:959:14-25: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:960:19-30: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:961:27-38: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy.py:962:26-37: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:19:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:20:14-28: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:21:14-27: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:22:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:23:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:131:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:158:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:159:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:160:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:161:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:177:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:177:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:178:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:183:44-57: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:183:59-73: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:189:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:191:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:193:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/modules/linear_cross_entropy_options.py:195:20-33: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/nn/modules/module.py:14:19-25: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/nn/modules/module.py:14:27-32: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/nn/modules/module.py:97:32-45: `Module | None` is not assignable to dict key `module` with type `((...) -> Unknown) | bool` [bad-assignment]
ERROR torch/nn/modules/module.py:484:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/module.py:938:16-55: No attribute `_has_compatible_shallow_copy_type` in module `torch` [missing-attribute]
ERROR torch/nn/modules/module.py:1237:23-39: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/modules/module.py:1340:58-70: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/module.py:1755:25-52: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/module.py:1756:58-79: No attribute `ScriptMethod` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/module.py:1783:47-74: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/normalization.py:5:19-23: Could not import `Size` from `torch` [missing-module-attribute]
ERROR torch/nn/modules/normalization.py:207:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/normalization.py:211:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/normalization.py:229:20-41: Argument `tuple[int, ...]` is not assignable to parameter `normalized_shape` with type `list[int]` in function `torch.nn.functional.layer_norm` [bad-argument-type]
ERROR torch/nn/modules/normalization.py:316:37-48: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/normalization.py:318:39-50: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/normalization.py:410:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/normalization.py:427:30-51: Argument `tuple[int, ...]` is not assignable to parameter `normalized_shape` with type `list[int]` in function `torch.nn.functional.rms_norm` [bad-argument-type]
ERROR torch/nn/modules/padding.py:42:29-41: Argument `Sequence[int]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/modules/padding.py:221:29-41: Argument `Sequence[int]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/modules/padding.py:377:29-41: Argument `Sequence[int]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/modules/padding.py:541:29-41: Argument `Sequence[int]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/modules/sparse.py:166:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/sparse.py:403:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:31:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:32:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:38:12-22: No attribute `triu` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:39:9-19: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:120:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/transformer.py:302:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:303:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:360:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/transformer.py:480:36-79: No attribute `_nested_tensor_from_mask_left_aligned` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:490:14-39: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:521:18-39: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:529:26-56: No attribute `_nested_tensor_from_mask` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:592:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/nn/modules/transformer.py:865:14-39: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:907:18-39: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:917:24-60: No attribute `_transformer_encoder_layer_fwd` in module `torch` [missing-attribute]
ERROR torch/nn/modules/transformer.py:1245:32-63: Object of class `bool` has no attribute `all` [missing-attribute]
ERROR torch/nn/modules/upsampling.py:176:13-22: Argument `int | tuple[int, ...] | None` is not assignable to parameter `size` with type `int | None` in function `torch.nn.functional.interpolate` [bad-argument-type]
ERROR torch/nn/modules/upsampling.py:177:13-30: Argument `float | tuple[float, ...] | None` is not assignable to parameter `scale_factor` with type `list[float] | None` in function `torch.nn.functional.interpolate` [bad-argument-type]
ERROR torch/nn/parallel/comm.py:44:16-35: No attribute `_broadcast` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/comm.py:47:16-39: No attribute `_broadcast_out` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/comm.py:67:12-41: No attribute `_broadcast_coalesced` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/comm.py:110:18-34: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/comm.py:113:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/comm.py:209:22-39: No attribute `_scatter` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/comm.py:219:22-43: No attribute `_scatter_out` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/comm.py:258:16-32: No attribute `_gather` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/comm.py:264:16-36: No attribute `_gather_out` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:24:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:139:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:140:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:144:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:164:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:199:63-75: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:200:50-71: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:206:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:217:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:224:32-44: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:225:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/data_parallel.py:263:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:226:18-29: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:227:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:228:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:252:31-47: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1091:31-43: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1117:31-43: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1215:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1216:35-46: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1261:13-41: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1336:30-41: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1754:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1775:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1792:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1828:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1902:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1917:36-46: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:1919:36-47: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/distributed.py:2392:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/parallel_apply.py:35:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/parallel_apply.py:78:9-30: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/parallel_apply.py:79:9-34: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/parallel_apply.py:87:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/parallel_apply.py:88:17-29: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/parallel_apply.py:101:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/replicate.py:13:26-38: Could not import `ScriptMethod` from `torch._C` [missing-module-attribute]
ERROR torch/nn/parallel/replicate.py:30:31-52: No attribute `ScriptMethod` in module `torch._C` [missing-attribute]
ERROR torch/nn/parallel/replicate.py:85:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/replicate.py:104:41-62: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/replicate.py:120:29-41: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/scatter_gather.py:36:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/scatter_gather.py:44:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/scatter_gather.py:93:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parallel/scatter_gather.py:100:9-32: Object of class `tuple` has no attribute `extend` [missing-attribute]
ERROR torch/nn/parallel/scatter_gather.py:104:9-32: Object of class `tuple` has no attribute `extend` [missing-attribute]
ERROR torch/nn/parallel/scatter_gather.py:110:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:5:22-51: Could not import `_disabled_torch_function_impl` from `torch._C` [missing-module-attribute]
ERROR torch/nn/parameter.py:19:22-42: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/nn/parameter.py:53:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:79:47-68: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:126:9-48: No attribute `_has_compatible_shallow_copy_type` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:147:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:224:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:238:19-39: No attribute `_TensorMeta` in module `torch._C` [missing-attribute]
ERROR torch/nn/parameter.py:268:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.py:303:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/nn/parameter.pyi:3:19-25: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/nn/parameter.pyi:3:27-32: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/nn/utils/_expanded_weights/conv_utils.py:189:23-35: No attribute `narrow` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/conv_utils.py:337:17-89: Argument `tuple[Unknown, Unknown, Unknown, Unknown, Unknown, Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_impl.py:18:5-19: No attribute `rnn_relu` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_impl.py:22:5-19: No attribute `rnn_tanh` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_impl.py:26:5-15: No attribute `lstm` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_impl.py:30:5-14: No attribute `gru` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_impl.py:127:9-27: Class member `ExpandedWeight.__torch_function__` overrides parent class `Tensor` in an inconsistent manner [bad-override-param-name]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_impl.py:143:20-51: No attribute `_cudnn_rnn_flatten_weight` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/expanded_weights_utils.py:134:28-39: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py:35:13-36: No attribute `native_group_norm` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py:21:33-52: No attribute `instance_norm` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py:59:25-39: No attribute `var_mean` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py:65:24-34: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py:32:13-36: No attribute `native_layer_norm` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:82:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:85:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:85:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:95:26-45: No attribute `_foreach_norm` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:106:9-20: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:109:31-47: No attribute `logical_or` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:161:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:161:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:168:25-36: No attribute `clamp` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:173:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:290:13-38: No attribute `_foreach_clamp_min_` in module `torch` [missing-attribute]
ERROR torch/nn/utils/clip_grad.py:291:13-38: No attribute `_foreach_clamp_max_` in module `torch` [missing-attribute]
ERROR torch/nn/utils/convert_parameters.py:25:12-21: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nn/utils/convert_parameters.py:72:37-75: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/nn/utils/fusion.py:86:18-34: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/fusion.py:88:16-31: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/fusion.py:90:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/fusion.py:91:20-31: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/nn/utils/fusion.py:188:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/fusion.py:189:23-34: No attribute `rsqrt` in module `torch` [missing-attribute]
ERROR torch/nn/utils/memory_format.py:12:32-51: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/memory_format.py:92:32-51: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:16:10-19: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:18:22-33: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:19:12-26: No attribute `allclose` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:27:14-25: No attribute `geqrf` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:85:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:91:21-37: No attribute `matrix_exp` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:94:22-31: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:96:21-30: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:96:51-60: No attribute `add` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:159:22-33: No attribute `geqrf` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:177:21-32: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:180:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:188:22-38: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:327:16-34: No attribute `_weight_norm` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:330:20-41: No attribute `norm_except_dim` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:521:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:522:45-68: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:526:21-31: No attribute `vdot` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrizations.py:526:35-43: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/nn/utils/parametrize.py:431:18-45: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/nn/utils/prune.py:175:28-43: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:183:38-61: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:237:70-85: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:474:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:477:20-35: No attribute `rand_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:478:20-30: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:531:49-72: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:536:20-30: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:536:31-40: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:631:20-30: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:634:25-39: No attribute `kthvalue` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:637:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:741:16-26: No attribute `topk` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:749:20-36: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/prune.py:1125:45-60: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:122:64-76: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/nn/utils/rnn.py:141:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:151:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:251:14-30: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:253:25-37: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:303:12-39: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/nn/utils/rnn.py:311:19-34: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:311:50-61: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:313:36-47: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:318:35-45: No attribute `sort` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:323:25-50: No attribute `_pack_padded_sequence` in module `torch._VF` [missing-attribute]
ERROR torch/nn/utils/rnn.py:391:30-54: No attribute `_pad_packed_sequence` in module `torch._VF` [missing-attribute]
ERROR torch/nn/utils/rnn.py:465:12-24: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/nn/utils/rnn.py:512:11-23: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/nn/utils/rnn.py:555:15-30: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:104:25-33: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:106:37-45: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:109:47-70: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:110:47-70: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:112:17-26: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:112:30-38: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:139:38-47: No attribute `dot` in module `torch` [missing-attribute]
ERROR torch/nn/utils/spectral_norm.py:139:51-59: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/nn/utils/weight_norm.py:7:19-31: Could not import `_weight_norm` from `torch` [missing-module-attribute]
ERROR torch/nn/utils/weight_norm.py:7:33-48: Could not import `norm_except_dim` from `torch` [missing-module-attribute]
ERROR torch/onnx/_internal/_lazy_import.py:30:12-16: Cannot find module `onnx` [missing-import]
ERROR torch/onnx/_internal/_lazy_import.py:32:12-22: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/_lazy_import.py:33:12-68: Cannot find module `onnxscript._framework_apis.torch_2_11` [missing-import]
ERROR torch/onnx/_internal/exporter/_analysis.py:28:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_analysis.py:31:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_analysis.py:54:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_analysis.py:54:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_analysis.py:57:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_analysis.py:58:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_building.py:19:1-33: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/exporter/_building.py:27:12-16: Cannot find module `onnx` [missing-import]
ERROR torch/onnx/_internal/exporter/_core.py:19:8-18: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/exporter/_core.py:20:8-28: Cannot find module `onnxscript.evaluator` [missing-import]
ERROR torch/onnx/_internal/exporter/_core.py:21:1-26: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/exporter/_core.py:22:1-56: Cannot find module `onnxscript.ir` [missing-import]
ERROR torch/onnx/_internal/exporter/_core.py:54:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:55:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:56:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:57:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:58:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:59:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:60:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:61:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:62:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:63:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:64:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:65:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:66:5-27: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:67:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:68:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:69:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:70:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:71:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:72:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:73:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:74:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:108:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:115:28-50: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:138:31-43: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:146:34-45: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:247:30-52: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:486:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:486:39-58: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:486:60-72: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:488:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:910:18-38: No attribute `FunctionSchema` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:930:34-46: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:932:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:946:36-48: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:948:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_core.py:1310:32-50: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_dispatching.py:22:13-29: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_input_observer.py:18:12-30: Cannot find module `onnxruntime` [missing-import]
ERROR torch/onnx/_internal/exporter/_input_observer.py:738:48-59: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_input_observer.py:752:44-55: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_input_observer.py:1143:13-34: Cannot find module `tqdm` [missing-import]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:30:12-30: Cannot find module `onnxruntime` [missing-import]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:35:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:36:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:37:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:38:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:47:12-30: Cannot find module `onnxruntime` [missing-import]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:135:16-32: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:135:61-75: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:137:16-32: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:137:60-79: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:139:16-32: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:139:60-81: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:141:16-32: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:141:60-77: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:143:16-32: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:143:60-81: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:144:12-28: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:150:12-30: Cannot find module `onnxruntime` [missing-import]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:164:23-37: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:167:31-45: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:168:29-41: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:170:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:201:12-28: No attribute `from_numpy` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:240:16-34: Cannot find module `onnxruntime` [missing-import]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:265:16-30: Cannot find module `onnx.reference` [missing-import]
ERROR torch/onnx/_internal/exporter/_onnx_program.py:517:9-27: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_tensors.py:12:12-22: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/exporter/_testing.py:78:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_testing.py:79:14-30: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_testing.py:80:42-60: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py:7:1-21:2: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py:13:8-18: Cannot find module `onnxscript` [missing-import]
ERROR torch/onnx/_internal/exporter/_torchlib/ops/hop.py:31:5-60: Cannot find module `onnxscript.ir` [missing-import]
ERROR torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py:7:1-56: Cannot find module `onnxscript.ir` [missing-import]
ERROR torch/onnx/_internal/exporter/_type_casting.py:8:24-46: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_type_casting.py:10:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_type_casting.py:32:24-46: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:54:21-32: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:55:19-30: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:77:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:79:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:84:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:86:19-30: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:88:25-40: No attribute `histogram` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:89:25-40: No attribute `histogram` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:131:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:131:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:132:26-36: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:133:32-45: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:134:28-41: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:135:8-24: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:136:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:137:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/exporter/_verification.py:139:18-27: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:53:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:56:33-44: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:59:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:168:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:168:58-69: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:169:10-21: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:292:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:333:29-39: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:335:24-35: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:335:52-63: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:335:69-79: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:360:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:366:25-36: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:1303:13-60: No attribute `_check_schema_allow_fake_script_object` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:1375:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/passes/type_promotion.py:1442:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:18:59-70: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:23:11-21: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:24:10-21: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:25:12-25: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:26:14-29: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:30:19-30: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:31:21-34: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:32:20-30: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/fx/type_utils.py:35:41-52: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:137:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:181:21-35: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:197:35-49: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:198:31-45: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:214:37-51: No attribute `ListType` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:219:37-58: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:230:27-44: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:255:24-35: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:371:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:372:26-37: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:373:25-35: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:374:26-37: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:375:24-33: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:376:26-37: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:377:25-35: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:378:26-37: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:379:27-39: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:380:30-45: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:381:30-45: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:382:31-47: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:383:26-37: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:384:27-39: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:385:27-39: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:386:29-43: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:387:31-48: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:388:33-52: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:389:35-56: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/_type_utils.py:390:35-56: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:41:12-20: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:42:12-20: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:44:20-27: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:45:28-37: No attribute `IValue` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:46:15-23: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:46:25-33: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:47:24-32: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:48:21-28: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:58:35-43: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:111:35-43: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:154:14-22: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:158:43-50: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:201:27-35: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:262:24-32: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:269:21-29: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:269:32-40: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:277:6-13: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:279:35-43: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:283:37-45: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:308:9-52: No attribute `_jit_pass_onnx_node_shape_type_inference` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:326:26-33: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:341:19-27: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:342:33-46: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:345:34-42: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:345:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/jit_utils.py:348:31-44: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py:48:16-20: Cannot find module `onnx` [missing-import]
ERROR torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py:100:16-20: Cannot find module `onnx` [missing-import]
ERROR torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py:183:16-20: Cannot find module `onnx` [missing-import]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:218:21-28: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:220:29-36: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:226:30-38: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:232:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:238:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:260:30-38: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:260:48-56: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:270:32-40: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:270:51-59: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:281:43-51: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:281:62-70: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:447:51-63: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:451:56-68: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:548:25-33: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:561:65-73: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:564:34-42: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:565:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:575:19-27: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:576:33-46: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:580:29-39: No attribute `JitType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:580:44-55: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:581:29-40: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:586:17-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:590:24-32: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:594:48-61: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:597:24-32: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:610:28-36: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:614:25-33: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:626:25-33: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:630:26-39: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:634:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:638:26-39: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:648:29-37: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:653:27-35: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:670:46-54: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:676:44-52: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:682:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:694:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:700:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:713:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:719:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:781:42-58: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:786:52-68: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:855:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:855:68-80: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:856:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:866:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:866:60-71: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:884:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:884:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:886:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:934:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:934:72-82: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:948:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:948:72-82: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:983:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:983:68-78: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1006:44-54: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1006:69-82: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1023:33-45: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1023:69-82: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1036:40-50: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1036:60-73: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1038:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1056:40-50: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1056:60-73: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1058:40-51: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1109:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1110:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1127:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1136:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1136:49-60: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1173:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1173:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1176:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1176:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1195:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1195:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1273:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1273:73-86: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1275:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1275:60-73: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1297:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1297:73-86: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1343:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1357:44-60: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1364:69-81: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1381:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1384:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1397:5-13: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1398:5-13: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1399:5-13: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1422:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1450:59-71: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1493:42-58: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1518:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1529:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1548:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1548:76-87: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1555:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1555:65-76: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1604:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1604:73-83: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1611:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1611:63-73: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1636:15-30: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1653:14-22: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1655:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1655:22-30: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1655:32-40: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1655:42-50: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1701:13-21: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1702:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1703:17-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1704:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1705:6-14: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1773:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1773:78-87: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1890:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1890:73-83: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1894:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1894:75-85: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1982:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:1982:71-81: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2002:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2002:71-81: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2028:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2043:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2043:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2054:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2054:69-79: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2062:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2080:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2080:75-86: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2105:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2107:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2111:59-71: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2128:71-83: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2167:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2167:61-71: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2177:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2177:61-71: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2194:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2198:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2206:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2206:65-75: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2238:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2238:71-82: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2244:62-78: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2281:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2281:67-80: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2290:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2290:64-77: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2345:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2346:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2347:5-16: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2348:5-14: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2349:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2350:5-15: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2351:5-16: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2352:5-17: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2353:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2354:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2355:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2356:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2357:5-16: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2358:5-17: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2359:5-17: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2360:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2367:13-24: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2368:13-23: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2369:15-27: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2370:14-25: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2371:13-23: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2372:12-21: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2373:13-24: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2374:14-25: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2375:13-23: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2376:21-36: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2377:22-38: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2378:14-25: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2379:15-27: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2380:15-27: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_helper.py:2381:17-31: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:102:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:102:63-74: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:109:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:109:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:130:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:137:6-14: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:143:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:143:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:161:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:161:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:214:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:224:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:230:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:230:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:252:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:253:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:254:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:261:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:261:69-80: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:263:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:263:76-87: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:315:16-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:406:16-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:495:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:496:33-47: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:497:35-49: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:498:33-47: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:499:34-48: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:505:31-45: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:507:42-53: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:518:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:628:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:635:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:635:69-81: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:641:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:641:59-71: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:645:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:771:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:777:13-24: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:783:59-75: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:788:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:798:60-76: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:804:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:1181:15-23: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:1183:15-23: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:1184:20-28: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py:1185:6-14: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:100:47-55: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:106:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:110:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:189:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:193:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:320:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:420:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:420:67-76: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:444:57-73: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:448:14-30: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:449:16-32: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:450:36-52: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:462:51-67: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:591:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:594:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:621:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:621:70-80: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:622:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:622:71-81: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:635:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:635:66-76: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:656:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:656:60-70: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:683:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:689:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:689:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:692:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:692:74-85: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:702:51-63: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:702:75-86: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:711:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:715:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:751:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:752:10-18: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:753:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:754:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:787:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:791:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:796:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:801:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:816:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:820:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:844:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:859:56-68: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:892:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:894:46-56: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:894:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:996:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:996:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1030:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1030:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1054:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1059:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1065:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1067:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1071:19-31: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1080:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1091:36-52: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1096:57-69: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1097:59-71: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1099:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1106:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1117:55-67: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1118:55-67: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1258:62-74: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1260:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1282:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1282:73-83: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1318:49-63: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1330:61-73: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1338:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1344:49-63: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1357:61-73: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1369:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1377:49-63: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1391:61-73: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1410:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1423:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1423:63-73: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1425:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1425:62-72: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1426:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1426:72-82: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1428:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1428:62-72: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1434:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1434:70-80: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1442:52-60: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1447:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1447:56-66: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1452:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1452:64-74: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:1474:52-60: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:90:39-53: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:91:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:91:28-42: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:97:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:98:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:98:60-70: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:215:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:274:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:275:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:285:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:286:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:319:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:320:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:321:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:326:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:329:53-65: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:339:51-63: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:355:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:429:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:429:59-69: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:438:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:438:59-69: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:452:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:452:59-69: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:461:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:461:59-69: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:78:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:78:70-80: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:79:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:79:71-81: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:92:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:92:66-76: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:115:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:144:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:144:61-71: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:146:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:146:62-72: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:152:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:152:70-80: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:160:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:160:70-80: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:190:33-45: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:190:71-81: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:200:62-74: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:207:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:207:70-80: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:243:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:243:61-71: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:286:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:286:60-70: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:291:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:295:55-67: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:316:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:352:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:352:62-73: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:390:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:390:62-73: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:472:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:472:74-85: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:478:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:478:71-82: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:480:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:480:74-85: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:485:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:485:70-81: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:490:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:490:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:493:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:493:72-83: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:511:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:511:60-70: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:528:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:528:66-76: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:538:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:549:59-75: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:567:56-72: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:615:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:617:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:617:37-48: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:647:54-70: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:650:63-79: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:665:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:665:41-51: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:683:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:705:45-61: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:707:45-61: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:712:57-73: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:738:47-63: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:741:47-63: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:769:42-58: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:774:38-54: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:781:38-54: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:796:34-50: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:801:34-50: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:805:61-77: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:827:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py:827:60-71: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:87:9-34: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:144:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:145:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:146:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:147:16-30: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:150:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:194:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:195:50-62: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:222:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:222:68-79: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:229:39-53: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:230:6-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:243:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:243:59-70: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:245:33-45: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:245:76-87: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:253:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:253:68-79: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:265:39-53: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:265:60-74: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:266:6-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:285:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:285:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:286:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:286:73-84: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:291:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:296:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py:297:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py:47:36-51: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py:51:45-61: No attribute `BoolTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py:81:32-47: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:99:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:129:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:131:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:132:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:158:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:158:76-87: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:163:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py:163:72-83: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:46:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:48:13-21: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:49:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:63:24-34: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:66:22-33: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:108:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:112:13-21: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:117:6-14: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:154:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:154:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:157:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:157:55-66: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:168:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:168:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:191:49-60: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:192:50-61: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:208:28-40: No attribute `hstack` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:209:18-29: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:209:37-47: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:209:61-72: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:213:28-38: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:244:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:244:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:249:21-31: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:249:32-44: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:67:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:68:18-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:69:18-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:122:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:124:13-21: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:125:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:127:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:127:22-30: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:127:32-40: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:175:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:175:61-71: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:183:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:183:61-71: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:193:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:193:67-77: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:217:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:217:65-75: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:225:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:226:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:229:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:266:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:270:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py:54:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py:55:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py:80:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py:81:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py:94:43-51: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py:258:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py:432:67-79: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py:457:44-60: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py:468:51-63: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:321:15-30: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:422:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:480:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:480:63-74: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:491:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:491:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:524:19-42: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:526:27-38: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:526:62-74: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:528:8-31: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:528:37-49: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:605:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:650:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:656:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:699:51-61: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:745:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:746:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:857:41-57: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:863:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:867:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:877:41-57: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:883:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:887:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:898:28-40: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:901:16-27: No attribute `equal` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:971:44-56: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1259:51-67: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1279:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1561:16-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1784:53-61: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1784:68-76: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1855:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1856:10-18: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1857:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:1858:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2012:32-48: No attribute `DeviceObjType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2013:23-39: No attribute `DeviceObjType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2017:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2017:66-76: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2027:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2029:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2172:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2172:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2201:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2201:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2224:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2670:9-34: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2715:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2717:13-21: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2718:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2720:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2720:22-30: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2720:32-40: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2732:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2732:63-73: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2757:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2757:63-73: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2796:12-20: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2798:13-21: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2799:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2802:6-14: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2829:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2840:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2869:49-61: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2869:73-84: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2872:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2872:71-82: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2877:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2877:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2882:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2882:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2887:38-54: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:2901:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3080:68-80: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3088:40-52: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3091:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3091:58-69: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3123:61-71: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3129:63-75: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3413:56-72: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3444:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3444:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3448:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3474:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3504:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3504:62-73: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3508:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3534:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3556:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3565:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3565:66-77: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3595:65-77: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3601:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3655:27-38: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3658:25-36: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3701:27-38: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3704:25-36: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3722:47-55: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3760:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3769:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3782:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3791:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3801:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3894:47-58: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3895:47-63: No attribute `DeviceObjType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3997:47-59: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3999:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:3999:37-48: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4057:38-54: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4059:38-54: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4066:38-54: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4087:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4096:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4102:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4113:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4132:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4158:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4164:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4171:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4182:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4201:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4425:42-58: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4626:56-68: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4656:39-58: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4711:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4711:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4776:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4776:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4802:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4802:45-56: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4976:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4976:76-86: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5002:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5003:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5013:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5014:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5048:43-54: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5058:63-75: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5064:41-57: No attribute `BoolTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5065:37-53: No attribute `BoolTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5072:45-61: No attribute `BoolTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5073:41-57: No attribute `BoolTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5085:39-55: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5107:39-55: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5108:52-68: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5240:48-60: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5240:70-81: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5354:46-62: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5390:46-62: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5437:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5438:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5441:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5448:44-60: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5461:48-64: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5472:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5476:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5485:11-25: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5486:10-24: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5489:12-26: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5530:51-67: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5538:51-67: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5614:44-60: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5622:45-55: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5622:65-76: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5642:43-57: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5647:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5647:42-54: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5648:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5648:44-56: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5649:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5649:39-51: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5650:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5650:40-52: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5657:45-57: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5657:72-84: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5659:46-58: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5659:68-80: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5664:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5664:62-74: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5686:44-60: No attribute `LongTensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5694:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5701:17-29: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5713:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5718:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5773:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5787:53-65: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5798:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5798:68-79: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5817:52-64: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5865:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5865:68-79: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5869:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5869:39-49: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5873:25-37: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5885:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5886:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5891:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5894:58-70: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5902:53-65: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5932:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5932:64-75: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5933:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5933:63-74: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5956:18-41: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5958:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5966:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5966:65-76: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5971:56-68: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5971:78-87: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6242:55-67: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6250:54-66: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6321:60-72: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6337:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6348:11-19: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6382:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6404:32-48: No attribute `DeviceObjType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6415:68-76: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6445:49-64: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6448:9-38: No attribute `_jit_pass_onnx_block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6456:21-67: No attribute `_jit_pass_fixup_onnx_controlflow_node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6461:9-58: No attribute `_jit_pass_onnx_node_shape_type_inference` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6468:66-74: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6511:15-44: No attribute `_jit_pass_onnx_block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6539:13-42: No attribute `_jit_pass_onnx_block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6547:25-71: No attribute `_jit_pass_fixup_onnx_controlflow_node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6552:13-62: No attribute `_jit_pass_onnx_node_shape_type_inference` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6567:41-57: No attribute `DeviceObjType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6574:9-20: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6575:43-54: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6577:33-45: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6579:41-52: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6594:56-64: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6614:12-60: No attribute `_jit_onnx_convert_pattern_from_subblock` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6621:62-70: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6632:69-77: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6650:44-58: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6650:65-79: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:6651:36-48: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:192:29-56: No attribute `_jit_is_onnx_log_enabled` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:194:9-37: No attribute `_jit_set_onnx_log_enabled` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:199:13-41: No attribute `_jit_set_onnx_log_enabled` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:573:32-43: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:575:32-43: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:575:44-59: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:599:26-37: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:606:12-20: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:619:5-24: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:622:5-34: No attribute `_jit_pass_inline_fork_wait` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:623:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:625:9-52: No attribute `_jit_pass_onnx_autograd_function_process` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:626:5-34: No attribute `_jit_pass_lower_all_tuples` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:633:9-42: No attribute `_jit_pass_constant_propagation` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:638:5-21: No attribute `_jit_pass_dce` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:639:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:644:8-24: No attribute `_jit_pass_cse` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:645:9-31: No attribute `_jit_pass_onnx_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:647:5-46: No attribute `_jit_pass_canonicalize_graph_fuser_ops` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:648:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:649:5-26: No attribute `_jit_pass_peephole` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:650:5-28: No attribute `_jit_pass_fuse_addmm` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:651:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:653:5-26: No attribute `_jit_pass_peephole` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:654:5-34: No attribute `_jit_pass_lower_all_tuples` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:661:5-50: No attribute `_jit_pass_onnx_remove_inplace_ops_for_onnx` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:662:5-33: No attribute `_jit_pass_onnx_preprocess` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:665:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:668:5-43: No attribute `_jit_pass_prepare_division_for_onnx` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:670:5-35: No attribute `_jit_pass_onnx_remove_print` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:671:5-40: No attribute `_jit_pass_onnx_preprocess_caffe2` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:675:5-47: No attribute `_jit_pass_onnx_unpack_quantized_weights` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:677:5-36: No attribute `_jit_pass_erase_number_types` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:681:9-50: No attribute `_jit_pass_onnx_set_dynamic_input_shape` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:682:5-27: No attribute `_jit_pass_onnx_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:684:13-30: No attribute `_jit_pass_onnx` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:685:5-27: No attribute `_jit_pass_onnx_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:686:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:688:5-43: No attribute `_jit_pass_onnx_scalar_type_analysis` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:691:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:693:5-31: No attribute `_jit_pass_onnx_peephole` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:696:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:703:5-60: No attribute `_jit_pass_dce_allow_deleting_nodes_with_side_effects` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:704:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:705:13-38: No attribute `_jit_pass_canonicalize` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:706:5-22: No attribute `_jit_pass_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:709:13-57: No attribute `_jit_pass_onnx_graph_shape_type_inference` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:896:35-66: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:897:5-37: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:905:5-37: No attribute `set_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:957:12-20: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:957:27-36: No attribute `IValue` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:957:51-66: No attribute `ScriptModule` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:968:13-52: No attribute `_jit_pass_onnx_function_substitution` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:969:30-47: No attribute `_freeze_module` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:970:22-37: No attribute `ScriptModule` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:972:30-64: No attribute `_jit_onnx_list_model_parameters` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:977:21-58: No attribute `_propagate_and_assign_input_shapes` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:985:9-48: No attribute `_jit_pass_onnx_function_substitution` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:987:17-54: No attribute `_propagate_and_assign_input_shapes` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:993:5-27: No attribute `_jit_pass_onnx_lint` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1002:5-44: No attribute `_jit_pass_onnx_function_substitution` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1030:5-17: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1030:19-30: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1031:5-16: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1031:18-28: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1032:5-17: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1032:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1033:5-19: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1033:21-31: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1041:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1041:49-61: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1043:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1043:54-67: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1046:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1046:54-65: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1048:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1083:5-13: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1123:9-25: No attribute `_jit_onnx_log` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1133:9-46: No attribute `_jit_pass_onnx_assign_output_shape` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1155:13-50: No attribute `_jit_pass_onnx_assign_output_shape` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1173:27-58: No attribute `_jit_pass_onnx_eval_peephole` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1175:23-54: No attribute `_jit_pass_onnx_constant_fold` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1178:9-64: No attribute `_jit_pass_dce_allow_deleting_nodes_with_side_effects` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1182:13-57: No attribute `_jit_pass_onnx_graph_shape_type_inference` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1190:19-59: No attribute `_jit_pass_onnx_eliminate_unused_items` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1195:9-56: No attribute `_jit_pass_onnx_cast_all_constant_to_floating` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1197:19-59: No attribute `_jit_pass_filter_non_tensor_arguments` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1198:5-43: No attribute `_jit_decay_packed_param_input_types` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1215:12-20: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1251:13-32: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1252:13-58: No attribute `_jit_pass_onnx_remove_inplace_ops_for_onnx` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1253:13-44: No attribute `_jit_pass_erase_number_types` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1254:13-68: No attribute `_jit_pass_dce_allow_deleting_nodes_with_side_effects` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1292:29-50: No attribute `_get_tracing_state` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1302:13-53: No attribute `_jit_pass_onnx_track_scope_attributes` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1328:13-54: No attribute `_jit_onnx_create_full_scope_name` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1360:5-42: No attribute `_jit_pass_onnx_clear_scope_records` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1382:13-29: No attribute `_jit_onnx_log` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1526:13-68: No attribute `_jit_pass_dce_allow_deleting_nodes_with_side_effects` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1530:37-74: No attribute `_jit_pass_onnx_function_extraction` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1542:13-69: No attribute `_jit_pass_onnx_assign_scoped_names_for_node_and_value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1588:17-33: No attribute `_jit_onnx_log` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1668:22-29: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1668:34-42: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1672:32-40: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1676:33-41: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1676:50-58: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1701:35-42: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1706:12-27: No attribute `parse_schema` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1710:12-20: No attribute `Graph` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1711:12-20: No attribute `Block` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1712:11-18: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1714:15-23: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1714:25-33: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1715:24-32: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1716:21-28: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1718:6-14: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/_internal/torchscript_exporter/utils.py:1718:26-34: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/errors.py:60:41-49: No attribute `Value` in module `torch._C` [missing-attribute]
ERROR torch/onnx/operators.py:33:19-41: No attribute `_shape_as_tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/operators.py:47:29-55: No attribute `_reshape_from_tensor` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:31:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:32:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:33:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:34:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:35:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:36:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:37:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:39:5-15: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:40:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:41:5-17: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:42:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:43:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:44:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:45:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:46:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:47:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:48:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:49:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:50:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:53:5-27: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:90:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/__init__.py:191:22-33: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:4:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:5:8-21: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:6:8-19: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:7:8-18: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:8:8-20: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:9:8-19: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:10:8-19: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:11:8-19: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:12:8-18: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:13:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:14:9-21: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:15:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:16:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:17:9-24: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:18:9-25: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:19:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:20:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:21:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:22:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:23:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:24:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:25:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_dtype_mappings.py:26:9-31: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:67:16-36: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:73:12-23: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:126:13-26: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:135:13-26: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:176:11-26: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:179:11-26: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:188:18-29: No attribute `chunk` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:198:16-31: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:199:16-31: No attribute `unsqueeze` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:200:27-36: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:201:20-33: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:203:20-29: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:204:14-23: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:206:16-29: No attribute `reshape` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:209:12-25: No attribute `permute` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:245:16-32: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:245:33-45: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:277:12-24: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:356:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:357:19-30: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:358:21-32: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:359:17-28: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:411:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:416:9-18: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:435:54-64: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:473:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:482:27-37: No attribute `tril` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:483:17-27: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:486:27-37: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:494:35-45: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:510:28-40: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:523:38-48: No attribute `tanh` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:536:30-43: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:539:30-43: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:541:26-39: No attribute `softmax` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_impl.py:547:18-30: No attribute `matmul` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_symbolic_impl.py:188:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_symbolic_impl.py:217:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_symbolic_impl.py:261:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/onnx/ops/_symbolic_impl.py:299:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:69:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:84:16-32: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:98:33-45: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:111:41-57: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:112:47-68: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:373:20-31: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:422:11-23: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:422:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:430:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:430:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:503:20-31: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:516:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:517:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:520:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:537:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:550:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:551:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:552:13-33: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:559:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:560:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:561:13-33: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:573:13-38: No attribute `_foreach_clamp_min_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:574:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:581:29-47: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:582:13-33: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:589:9-34: No attribute `_foreach_clamp_min_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:590:9-30: No attribute `_foreach_rsqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:591:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:598:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/_adafactor.py:599:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/_muon.py:63:23-34: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/optim/_muon.py:66:22-33: No attribute `addmm` in module `torch` [missing-attribute]
ERROR torch/optim/_muon.py:73:66-76: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/optim/_muon.py:146:16-32: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/_muon.py:157:44-60: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/_muon.py:158:43-64: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:77:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:81:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:98:28-44: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:109:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:111:26-37: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:114:39-55: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:115:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:117:38-54: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:118:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:287:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:288:26-44: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:289:25-43: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:290:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:300:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:301:21-42: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:368:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:369:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:372:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:380:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:386:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:387:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:391:15-33: No attribute `_foreach_add` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:392:9-29: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:394:18-36: No attribute `_foreach_add` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:395:9-29: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:396:9-28: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:397:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:399:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:400:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:405:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:406:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adadelta.py:408:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:83:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:89:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:93:24-40: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:96:32-47: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:97:50-71: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:116:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:122:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:131:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:154:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:163:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:169:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:177:28-44: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:180:36-51: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:181:54-75: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:361:12-35: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:416:26-42: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:418:24-42: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:419:29-47: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:420:25-43: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:428:25-46: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:429:29-50: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:509:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:510:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:513:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:518:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:528:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:530:15-34: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:531:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:535:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:540:9-32: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:609:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:610:9-30: No attribute `_fused_adagrad_` in module `torch` [missing-attribute]
ERROR torch/optim/adagrad.py:624:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:130:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:136:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:152:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:169:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:175:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:178:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:179:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:182:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:183:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:187:51-67: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:188:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:430:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:431:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:432:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:433:26-44: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:435:38-56: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:436:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:469:34-46: No attribute `square` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:510:42-55: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:539:17-30: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:549:24-40: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:550:34-55: No attribute `view_as_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:682:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:683:37-49: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:686:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:691:17-36: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:695:21-40: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:704:9-29: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:708:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:721:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:737:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:738:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:740:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:743:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:744:13-39: No attribute `_foreach_reciprocal_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:746:13-33: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:760:35-54: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:762:35-54: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:764:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:765:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:766:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:769:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:785:17-40: No attribute `_foreach_maximum_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:788:35-54: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:790:35-54: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:792:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:793:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:794:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:876:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:877:16-34: No attribute `_fused_adam_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:877:70-89: No attribute `_fused_adamw_` in module `torch` [missing-attribute]
ERROR torch/optim/adam.py:897:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:80:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:84:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:94:28-44: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:105:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:107:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:109:36-52: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:110:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:112:36-52: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:113:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:270:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:271:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:272:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:273:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:274:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:280:13-26: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:286:24-33: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:290:27-37: No attribute `amax` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:374:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:375:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:378:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:383:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:390:9-29: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:393:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:400:13-32: No attribute `_foreach_abs_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:402:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:403:9-32: No attribute `_foreach_maximum_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:407:32-50: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:409:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:410:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:412:21-39: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:413:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/adamax.py:419:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:75:43-55: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:79:42-54: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:83:41-53: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:91:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:100:37-48: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:104:25-40: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:112:35-45: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:115:35-51: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:116:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:241:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:242:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:243:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:244:18-36: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:268:26-39: No attribute `maximum` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:268:53-68: No attribute `ones_like` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:271:23-38: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:273:22-37: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:350:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:351:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:354:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:360:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:363:32-50: No attribute `_foreach_add` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:367:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:369:28-46: No attribute `_foreach_add` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:377:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:388:24-42: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:389:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:396:23-41: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:397:13-36: No attribute `_foreach_maximum_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:398:13-39: No attribute `_foreach_reciprocal_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:399:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:403:24-42: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:404:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:405:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:406:13-32: No attribute `_foreach_pow_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:407:13-39: No attribute `_foreach_reciprocal_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:408:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:409:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:412:17-32: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:416:17-32: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:419:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/optim/asgd.py:420:13-33: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:45:31-54: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:60:60-83: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:74:60-83: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:89:44-67: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:279:34-50: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:294:16-32: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:295:24-42: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:297:16-25: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:302:16-32: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:303:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:312:39-62: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:432:25-34: No attribute `mul` in module `torch` [missing-attribute]
ERROR torch/optim/lbfgs.py:438:64-87: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:90:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:94:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:99:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:103:34-46: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:119:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:132:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:134:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:137:25-35: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:139:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:142:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:143:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:146:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:147:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:311:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:312:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:313:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:314:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:315:26-44: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:457:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:458:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:461:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:466:17-36: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:470:21-40: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:479:9-29: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:481:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:482:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:486:27-46: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:493:24-42: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:494:19-37: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:495:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:496:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:497:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:500:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:501:24-42: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:502:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:503:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:504:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:509:36-54: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:511:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:512:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:513:13-33: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:529:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:531:9-28: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:532:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:539:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:540:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:542:21-39: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:543:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:544:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:551:21-39: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:552:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:555:13-32: No attribute `_foreach_sub_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:556:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:564:25-43: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:565:13-36: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:568:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:590:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/nadam.py:596:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:31:30-42: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:32:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:32:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:64:21-42: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:100:16-27: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:174:17-40: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:195:58-81: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:204:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:205:25-43: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:207:24-42: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:212:16-29: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:214:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:214:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:214:55-68: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:214:74-87: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:222:45-83: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/optim/optimizer.py:378:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/optim/optimizer.py:550:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:550:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:796:39-52: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:1049:25-37: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:1049:51-62: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/optim/optimizer.py:1085:25-45: No attribute `_foreach_zero_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:85:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:89:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:98:32-48: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:108:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:110:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:113:40-56: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:114:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:117:43-59: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:118:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:294:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:295:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:296:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:297:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:298:26-44: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:344:22-33: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:422:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:423:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:426:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:443:32-50: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:444:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:445:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:446:32-50: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:447:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:448:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:449:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:450:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:451:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:465:17-36: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:469:21-40: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:478:9-29: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:480:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:481:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:489:19-37: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:490:20-38: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:491:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:493:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:495:21-39: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:496:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:498:13-33: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:502:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:507:33-44: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:508:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:510:32-50: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:511:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:512:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:514:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:515:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:517:32-50: No attribute `_foreach_pow` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:518:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:519:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:520:13-33: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:521:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:522:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:524:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:525:13-32: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:556:18-37: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:557:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:558:9-28: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:559:9-35: No attribute `_foreach_reciprocal_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:560:9-28: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/radam.py:563:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:86:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:90:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:107:28-44: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:119:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:121:26-37: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:123:39-55: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:124:38-59: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:127:48-64: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:128:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:131:41-57: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:132:42-63: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:310:28-44: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:312:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:313:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:314:26-44: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:321:28-46: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:335:23-41: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:419:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:420:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:423:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:428:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:434:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:435:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:441:13-33: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:442:19-41: No attribute `_foreach_addcmul` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:445:13-33: No attribute `_foreach_sqrt_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:446:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:448:19-38: No attribute `_foreach_sqrt` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:449:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:455:13-32: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:456:13-36: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:460:31-49: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:461:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:463:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:470:17-36: No attribute `_foreach_div_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:471:17-40: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/rmsprop.py:473:17-40: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:73:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:77:30-42: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:85:28-44: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:97:21-32: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:99:26-37: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:102:33-49: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:102:67-88: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:106:42-57: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:110:42-57: No attribute `full_like` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:259:12-28: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:260:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:261:20-38: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:262:21-39: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:263:25-43: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:270:24-35: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:271:24-35: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:272:24-35: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:283:41-62: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:285:24-35: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:349:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:350:38-50: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:353:13-32: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:361:17-35: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:363:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:368:9-29: No attribute `_foreach_copy_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:370:13-32: No attribute `_foreach_neg_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:373:9-29: No attribute `_foreach_sign_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:376:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:377:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:378:28-39: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:386:9-28: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:395:17-28: No attribute `where` in module `torch` [missing-attribute]
ERROR torch/optim/rprop.py:403:9-32: No attribute `_foreach_addcmul_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:427:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:445:17-36: No attribute `_foreach_mul_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:446:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:462:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:469:30-48: No attribute `_foreach_mul` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:470:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:472:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:511:39-55: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/optim/sgd.py:529:9-26: No attribute `_fused_sgd_` in module `torch` [missing-attribute]
ERROR torch/optim/sparse_adam.py:100:44-60: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/sparse_adam.py:101:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/sparse_adam.py:104:47-63: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/optim/sparse_adam.py:105:46-67: No attribute `preserve_format` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:74:12-35: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:74:58-74: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:77:13-33: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:95:12-35: No attribute `is_floating_point` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:95:63-79: No attribute `is_complex` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:98:13-33: No attribute `_foreach_lerp_` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:104:21-39: No attribute `_foreach_sub` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:106:17-40: No attribute `_foreach_addcdiv_` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:112:17-36: No attribute `_foreach_add_` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:269:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:284:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:284:49-59: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/optim/swa_utils.py:375:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/package/package_exporter.py:222:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/package/package_exporter.py:230:25-51: No attribute `PyTorchFileWriter` in module `torch._C` [missing-attribute]
ERROR torch/package/package_exporter.py:242:41-72: No attribute `ScriptModuleSerializer` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:88:36-62: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:104:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:107:39-65: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:113:35-61: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:118:31-57: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:120:9-41: No attribute `_log_api_usage_metadata` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:232:27-65: No attribute `DeserializationStorageContext` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:243:48-74: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/package/package_importer.py:259:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/profiler/_cupti_monitor.py:270:42-60: No attribute `_demangle` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:27:26-40: Could not import `FunctionSchema` from `torch._C` [missing-module-attribute]
ERROR torch/profiler/_memory_profiler.py:73:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:122:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:273:36-57: No attribute `OptionalType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:277:36-52: No attribute `AnyType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:280:36-53: No attribute `ListType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:286:14-33: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:287:14-31: No attribute `NoneType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:288:14-31: No attribute `BoolType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:289:14-30: No attribute `IntType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:290:14-32: No attribute `FloatType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:291:14-34: No attribute `ComplexType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:292:14-33: No attribute `NumberType` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:322:26-64: No attribute `_jit_get_schemas_for_operator` in module `torch._C` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:391:62-75: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:704:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:1033:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:1101:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/profiler/_memory_profiler.py:1184:16-40: Cannot find module `matplotlib.pyplot` [missing-import]
ERROR torch/profiler/_memory_profiler.py:1193:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:341:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:341:66-79: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:342:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:342:66-79: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:559:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:559:42-52: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:571:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:571:66-79: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:572:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:572:66-79: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:577:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:578:69-82: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:580:23-34: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/profiler/_pattern_matcher.py:581:69-82: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/profiler/_utils.py:326:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/profiler/_utils.py:328:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/profiler/_utils.py:330:25-37: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/profiler/_utils.py:332:23-36: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/profiler/_utils.py:334:35-49: No attribute `std_mean` in module `torch` [missing-attribute]
ERROR torch/profiler/_utils.py:335:35-49: No attribute `std_mean` in module `torch` [missing-attribute]
ERROR torch/profiler/profiler.py:18:22-51: Could not import `_get_privateuse1_backend_name` from `torch._C` [missing-module-attribute]
ERROR torch/profiler/profiler.py:76:9-16: Class member `_NumpyEncoder.default` overrides parent class `JSONEncoder` in an inconsistent manner [bad-override-param-name]
ERROR torch/profiler/profiler.py:571:41-79: `str` is not assignable to dict key `nccl_version` with type `Backend | int | list[dict[str, Any]]` [bad-assignment]
ERROR torch/quantization/_quantized_conversions.py:13:24-34: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:24:24-34: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:26:12-23: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:39:24-34: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:41:18-28: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:41:43-57: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:50:22-32: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:52:24-38: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:53:70-80: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:58:31-45: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:66:18-32: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:68:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:72:16-28: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:78:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:82:16-28: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:90:29-43: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:94:10-22: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:100:10-22: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:107:10-22: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:113:12-24: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:117:30-41: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:118:12-28: No attribute `zeros_like` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:125:12-28: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:126:18-28: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:127:23-32: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:132:20-34: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:142:18-32: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/quantization/_quantized_conversions.py:146:41-52: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:61:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:63:27-38: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:64:55-65: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:66:9-46: No attribute `_sobol_engine_initialize_state_` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:69:26-37: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:69:72-82: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:73:53-76: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:81:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:97:21-44: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:103:38-62: No attribute `_sobol_engine_draw` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:111:26-35: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:113:34-58: No attribute `_sobol_engine_draw` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:134:16-27: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:178:13-36: No attribute `_sobol_engine_ff_` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:182:13-36: No attribute `_sobol_engine_ff_` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:189:12-27: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:191:17-32: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:194:15-27: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:197:22-35: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:200:22-30: No attribute `mv` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:201:25-34: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:201:38-50: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:206:15-28: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/quasirandom.py:208:9-38: No attribute `_sobol_engine_scramble_` in module `torch` [missing-attribute]
ERROR torch/random.py:24:22-39: Could not import `default_generator` from `torch._C` [missing-module-attribute]
ERROR torch/random.py:49:26-44: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/random.py:62:32-50: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/random.py:128:27-65: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/random.py:242:32-47: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/serialization.py:70:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/serialization.py:553:24-62: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:595:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/serialization.py:629:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/serialization.py:631:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/serialization.py:663:24-62: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:805:36-62: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:807:26-52: No attribute `PyTorchFileReader` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:810:41-67: No attribute `PyTorchFileWriter` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:828:17-43: No attribute `PyTorchFileWriter` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:839:43-69: No attribute `PyTorchFileWriter` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:848:13-39: No attribute `PyTorchFileWriter` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:994:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:1025:64-75: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1031:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1073:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1075:25-36: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1197:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1217:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1303:35-46: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1304:42-53: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1440:5-33: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/serialization.py:1541:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1646:30-42: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1653:16-28: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1789:30-41: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/serialization.py:1948:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/serialization.py:2177:21-32: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/serialization.py:2225:5-37: No attribute `_log_api_usage_metadata` in module `torch._C` [missing-attribute]
ERROR torch/signal/windows/windows.py:64:40-51: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:64:61-73: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:79:22-35: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:83:22-35: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:83:37-50: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:139:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:140:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:140:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:141:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:145:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:156:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:165:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:175:12-21: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:175:23-32: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:223:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:224:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:224:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:225:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:229:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:234:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:241:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:251:12-21: No attribute `sin` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:297:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:298:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:298:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:299:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:303:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:311:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:319:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:329:12-21: No attribute `exp` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:376:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:377:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:377:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:378:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:382:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:390:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:395:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:401:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:405:11-24: No attribute `minimum` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:412:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:422:12-20: No attribute `i0` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:422:21-31: No attribute `sqrt` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:422:46-55: No attribute `pow` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:422:66-74: No attribute `i0` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:468:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:469:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:469:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:470:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:522:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:523:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:523:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:524:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:576:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:577:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:577:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:578:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:582:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:637:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:638:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:638:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:639:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:643:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:648:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:653:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:660:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:670:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:713:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:714:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:714:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:715:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:719:17-40: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:724:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:729:16-26: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:741:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:751:11-23: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:757:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:763:33-42: No attribute `cos` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:806:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:807:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:807:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:808:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:870:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:871:13-25: No attribute `layout` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:871:28-41: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/signal/windows/windows.py:872:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:276:20-37: No attribute `_sparse_sum` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:278:20-37: No attribute `_sparse_sum` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:281:20-37: No attribute `_sparse_sum` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:283:20-37: No attribute `_sparse_sum` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:507:16-56: No attribute `_check_sparse_tensor_invariants` in module `torch._C` [missing-attribute]
ERROR torch/sparse/__init__.py:527:9-53: No attribute `_set_check_sparse_tensor_invariants` in module `torch._C` [missing-attribute]
ERROR torch/sparse/__init__.py:535:9-53: No attribute `_set_check_sparse_tensor_invariants` in module `torch._C` [missing-attribute]
ERROR torch/sparse/__init__.py:549:9-53: No attribute `_set_check_sparse_tensor_invariants` in module `torch._C` [missing-attribute]
ERROR torch/sparse/__init__.py:554:9-53: No attribute `_set_check_sparse_tensor_invariants` in module `torch._C` [missing-attribute]
ERROR torch/sparse/__init__.py:596:13-29: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:597:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:598:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:599:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:600:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:603:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:604:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:605:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:606:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:608:33-49: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:608:51-67: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:634:37-47: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:635:65-75: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:642:38-54: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:651:41-57: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:651:59-75: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:684:39-55: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:685:29-52: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/sparse/__init__.py:692:29-59: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:21:16-28: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:22:16-28: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:33:63-73: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:34:65-75: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:61:18-28: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:62:23-33: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:63:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:64:26-36: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:64:38-52: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:64:54-65: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:65:22-33: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:72:22-33: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:87:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:138:29-40: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:139:29-40: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:141:23-34: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:145:18-29: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:207:27-38: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:207:40-51: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:211:24-35: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:231:12-24: No attribute `gather` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:240:14-25: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:273:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:276:13-24: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:277:24-35: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:280:20-30: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:281:43-53: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:323:35-46: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:352:26-38: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:352:48-59: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:355:42-53: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_conversions.py:356:10-21: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:26:13-43: No attribute `_DisableTorchDispatch` in module `torch._C` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:70:30-41: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:70:56-67: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:70:73-84: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:90:9-19: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:200:19-38: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:202:19-38: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:216:25-38: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:216:59-72: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:223:21-42: No attribute `_cslt_sparse_mm` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:266:31-43: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:285:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:287:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/sparse/_semi_structured_ops.py:291:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:27:21-37: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:60:14-24: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:60:26-40: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:60:42-53: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:231:12-42: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:384:28-39: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:419:28-39: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:471:28-39: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:498:25-36: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:537:25-38: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:782:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:906:26-39: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:908:29-45: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:908:47-63: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:913:29-45: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:913:47-63: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:949:21-32: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:954:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:964:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:980:13-25: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:987:17-29: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:993:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:998:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1001:17-29: No attribute `cumsum` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1007:21-30: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1028:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1029:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1058:46-59: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1058:61-75: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1095:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1108:24-35: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1163:39-49: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1170:15-26: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1172:19-30: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1306:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1307:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1308:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1309:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1310:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1311:9-20: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1368:12-18: Cannot find module `triton` [missing-import]
ERROR torch/sparse/_triton_ops.py:1369:12-33: Cannot find module `triton.language` [missing-import]
ERROR torch/sparse/_triton_ops.py:1660:29-39: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1660:41-55: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1703:47-57: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1708:35-45: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1785:52-62: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:1978:16-46: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2002:33-49: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2004:41-57: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2014:35-45: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2129:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2130:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2131:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2132:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2303:13-26: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2304:13-27: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2305:13-26: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops.py:2306:13-26: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:123:53-66: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:248:44-55: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:468:9-24: No attribute `bernoulli` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:469:9-19: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:469:47-60: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:475:29-43: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:479:26-40: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:483:9-32: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:484:9-32: No attribute `repeat_interleave` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:489:28-41: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:491:12-18: Cannot find module `triton` [missing-import]
ERROR torch/sparse/_triton_ops_meta.py:574:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:575:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:576:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:577:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:578:14-27: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:644:12-18: Cannot find module `triton` [missing-import]
ERROR torch/sparse/_triton_ops_meta.py:775:11-24: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:813:46-59: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:834:17-27: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:977:59-69: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:2197:59-69: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:2259:59-69: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:2283:54-68: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:3673:54-68: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:3715:54-67: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:5424:54-67: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:5466:54-67: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:6860:54-67: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:6902:54-64: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:6920:49-63: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7202:49-62: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7492:49-62: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7778:19-29: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7781:19-32: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7781:34-48: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7781:50-63: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/_triton_ops_meta.py:7781:65-75: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:61:36-47: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:82:16-26: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:171:33-43: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:187:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:289:16-24: No attribute `mm` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:289:31-40: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:394:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:395:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:396:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:397:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:497:13-47: No attribute `_sparse_semi_structured_tile` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:562:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:563:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:564:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:565:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:578:20-40: No attribute `_cslt_compress` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:633:13-47: No attribute `_sparse_semi_structured_tile` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:682:26-45: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:741:59-85: Argument `tuple[Literal[0], Unknown, Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/sparse/semi_structured.py:744:19-51: No attribute `_sparse_semi_structured_mm` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:746:19-54: No attribute `_sparse_semi_structured_addmm` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:768:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:805:59-85: Argument `tuple[Literal[0], Unknown, Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/sparse/semi_structured.py:807:15-36: No attribute `_cslt_sparse_mm` in module `torch` [missing-attribute]
ERROR torch/sparse/semi_structured.py:838:16-27: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/storage.py:45:13-25: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:49:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:94:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:94:63-75: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:109:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:109:62-74: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:274:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/storage.py:277:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:277:36-47: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:287:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:288:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:293:25-37: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/storage.py:297:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/storage.py:301:25-35: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/storage.py:305:25-35: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/storage.py:309:25-34: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/storage.py:313:25-36: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/storage.py:317:25-35: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/storage.py:321:25-36: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:325:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/storage.py:329:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/storage.py:333:25-38: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/storage.py:337:25-37: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/storage.py:341:25-42: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/storage.py:345:25-44: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/storage.py:349:25-46: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/storage.py:353:25-46: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/storage.py:366:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:366:36-47: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:385:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:385:36-47: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:408:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:467:22-42: No attribute `StorageBase` in module `torch._C` [missing-attribute]
ERROR torch/storage.py:543:9-26: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/storage.py:544:9-28: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/storage.py:545:9-30: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/storage.py:546:9-30: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/storage.py:547:9-29: No attribute `float8_e8m0fnu` in module `torch` [missing-attribute]
ERROR torch/storage.py:548:9-31: No attribute `float4_e2m1fn_x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:549:9-20: No attribute `bits8` in module `torch` [missing-attribute]
ERROR torch/storage.py:550:9-21: No attribute `bits16` in module `torch` [missing-attribute]
ERROR torch/storage.py:551:9-22: No attribute `bits1x8` in module `torch` [missing-attribute]
ERROR torch/storage.py:552:9-22: No attribute `bits2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:553:9-22: No attribute `bits4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:554:9-24: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/storage.py:555:9-21: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/storage.py:556:9-21: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:557:9-21: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/storage.py:569:9-21: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/storage.py:570:9-20: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/storage.py:571:9-19: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/storage.py:572:9-19: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/storage.py:573:9-18: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/storage.py:574:9-20: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/storage.py:575:9-19: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/storage.py:576:9-20: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:577:9-19: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/storage.py:578:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/storage.py:579:9-22: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/storage.py:580:9-21: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/storage.py:581:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:582:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:583:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:584:9-23: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:585:9-23: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:597:9-21: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:598:9-23: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:599:9-23: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:600:9-21: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:601:9-20: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:604:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:604:27-38: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:605:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:605:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:606:13-27: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:606:29-40: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:607:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:607:27-38: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/storage.py:608:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:608:26-36: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/storage.py:610:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:615:22-34: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:669:30-68: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/storage.py:678:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:680:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/storage.py:821:38-49: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/storage.py:844:26-49: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/storage.py:845:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:848:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:849:17-31: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:850:17-31: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:851:17-29: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:852:17-28: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:951:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:952:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:953:13-27: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:954:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:955:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:958:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:958:31-42: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:959:17-31: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:959:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:960:17-31: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:960:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:961:17-29: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:961:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/storage.py:962:17-28: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:962:30-40: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/storage.py:965:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:974:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:1000:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1001:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:1002:13-27: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:1003:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:1004:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1007:17-29: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1007:31-42: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1008:17-31: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:1008:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1009:17-31: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:1009:33-44: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1010:17-29: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:1010:31-42: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/storage.py:1011:17-28: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1011:30-40: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1023:26-38: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:1064:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1065:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:1066:13-27: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:1067:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:1068:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1077:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1078:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:1079:13-27: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:1080:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:1081:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1089:35-47: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:1090:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:1092:13-25: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1093:13-27: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/storage.py:1094:13-27: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/storage.py:1095:13-25: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/storage.py:1096:13-24: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1209:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:1287:21-44: No attribute `get_default_dtype` in module `torch` [missing-attribute]
ERROR torch/storage.py:1288:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/storage.py:1317:34-45: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/storage.py:1320:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/storage.py:1332:25-37: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/storage.py:1337:25-36: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/storage.py:1342:25-35: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/storage.py:1347:25-35: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/storage.py:1352:25-34: No attribute `int` in module `torch` [missing-attribute]
ERROR torch/storage.py:1357:25-36: No attribute `short` in module `torch` [missing-attribute]
ERROR torch/storage.py:1362:25-35: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1367:25-36: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/storage.py:1372:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/storage.py:1377:25-39: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/storage.py:1382:25-38: No attribute `cdouble` in module `torch` [missing-attribute]
ERROR torch/storage.py:1387:25-37: No attribute `cfloat` in module `torch` [missing-attribute]
ERROR torch/storage.py:1392:25-42: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/storage.py:1397:25-44: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/storage.py:1402:25-46: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/storage.py:1407:25-46: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/storage.py:1499:13-51: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/storage.py:1520:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/testing/__init__.py:1:22-44: Could not import `FileCheck` from `torch._C` [missing-module-attribute]
ERROR torch/testing/_comparison.py:84:5-18: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:85:5-19: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:86:5-18: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:87:5-18: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:88:5-20: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:89:5-20: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:90:5-21: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:96:10-22: No attribute `quint8` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:96:24-38: No attribute `quint2x4` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:96:40-54: No attribute `quint4x2` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:96:56-67: No attribute `qint8` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:96:69-81: No attribute `qint32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:97:27-40: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:103:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:104:28-39: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:117:32-43: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:131:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:324:49-58: No attribute `sum` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:331:36-49: No attribute `nonzero` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:346:38-49: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:347:42-53: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:349:16-25: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:352:43-52: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:354:27-36: No attribute `abs` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:357:43-52: No attribute `max` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:581:14-25: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:582:16-29: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:583:18-34: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:750:20-35: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:756:13-26: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:757:13-25: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:758:13-29: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:759:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:760:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:761:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:762:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:823:30-43: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:871:33-45: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:871:47-59: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:871:61-73: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:872:32-43: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:873:35-47: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:873:49-61: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:873:63-75: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:874:34-45: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:875:21-40: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:881:60-73: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:883:59-72: No attribute `strided` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:894:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:895:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:896:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:897:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:900:31-43: No attribute `jagged` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1029:13-29: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1034:13-29: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1039:13-29: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1044:13-29: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1066:25-44: No attribute `promote_types` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1113:19-32: No attribute `isclose` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1116:12-21: No attribute `all` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1119:28-38: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1656:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1658:20-32: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1665:17-30: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1666:17-30: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/testing/_comparison.py:1667:17-30: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:15:5-16: No attribute `uint8` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:16:5-15: No attribute `int8` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:17:5-16: No attribute `int16` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:18:5-16: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:19:5-16: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:20:5-17: No attribute `uint16` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:21:5-17: No attribute `uint32` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:22:5-17: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:24:20-33: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:24:35-49: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:24:51-64: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:24:66-79: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:26:5-24: No attribute `float8_e4m3fn` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:27:5-22: No attribute `float8_e5m2` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:28:5-26: No attribute `float8_e4m3fnuz` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:29:5-26: No attribute `float8_e5m2fnuz` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:31:19-34: No attribute `complex32` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:31:36-51: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:31:53-69: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:32:31-41: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:39:22-33: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:46:19-29: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:47:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:48:19-31: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:54:20-39: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:199:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:211:18-31: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:218:34-45: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:219:35-46: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:223:38-49: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:230:18-31: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:235:30-41: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:236:31-42: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:240:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:242:13-31: No attribute `view_as_real` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:248:30-41: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:249:31-42: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:253:18-29: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:253:58-71: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/testing/_creation.py:270:59-70: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/testing/_utils.py:34:49-75: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/testing/_utils.py:53:53-79: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/torch_version.py:5:1-58: Cannot find module `torch.version` [missing-import]
ERROR torch/types.py:20:5-22: Could not import `device` from `torch` [missing-module-attribute]
ERROR torch/types.py:21:5-16: Could not import `DispatchKey` from `torch` [missing-module-attribute]
ERROR torch/types.py:22:5-20: Could not import `dtype` from `torch` [missing-module-attribute]
ERROR torch/types.py:23:5-22: Could not import `layout` from `torch` [missing-module-attribute]
ERROR torch/types.py:24:5-24: Could not import `qscheme` from `torch` [missing-module-attribute]
ERROR torch/types.py:25:5-9: Could not import `Size` from `torch` [missing-module-attribute]
ERROR torch/utils/__init__.py:107:5-31: No attribute `_swap_tensor_impl` in module `torch._C` [missing-attribute]
ERROR torch/utils/_content_store.py:72:9-22: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:73:58-69: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:77:9-22: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:77:72-83: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:112:21-47: No attribute `default_generator` in module `torch._C` [missing-attribute]
ERROR torch/utils/_content_store.py:130:26-34: Argument `tuple[Literal[0], Unknown]` is not assignable to parameter `pad` with type `list[int]` in function `torch.nn.functional.pad` [bad-argument-type]
ERROR torch/utils/_content_store.py:131:20-31: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:196:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:203:22-34: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_content_store.py:238:13-25: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_mode.py:459:13-51: No attribute `_push_on_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/utils/_debug_mode/_mode.py:480:13-47: No attribute `_pop_torch_function_stack` in module `torch._C` [missing-attribute]
ERROR torch/utils/_debug_mode/_mode.py:622:14-43: No attribute `DisableTorchFunction` in module `torch._C` [missing-attribute]
ERROR torch/utils/_debug_mode/_mode.py:1020:25-41: `None` is not subscriptable [unsupported-operation]
ERROR torch/utils/_debug_mode/_mode.py:1037:29-51: `None` is not subscriptable [unsupported-operation]
ERROR torch/utils/_debug_mode/_utils.py:79:14-47: No attribute `_DisablePythonDispatcher` in module `torch._C` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:129:10-43: No attribute `_DisablePythonDispatcher` in module `torch._C` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:135:34-50: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:137:34-47: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:160:30-43: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:162:30-46: No attribute `complex128` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:162:53-66: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:164:30-41: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:167:15-32: No attribute `hash_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:169:15-26: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:169:60-72: No attribute `uint64` in module `torch` [missing-attribute]
ERROR torch/utils/_debug_mode/_utils.py:199:8-39: No attribute `_current_autograd_node` in module `torch._C` [missing-attribute]
ERROR torch/utils/_device.py:5:22-47: Could not import `_len_torch_function_stack` from `torch._C` [missing-module-attribute]
ERROR torch/utils/_device.py:10:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:17:9-20: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:18:9-29: No attribute `empty_permuted` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:19:9-28: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:20:9-30: No attribute `empty_quantized` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:21:9-19: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:22:9-21: No attribute `arange` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:23:9-30: No attribute `bartlett_window` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:24:9-30: No attribute `blackman_window` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:25:9-18: No attribute `eye` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:28:9-19: No attribute `full` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:29:9-29: No attribute `hamming_window` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:30:9-26: No attribute `hann_window` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:31:9-28: No attribute `kaiser_window` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:32:9-23: No attribute `linspace` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:33:9-23: No attribute `logspace` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:37:9-19: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:38:9-20: No attribute `randn` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:39:9-22: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:40:9-23: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:41:9-20: No attribute `range` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:42:9-32: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:43:9-39: No attribute `sparse_compressed_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:44:9-32: No attribute `sparse_csr_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:45:9-32: No attribute `sparse_csc_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:46:9-32: No attribute `sparse_bsr_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:47:9-32: No attribute `sparse_bsc_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:48:9-27: No attribute `tril_indices` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:49:9-27: No attribute `triu_indices` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:50:9-20: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:51:9-22: No attribute `asarray` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:53:9-21: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:54:9-24: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:55:9-28: No attribute `scalar_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:70:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_device.py:137:42-54: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_dtype_abbrs.py:5:38-62: No attribute `_get_all_dtypes` in module `torch._C` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:10:36-74: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:22:9-47: No attribute `_get_privateuse1_backend_name` in module `torch._C` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:46:17-29: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:46:31-42: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:47:12-55: No attribute `_group_tensors_by_device_and_dtype` in module `torch._C` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:50:41-53: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_foreach_utils.py:57:57-69: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/_import_utils.py:30:12-16: Cannot find module `dill` [missing-import]
ERROR torch/utils/_mode_utils.py:15:15-45: No attribute `_DisableTorchDispatch` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:16:5-27: Could not import `_get_dispatch_stack_at` from `torch._C` [missing-module-attribute]
ERROR torch/utils/_python_dispatch.py:17:5-30: Could not import `_len_torch_dispatch_stack` from `torch._C` [missing-module-attribute]
ERROR torch/utils/_python_dispatch.py:18:5-30: Could not import `_pop_torch_dispatch_stack` from `torch._C` [missing-module-attribute]
ERROR torch/utils/_python_dispatch.py:19:5-34: Could not import `_push_on_torch_dispatch_stack` from `torch._C` [missing-module-attribute]
ERROR torch/utils/_python_dispatch.py:20:5-16: Could not import `DispatchKey` from `torch._C` [missing-module-attribute]
ERROR torch/utils/_python_dispatch.py:56:17-51: No attribute `_len_torch_dispatch_stack` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:119:46-66: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:283:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:284:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:287:47-77: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:288:28-58: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:294:26-53: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:311:26-53: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:321:16-45: No attribute `_unset_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:326:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:327:9-39: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:352:31-51: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:364:10-49: No attribute `_functionality_to_backend_keys` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:371:32-62: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:377:35-65: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:490:12-25: No attribute `Size` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:515:24-43: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:526:24-43: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:536:24-43: No attribute `memory_format` in module `torch` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:671:17-48: No attribute `_functionalize_unsafe_set` in module `torch` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:675:13-44: No attribute `_functionalize_unsafe_set` in module `torch` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:814:28-37: No attribute `Tag` in module `torch` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:858:27-55: No attribute `_parse_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:859:17-50: No attribute `_dispatch_key_for_device` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:868:40-86: No attribute `_dispatch_has_kernel_for_dispatch_key` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:949:31-69: No attribute `_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:950:17-59: No attribute `_set_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/utils/_python_dispatch.py:954:21-63: No attribute `_set_meta_in_tls_dispatch_include` in module `torch._C` [missing-attribute]
ERROR torch/utils/_pytree.py:122:9-16: Class member `EnumEncoder.default` overrides parent class `JSONEncoder` in an inconsistent manner [bad-override-param-name]
ERROR torch/utils/_pytree.py:1051:34-1062:2: `frozenset[((typename: str, field_names: Iterable[str] | str, *, rename: bool = False, module: str | None = None, defaults: Iterable[Any] | None = None) -> type[tuple[Any, ...]]) | type[OrderedDict] | type[defaultdict] | type[deque] | type[dict] | type[list] | type[tuple]]` is not assignable to `frozenset[type[Any]]` [bad-assignment]
ERROR torch/utils/_runtime_estimation.py:16:9-22: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/utils/_runtime_estimation.py:17:9-23: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/utils/_runtime_estimation.py:18:9-22: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/_runtime_estimation.py:19:9-22: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_runtime_estimation.py:77:45-56: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/_strobelight/examples/cli_function_profiler_example.py:22:20-30: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/_strobelight/examples/cli_function_profiler_example.py:22:38-48: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/_strobelight/examples/cli_function_profiler_example.py:22:56-66: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:15:30-35: Could not import `_torf` from `sympy.core.logic` [missing-module-attribute]
ERROR torch/utils/_sympy/functions.py:113:9-118:47: Returned type `bool | Ellipsis` is not assignable to declared return type `bool` [bad-return]
ERROR torch/utils/_sympy/functions.py:235:9-13: Class member `FloorDiv.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:276:20-66: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic | None` [bad-return]
ERROR torch/utils/_sympy/functions.py:284:28-42: `/` is not supported between `Basic` and `Integer` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:295:43-62: Object of class `Mul` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:306:21-307:32: `+` is not supported between `type[UndefinedFunction]` and `Literal[0]` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:306:21-307:32: Returned type `int | Unknown` is not assignable to declared return type `Basic | None` [bad-return]
ERROR torch/utils/_sympy/functions.py:315:24-317:18: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic | None` [bad-return]
ERROR torch/utils/_sympy/functions.py:316:36-46: `/` is not supported between `Integer` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:316:64-77: `/` is not supported between `Integer` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:325:17-29: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:325:31-43: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:325:45-61: Object of class `Basic` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:325:63-79: Object of class `Basic` has no attribute `is_nonnegative` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:340:9-13: Class member `ModularIndexing.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:350:21-36: `//` is not supported between `Integer` and `Integer` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:356:28-360:22: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic | None` [bad-return]
ERROR torch/utils/_sympy/functions.py:357:40-50: `/` is not supported between `Integer` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:358:40-53: `/` is not supported between `Integer` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:384:42-46: Argument `Expr` is not assignable to parameter `object` with type `Integer` in function `list.append` [bad-argument-type]
ERROR torch/utils/_sympy/functions.py:387:24-73: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic | None` [bad-return]
ERROR torch/utils/_sympy/functions.py:390:20-82: Returned type `type[UndefinedFunction]` is not assignable to declared return type `Basic | None` [bad-return]
ERROR torch/utils/_sympy/functions.py:421:9-13: Class member `Where.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:437:9-13: Class member `PythonMod.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:455:20-25: `%` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:459:16-25: Object of class `Expr` has no attribute `is_even` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:461:16-24: Object of class `Expr` has no attribute `is_odd` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:465:13-18: `/` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:472:16-21: `<` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/utils/_sympy/functions.py:492:27-51: Object of class `Basic` has no attribute `is_positive` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:505:9-13: Class member `Mod.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:564:9-13: Class member `CeilToInt.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:582:9-13: Class member `FloorToInt.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:617:9-13: Class member `LShift.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:627:9-13: Class member `RShift.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:674:9-20: Object of class `MinMaxBase` has no attribute `_argset` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:676:9-38: Object of class `MinMaxBase` has no attribute `unique_summations_symbols` [missing-attribute]
ERROR torch/utils/_sympy/functions.py:1115:9-13: Class member `PowByNatural.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1142:9-13: Class member `FloatPow.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1164:9-13: Class member `FloatTrueDiv.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1189:9-13: Class member `IntTrueDiv.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1281:9-13: Class member `TruncToFloat.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1296:9-13: Class member `TruncToInt.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1315:9-13: Class member `RoundToInt.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1345:9-13: Class member `RoundDecimal.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1356:9-13: Class member `ToFloat.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1408:20-32: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsIndex | SupportsInt | SupportsTrunc | str` in function `int.__new__` [bad-argument-type]
ERROR torch/utils/_sympy/functions.py:1426:9-15: Class member `Identity.__ge__` overrides parent class `Function` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/functions.py:1428:44-58: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/functions.py:1430:9-15: Class member `Identity.__gt__` overrides parent class `Function` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/functions.py:1432:44-58: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/functions.py:1434:9-15: Class member `Identity.__le__` overrides parent class `Function` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/functions.py:1436:44-58: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/functions.py:1438:9-15: Class member `Identity.__lt__` overrides parent class `Function` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/functions.py:1440:44-58: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/functions.py:1443:22-34: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsFloat | SupportsIndex | str` in function `float.__new__` [bad-argument-type]
ERROR torch/utils/_sympy/functions.py:1462:13-17: Class member `OpaqueUnaryFn.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/functions.py:1527:13-17: Class member `BitwiseFn.eval` overrides parent class `Function` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/interp.py:125:58-69: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/interp.py:132:43-56: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/interp.py:191:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/interp.py:197:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/interp.py:199:17-28: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/interp.py:201:17-29: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/interp.py:220:17-20: Argument `Basic` is not assignable to parameter `expr` with type `Boolean | Expr` in function `sympy_interp` [bad-argument-type]
ERROR torch/utils/_sympy/numbers.py:31:5-14: Class member `IntInfinity.is_number` overrides parent class `Number` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/numbers.py:33:5-18: Class member `IntInfinity.is_comparable` overrides parent class `Number` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/numbers.py:38:5-17: Class member `IntInfinity._op_priority` overrides parent class `Number` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/numbers.py:69:16-30: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:83:16-30: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:94:16-42: Object of class `Number` has no attribute `is_extended_positive` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:97:16-30: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:112:16-45: Object of class `Number` has no attribute `is_extended_nonnegative` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:115:16-34: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:136:16-37: Class `UndefinedFunction` has no class attribute `is_positive` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:138:16-37: Class `UndefinedFunction` has no class attribute `is_negative` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:140:16-33: Class `UndefinedFunction` has no class attribute `is_zero` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:239:5-17: Class member `NegativeIntInfinity._op_priority` overrides parent class `Number` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/numbers.py:244:5-18: Class member `NegativeIntInfinity.is_comparable` overrides parent class `Number` in an inconsistent manner [bad-override]
ERROR torch/utils/_sympy/numbers.py:246:5-14: Class member `NegativeIntInfinity.is_number` overrides parent class `Number` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/numbers.py:277:16-30: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:289:16-30: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:300:16-42: Object of class `Number` has no attribute `is_extended_positive` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:303:16-30: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:318:16-45: Object of class `Number` has no attribute `is_extended_nonnegative` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:321:16-34: Expected a callable, got `_SympifyWrapper` [not-callable]
ERROR torch/utils/_sympy/numbers.py:340:52-77: Object of class `Integer` has no attribute `is_extended_positive` [missing-attribute]
ERROR torch/utils/_sympy/numbers.py:341:20-31: Object of class `Integer` has no attribute `is_odd` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:31:46-57: Object of class `Expr` has no attribute `rel_op` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:59:12-22: Object of class `Expr` has no attribute `_prec` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:76:23-26: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsIndex | SupportsInt | SupportsTrunc | str` in function `int.__new__` [bad-argument-type]
ERROR torch/utils/_sympy/printers.py:78:19-22: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsIndex | SupportsInt | SupportsTrunc | str` in function `int.__new__` [bad-argument-type]
ERROR torch/utils/_sympy/printers.py:214:34-46: Argument `Basic` is not assignable to parameter `expr` with type `Expr` in function `PythonPrinter._helper_sqrt` [bad-argument-type]
ERROR torch/utils/_sympy/printers.py:355:13-27: Type `Basic` is not iterable [not-iterable]
ERROR torch/utils/_sympy/printers.py:399:13-27: Type `Basic` is not iterable [not-iterable]
ERROR torch/utils/_sympy/printers.py:417:16-31: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:428:12-27: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:437:53-68: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:444:53-68: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:502:12-26: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:503:23-26: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsIndex | SupportsInt | SupportsTrunc | str` in function `int.__new__` [bad-argument-type]
ERROR torch/utils/_sympy/printers.py:518:57-72: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:521:46-49: Argument `Basic` is not assignable to parameter `x` with type `Buffer | SupportsFloat | SupportsIndex | str` in function `float.__new__` [bad-argument-type]
ERROR torch/utils/_sympy/printers.py:525:12-18: Object of class `Expr` has no attribute `q` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:526:20-26: Object of class `Expr` has no attribute `p` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:528:20-26: Object of class `Expr` has no attribute `p` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:529:53-68: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:536:53-68: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:543:53-68: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:548:16-31: Object of class `Expr` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:648:12-29: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/printers.py:650:16-28: `>=` is not supported between `Basic` and `Literal[0]` [unsupported-operation]
ERROR torch/utils/_sympy/printers.py:656:86-94: Unary `-` is not supported on `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/reference.py:106:27-40: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/reference.py:110:27-42: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/reference.py:114:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:181:27-37: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/reference.py:222:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:224:23-35: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:226:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:264:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:384:39-50: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:408:21-32: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:410:23-35: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/reference.py:412:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/singleton_int.py:12:5-17: Class member `SingletonInt._op_priority` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:42:9-16: Class member `SingletonInt.__mul__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:49:9-17: Class member `SingletonInt.__rmul__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:58:9-16: Class member `SingletonInt.__add__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:61:9-16: Class member `SingletonInt.__sub__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:64:9-20: Class member `SingletonInt.__truediv__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:67:9-21: Class member `SingletonInt.__floordiv__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/singleton_int.py:70:9-16: Class member `SingletonInt.__mod__` overrides parent class `AtomicExpr` in an inconsistent manner [bad-override-mutable-attribute]
ERROR torch/utils/_sympy/solve.py:92:20-28: Returned type `tuple[Relational, Basic]` is not assignable to declared return type `tuple[Relational, Expr] | None` [bad-return]
ERROR torch/utils/_sympy/solve.py:105:16-59: No matching overload found for function `sum` called with arguments: (Generator[Expr]) [no-matching-overload]
ERROR torch/utils/_sympy/solve.py:123:19-30: `/` is not supported between `Basic` and `Order` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:124:19-30: `/` is not supported between `Basic` and `Order` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:147:13-38: Object of class `Basic` has no attribute `is_positive` [missing-attribute]
ERROR torch/utils/_sympy/solve.py:148:13-29: Object of class `Basic` has no attribute `is_integer` [missing-attribute]
ERROR torch/utils/_sympy/solve.py:155:38-57: `*` is not supported between `Basic` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:156:38-63: `*` is not supported between `int` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:156:39-48: `+` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:163:38-57: `*` is not supported between `Basic` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:164:38-63: `*` is not supported between `int` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:164:39-48: `+` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:171:63-72: `+` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:172:45-69: `*` is not supported between `Basic` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:172:45-69: `*` is not supported between `int` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:176:63-72: `+` is not supported between `Basic` and `Literal[1]` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:177:45-69: `*` is not supported between `Basic` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/solve.py:177:45-69: `*` is not supported between `int` and `Basic` [unsupported-operation]
ERROR torch/utils/_sympy/value_ranges.py:90:16-30: `>=` is not supported between `Expr` and `Expr` [unsupported-operation]
ERROR torch/utils/_sympy/value_ranges.py:369:31-37: `Expr` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:369:42-48: `Expr` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:376:24-50: `Expr` is not assignable to upper bound `SupportsDunderGT[Any] | SupportsDunderLT[Any]` of type variable `SupportsRichComparisonT` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:413:27-416:10: No matching overload found for function `ValueRanges.__init__` called with arguments: (Boolean | Expr, Boolean | Expr) [no-matching-overload]
ERROR torch/utils/_sympy/value_ranges.py:451:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/value_ranges.py:464:25-35: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/value_ranges.py:483:21-34: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/value_ranges.py:486:23-33: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/_sympy/value_ranges.py:653:57-655:10: No matching overload found for function `ValueRanges.coordinatewise_increasing_map` called with arguments: (Unknown, Unknown, Overload[
  [_T_contra](**tuple[SupportsAdd[_T_contra, Unknown], _T_contra]) -> Float | Unknown
  [_T_contra](**tuple[_T_contra, SupportsRAdd[_T_contra, Unknown]]) -> Float | Unknown
]) [no-matching-overload]
ERROR torch/utils/_sympy/value_ranges.py:690:28-40: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:705:28-42: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:728:34-63: `*` is not supported between `type[UndefinedFunction]` and `type[UndefinedFunction]` [unsupported-operation]
ERROR torch/utils/_sympy/value_ranges.py:926:46-87: Argument `type[floor]` is not assignable to parameter `fn` with type `(Expr) -> Expr` in function `ValueRanges.increasing_map` [bad-argument-type]
ERROR torch/utils/_sympy/value_ranges.py:931:16-59: Argument `type[ceiling]` is not assignable to parameter `fn` with type `(Expr) -> Expr` in function `ValueRanges.increasing_map` [bad-argument-type]
ERROR torch/utils/_sympy/value_ranges.py:955:16-70: Argument `(Expr) -> Float | type[UndefinedFunction]` is not assignable to parameter `fn` with type `(Expr) -> Expr` in function `ValueRanges.increasing_map` [bad-argument-type]
ERROR torch/utils/_sympy/value_ranges.py:955:27-70: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:961:16-72: Argument `(Expr) -> Float | type[UndefinedFunction]` is not assignable to parameter `fn` with type `(Expr) -> Expr` in function `ValueRanges.increasing_map` [bad-argument-type]
ERROR torch/utils/_sympy/value_ranges.py:961:27-72: `type[UndefinedFunction]` is not assignable to upper bound `SupportsFloat` of type variable `_T` [bad-specialization]
ERROR torch/utils/_sympy/value_ranges.py:974:51-53: Argument `(number: Unknown) -> type[UndefinedFunction]` is not assignable to parameter `fn` with type `(Expr) -> Expr` in function `ValueRanges.increasing_map` [bad-argument-type]
ERROR torch/utils/_triton.py:15:9-47: Cannot find module `triton.runtime.cache` [missing-import]
ERROR torch/utils/_triton.py:39:16-22: Cannot find module `triton` [missing-import]
ERROR torch/utils/_triton.py:49:16-22: Cannot find module `triton` [missing-import]
ERROR torch/utils/_triton.py:73:17-76:18: Cannot find module `triton.tools.experimental_descriptor` [missing-import]
ERROR torch/utils/_triton.py:79:21-87: Cannot find module `triton.tools.experimental_descriptor` [missing-import]
ERROR torch/utils/_triton.py:95:17-97:18: Cannot find module `triton.tools.tensor_descriptor` [missing-import]
ERROR torch/utils/_triton.py:123:17-126:18: Cannot find module `triton.language.extra.cuda` [missing-import]
ERROR torch/utils/_triton.py:134:17-67: Cannot find module `triton.language` [missing-import]
ERROR torch/utils/_triton.py:169:17-67: Cannot find module `triton.language` [missing-import]
ERROR torch/utils/_triton.py:193:16-31: Cannot find module `triton.backends` [missing-import]
ERROR torch/utils/_triton.py:219:5-54: Cannot find module `triton.compiler.compiler` [missing-import]
ERROR torch/utils/_triton.py:220:5-45: Cannot find module `triton.runtime.driver` [missing-import]
ERROR torch/utils/backcompat/__init__.py:3:5-35: Could not import `_get_backcompat_broadcast_warn` from `torch._C` [missing-module-attribute]
ERROR torch/utils/backcompat/__init__.py:4:5-33: Could not import `_get_backcompat_keepdim_warn` from `torch._C` [missing-module-attribute]
ERROR torch/utils/backcompat/__init__.py:5:5-35: Could not import `_set_backcompat_broadcast_warn` from `torch._C` [missing-module-attribute]
ERROR torch/utils/backcompat/__init__.py:6:5-33: Could not import `_set_backcompat_keepdim_warn` from `torch._C` [missing-module-attribute]
ERROR torch/utils/backend_registration.py:4:22-51: Could not import `_get_privateuse1_backend_name` from `torch._C` [missing-module-attribute]
ERROR torch/utils/backend_registration.py:4:53-80: Could not import `_rename_privateuse1_backend` from `torch._C` [missing-module-attribute]
ERROR torch/utils/backend_registration.py:150:51-63: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:167:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:170:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:197:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:226:20-32: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:249:23-35: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:312:14-26: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:327:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:368:33-45: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:414:29-40: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/backend_registration.py:530:9-28: Class member `_DummyPrivateUse1Hook.has_primary_context` overrides parent class `PrivateUse1Hooks` in an inconsistent manner [bad-override-param-name]
ERROR torch/utils/benchmark/examples/compare.py:61:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/compare.py:62:22-32: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/compare.py:63:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/op_benchmark.py:34:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/op_benchmark.py:35:41-52: No attribute `int32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/simple_timeit.py:14:23-33: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/simple_timeit.py:14:48-58: No attribute `ones` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:63:15-25: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:64:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:65:26-36: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:67:14-24: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:74:12-35: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:89:67-80: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:90:22-32: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:90:45-58: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/compare.py:91:25-36: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/op_benchmark.py:31:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/sparse/op_benchmark.py:32:44-57: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/spectral_ops_fuzz_test.py:23:55-66: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/spectral_ops_fuzz_test.py:56:43-56: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/spectral_ops_fuzz_test.py:57:46-61: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/spectral_ops_fuzz_test.py:58:40-55: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/spectral_ops_fuzz_test.py:59:40-53: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/examples/spectral_ops_fuzz_test.py:60:42-57: No attribute `complex64` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/op_fuzzers/binary.py:17:36-49: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/op_fuzzers/sparse_binary.py:17:36-49: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/op_fuzzers/spectral.py:31:44-57: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/op_fuzzers/unary.py:17:36-49: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:147:27-39: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:149:15-27: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:150:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:154:23-35: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:155:39-51: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:166:29-41: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:166:68-81: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:263:56-68: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:281:21-33: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:283:18-30: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:292:25-46: No attribute `get_num_threads` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:294:9-30: No attribute `set_num_threads` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/common.py:297:9-30: No attribute `set_num_threads` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/compare.py:8:19-36: Could not import `tensor` from `torch` [missing-module-attribute]
ERROR torch/utils/benchmark/utils/fuzzer.py:170:17-27: No attribute `bool` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/fuzzer.py:173:20-31: No attribute `finfo` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/fuzzer.py:174:16-27: No attribute `iinfo` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/fuzzer.py:199:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/fuzzer.py:271:20-30: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/fuzzer.py:273:20-33: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:19:15-28: No attribute `float32` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:76:17-27: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:78:17-30: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:80:13-23: No attribute `rand` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:81:16-28: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:82:18-28: No attribute `long` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:85:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:85:31-47: No attribute `randn_like` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:86:17-26: No attribute `cat` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:88:13-36: No attribute `sparse_coo_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/sparse_fuzzer.py:88:43-53: No attribute `Size` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/timer.py:309:24-36: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py:495:46-83: No attribute `_valgrind_supported_platform` in module `torch._C` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:7:22-31: Could not import `TupleType` from `torch._C` [missing-module-attribute]
ERROR torch/utils/bundled_inputs.py:7:33-41: Could not import `ListType` from `torch._C` [missing-module-attribute]
ERROR torch/utils/bundled_inputs.py:393:12-30: Object of class `object` has no attribute `_typed_storage` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:397:12-29: Object of class `object` has no attribute `is_contiguous` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:397:36-45: Object of class `object` has no attribute `numel` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:398:20-29: Object of class `object` has no attribute `clone` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:401:21-44: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:401:46-65: No attribute `channels_last` in module `torch` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:402:16-33: Object of class `object` has no attribute `is_contiguous` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:402:65-76: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:403:25-36: Object of class `object` has no attribute `flatten` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:403:58-66: Object of class `object` has no attribute `size` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:409:43-61: Object of class `object` has no attribute `_typed_storage` [missing-attribute]
ERROR torch/utils/bundled_inputs.py:466:12-23: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:98:16-28: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:218:24-49: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:219:22-46: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:220:30-61: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:226:20-45: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:227:18-42: No attribute `get_autocast_dtype` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:228:26-57: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:1170:23-54: No attribute `_current_graph_task_id` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1193:20-50: No attribute `_get_graph_exec_group` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1225:12-39: No attribute `_get_dispatch_mode` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1225:40-70: No attribute `_TorchDispatchModeKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1250:14-50: No attribute `_SetExcludeDispatchKeyGuard` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1250:51-71: No attribute `DispatchKey` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1697:12-33: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/utils/checkpoint.py:1748:12-42: No attribute `_get_graph_exec_group` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1751:41-71: No attribute `_get_graph_exec_group` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1753:9-39: No attribute `_set_graph_exec_group` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1757:9-39: No attribute `_set_graph_exec_group` in module `torch._C` [missing-attribute]
ERROR torch/utils/checkpoint.py:1762:16-46: No attribute `_get_graph_exec_group` in module `torch._C` [missing-attribute]
ERROR torch/utils/collect_env.py:733:19-40: No attribute `_show_config` in module `torch._C` [missing-attribute]
ERROR torch/utils/cpp_backtrace.py:2:22-40: Could not import `_get_cpp_backtrace` from `torch._C` [missing-module-attribute]
ERROR torch/utils/cpp_extension.py:1291:9-25: Class member `BuildExtension.get_ext_filename` overrides parent class `build_ext` in an inconsistent manner [bad-override-param-name]
ERROR torch/utils/data/_utils/collate.py:70:16-31: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:259:9-25: No attribute `sparse_coo` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:260:9-25: No attribute `sparse_csr` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:261:9-25: No attribute `sparse_bsr` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:262:9-25: No attribute `sparse_csc` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:263:9-25: No attribute `sparse_bsc` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:275:12-23: No attribute `stack` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:288:21-36: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:296:12-27: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:304:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:304:38-51: No attribute `float64` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/collate.py:312:12-24: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/pin_memory.py:21:5-26: No attribute `set_num_threads` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/signal_handling.py:40:5-31: Could not import `_error_if_any_worker_fails` from `torch._C` [missing-module-attribute]
ERROR torch/utils/data/_utils/signal_handling.py:41:5-24: Could not import `_remove_worker_pids` from `torch._C` [missing-module-attribute]
ERROR torch/utils/data/_utils/signal_handling.py:42:5-21: Could not import `_set_worker_pids` from `torch._C` [missing-module-attribute]
ERROR torch/utils/data/_utils/signal_handling.py:43:5-32: Could not import `_set_worker_signal_handlers` from `torch._C` [missing-module-attribute]
ERROR torch/utils/data/_utils/worker.py:158:22-37: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/worker.py:273:9-30: No attribute `set_num_threads` in module `torch` [missing-attribute]
ERROR torch/utils/data/_utils/worker.py:286:22-37: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/dataframes_pipes.ipynb#3:6:9-30: yield from value must be iterable, got `int | Unknown` [invalid-yield]
ERROR torch/utils/data/dataloader.py:143:20-31: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/data/dataloader.py:143:42-53: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/dataloader.py:276:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/data/dataloader.py:635:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/dataloader.py:691:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/data/dataloader.py:691:35-46: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/dataloader.py:708:26-41: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/datapipe.py:426:9-20: Class member `_MapDataPipeSerializationWrapper.__getitem__` overrides parent class `MapDataPipe` in an inconsistent manner [bad-override-param-name]
ERROR torch/utils/data/datapipes/iter/callable.py:79:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/data/datapipes/iter/combinatorics.py:161:34-45: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/iter/combinatorics.py:161:56-67: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/map/combinatorics.py:93:30-41: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/map/combinatorics.py:93:52-63: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/utils/decoder.py:189:20-29: Cannot find module `PIL.Image` [missing-import]
ERROR torch/utils/data/datapipes/utils/decoder.py:224:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/utils/decoder.py:227:28-40: No attribute `tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/datapipes/utils/decoder.py:253:16-30: Cannot find module `torchvision.io` [missing-import]
ERROR torch/utils/data/datapipes/utils/decoder.py:297:20-35: Cannot find module `scipy.io` [missing-import]
ERROR torch/utils/data/dataset.py:17:19-36: Could not import `default_generator` from `torch` [missing-module-attribute]
ERROR torch/utils/data/dataset.py:17:38-47: Could not import `Generator` from `torch` [missing-module-attribute]
ERROR torch/utils/data/dataset.py:17:49-57: Could not import `randperm` from `torch` [missing-module-attribute]
ERROR torch/utils/data/dataset.py:333:9-20: Class member `ConcatDataset.__getitem__` overrides parent class `Dataset` in an inconsistent manner [bad-override-param-name]
ERROR torch/utils/data/dataset.py:432:9-20: Class member `Subset.__getitem__` overrides parent class `Dataset` in an inconsistent manner [bad-override-param-name]
ERROR torch/utils/data/distributed.py:110:17-32: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/graph.py:31:9-49: Cannot find module `dill` [missing-import]
ERROR torch/utils/data/graph.py:85:13-51: Cannot find module `dill` [missing-import]
ERROR torch/utils/data/graph_settings.py:144:48-63: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/graph_settings.py:169:13-24: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/data/graph_settings.py:169:35-46: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:163:24-35: No attribute `empty` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:163:46-57: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:164:25-40: No attribute `Generator` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:171:28-41: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:172:47-58: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:174:24-37: No attribute `randint` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:177:23-34: No attribute `int64` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:182:28-42: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:183:24-38: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:206:18-32: No attribute `randperm` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:264:26-41: No attribute `as_tensor` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:264:57-69: No attribute `double` in module `torch` [missing-attribute]
ERROR torch/utils/data/sampler.py:277:23-40: No attribute `multinomial` in module `torch` [missing-attribute]
ERROR torch/utils/data/standard_pipes.ipynb#3:6:9-30: yield from value must be iterable, got `int | Unknown` [invalid-yield]
ERROR torch/utils/data/typing.ipynb#3:3:11-22: Could not find name `get_ipython` [unknown-name]
ERROR torch/utils/data/typing.ipynb#5:2:9-17: Class member `InvalidDP1.__iter__` overrides parent class `IterDataPipe` in an inconsistent manner [bad-override]
ERROR torch/utils/data/typing.ipynb#5:2:27-30: Function declared to return `str` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#7:2:9-17: Class member `InvalidDP2.__iter__` overrides parent class `IterDataPipe` in an inconsistent manner [bad-override]
ERROR torch/utils/data/typing.ipynb#7:2:27-40: Function declared to return `Iterator[str]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#9:2:27-52: Function declared to return `Iterator[tuple[int, str]]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#10:2:27-40: Function declared to return `Iterator[int]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#12:6:27-35: Function declared to return `Iterator[Unknown]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#12:10:27-41: Function declared to return `Iterator[T_co]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#14:2:27-53: Function declared to return `Iterator[tuple[T_co, str]]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#14:8:9-17: Class member `DP.__iter__` overrides parent class `IterDataPipe` in an inconsistent manner [bad-override]
ERROR torch/utils/data/typing.ipynb#14:8:27-58: Function declared to return `Iterator[tuple[int | str, str]]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#17:2:27-46: Function declared to return `Iterator[list[int]]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#18:2:27-40: Function declared to return `Iterator[Any]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/data/typing.ipynb#19:2:27-42: Function declared to return `Iterator[tuple[Unknown, ...]]` but is missing an explicit `return` [bad-return]
ERROR torch/utils/deterministic.py:15:16-69: No attribute `_get_deterministic_fill_uninitialized_memory` in module `torch._C` [missing-attribute]
ERROR torch/utils/deterministic.py:19:16-69: No attribute `_set_deterministic_fill_uninitialized_memory` in module `torch._C` [missing-attribute]
ERROR torch/utils/dlpack.py:6:22-45: Could not import `_to_dlpack` from `torch._C` [missing-module-attribute]
ERROR torch/utils/dlpack.py:33:1-21: No attribute `_add_docstr` in module `torch._C` [missing-attribute]
ERROR torch/utils/dlpack.py:144:26-38: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/dlpack.py:145:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/utils/dlpack.py:149:32-63: No attribute `_torchDeviceToDLDevice` in module `torch._C` [missing-attribute]
ERROR torch/utils/dlpack.py:212:18-39: No attribute `_from_dlpack` in module `torch._C` [missing-attribute]
ERROR torch/utils/dlpack.py:231:16-37: No attribute `_from_dlpack` in module `torch._C` [missing-attribute]
ERROR torch/utils/flop_counter.py:26:5-63: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/utils/flop_counter.py:970:13-55: Cannot find module `triton.runtime.jit` [missing-import]
ERROR torch/utils/hooks.py:167:35-56: No attribute `is_grad_enabled` in module `torch` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:30:37-56: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:43:12-31: No attribute `empty_strided` in module `torch` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:46:13-30: No attribute `parse_ir` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:50:35-53: No attribute `FloatType` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:52:37-53: No attribute `IntType` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:54:37-56: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:55:31-50: No attribute `TensorType` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:57:37-54: No attribute `BoolType` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:62:12-48: No attribute `_create_function_from_graph` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:63:5-47: No attribute `_jit_pass_erase_shape_information` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:96:20-57: No attribute `_get_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/utils/jit/log_extract.py:100:9-46: No attribute `_get_graph_executor_optimize` in module `torch._C` [missing-attribute]
ERROR torch/utils/mkldnn.py:17:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:17:66-77: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:32:20-32: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/utils/mkldnn.py:58:17-28: No attribute `zeros` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:58:66-77: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:66:16-40: No attribute `mkldnn_convolution` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:93:40-52: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/utils/mkldnn.py:102:23-35: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/utils/mkldnn.py:115:40-52: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/utils/mkldnn.py:124:23-35: No attribute `_nn` in module `torch._C` [missing-attribute]
ERROR torch/utils/mkldnn.py:176:16-32: No attribute `batch_norm` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:205:20-31: No attribute `prelu` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:209:29-40: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:210:22-33: No attribute `float` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:210:35-49: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/utils/mkldnn.py:210:51-61: No attribute `half` in module `torch` [missing-attribute]
ERROR torch/utils/mobile_optimizer.py:6:22-65: Could not import `_MobileOptimizerType` from `torch._C` [missing-module-attribute]
ERROR torch/utils/mobile_optimizer.py:59:32-70: No attribute `_jit_pass_optimize_for_mobile` in module `torch._C` [missing-attribute]
ERROR torch/utils/mobile_optimizer.py:64:32-77: No attribute `_jit_pass_vulkan_optimize_for_mobile` in module `torch._C` [missing-attribute]
ERROR torch/utils/mobile_optimizer.py:69:32-76: No attribute `_jit_pass_metal_optimize_for_mobile` in module `torch._C` [missing-attribute]
ERROR torch/utils/module_tracker.py:88:16-47: No attribute `_current_graph_task_id` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/__init__.py:1:8-19: Cannot find module `tensorboard` [missing-import]
ERROR torch/utils/tensorboard/__init__.py:13:1-66: Cannot find module `tensorboard.summary.writer.record_writer` [missing-import]
ERROR torch/utils/tensorboard/_convert_np.py:32:19-33: No attribute `bfloat16` in module `torch` [missing-attribute]
ERROR torch/utils/tensorboard/_convert_np.py:33:18-31: No attribute `float16` in module `torch` [missing-attribute]
ERROR torch/utils/tensorboard/_embedding.py:6:1-34: Cannot find module `tensorboard.compat` [missing-import]
ERROR torch/utils/tensorboard/_embedding.py:7:1-77: Cannot find module `tensorboard.plugins.projector.projector_config_pb2` [missing-import]
ERROR torch/utils/tensorboard/_embedding.py:41:5-26: Cannot find module `PIL` [missing-import]
ERROR torch/utils/tensorboard/_onnx_graph.py:2:1-56: Cannot find module `tensorboard.compat.proto.graph_pb2` [missing-import]
ERROR torch/utils/tensorboard/_onnx_graph.py:3:1-58: Cannot find module `tensorboard.compat.proto.node_def_pb2` [missing-import]
ERROR torch/utils/tensorboard/_onnx_graph.py:4:1-61: Cannot find module `tensorboard.compat.proto.versions_pb2` [missing-import]
ERROR torch/utils/tensorboard/_onnx_graph.py:5:1-62: Cannot find module `tensorboard.compat.proto.attr_value_pb2` [missing-import]
ERROR torch/utils/tensorboard/_onnx_graph.py:6:1-71: Cannot find module `tensorboard.compat.proto.tensor_shape_pb2` [missing-import]
ERROR torch/utils/tensorboard/_onnx_graph.py:10:12-16: Cannot find module `onnx` [missing-import]
ERROR torch/utils/tensorboard/_proto_graph.py:4:1-58: Cannot find module `tensorboard.compat.proto.node_def_pb2` [missing-import]
ERROR torch/utils/tensorboard/_proto_graph.py:5:1-62: Cannot find module `tensorboard.compat.proto.attr_value_pb2` [missing-import]
ERROR torch/utils/tensorboard/_proto_graph.py:6:1-71: Cannot find module `tensorboard.compat.proto.tensor_shape_pb2` [missing-import]
ERROR torch/utils/tensorboard/_proto_graph.py:37:12-23: No attribute `dtype` in module `torch` [missing-attribute]
ERROR torch/utils/tensorboard/_pytorch_graph.py:6:1-60: Cannot find module `tensorboard.compat.proto.config_pb2` [missing-import]
ERROR torch/utils/tensorboard/_pytorch_graph.py:7:1-56: Cannot find module `tensorboard.compat.proto.graph_pb2` [missing-import]
ERROR torch/utils/tensorboard/_pytorch_graph.py:8:1-79: Cannot find module `tensorboard.compat.proto.step_stats_pb2` [missing-import]
ERROR torch/utils/tensorboard/_pytorch_graph.py:9:1-61: Cannot find module `tensorboard.compat.proto.versions_pb2` [missing-import]
ERROR torch/utils/tensorboard/_pytorch_graph.py:330:13-38: No attribute `_jit_pass_inline` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/_pytorch_graph.py:375:21-34: No attribute `Node` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/_utils.py:19:12-36: Cannot find module `matplotlib.pyplot` [missing-import]
ERROR torch/utils/tensorboard/_utils.py:20:12-62: Cannot find module `matplotlib.backends.backend_agg` [missing-import]
ERROR torch/utils/tensorboard/writer.py:12:5-41: Cannot find module `matplotlib.figure` [missing-import]
ERROR torch/utils/tensorboard/writer.py:13:1-34: Cannot find module `tensorboard.compat` [missing-import]
ERROR torch/utils/tensorboard/writer.py:14:1-47: Cannot find module `tensorboard.compat.proto` [missing-import]
ERROR torch/utils/tensorboard/writer.py:15:1-65: Cannot find module `tensorboard.compat.proto.event_pb2` [missing-import]
ERROR torch/utils/tensorboard/writer.py:16:1-79: Cannot find module `tensorboard.plugins.projector.projector_config_pb2` [missing-import]
ERROR torch/utils/tensorboard/writer.py:17:1-73: Cannot find module `tensorboard.summary.writer.event_file_writer` [missing-import]
ERROR torch/utils/tensorboard/writer.py:233:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:332:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:381:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:417:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:460:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:501:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:570:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:629:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:673:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:710:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:749:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:782:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:802:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:821:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:827:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:844:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:908:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:1005:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:1043:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:1072:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:1093:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:1122:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/tensorboard/writer.py:1187:9-37: No attribute `_log_api_usage_once` in module `torch._C` [missing-attribute]
ERROR torch/utils/throughput_benchmark.py:98:31-59: No attribute `ThroughputBenchmark` in module `torch._C` [missing-attribute]
ERROR torch/utils/throughput_benchmark.py:100:31-59: No attribute `ThroughputBenchmark` in module `torch._C` [missing-attribute]
ERROR torch/utils/throughput_benchmark.py:155:18-42: No attribute `BenchmarkConfig` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:73:12-29: No attribute `_has_xpu` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:77:28-57: No attribute `_XpuDeviceProperties` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:78:24-52: No attribute `_xpu_exchangeDevice` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:79:30-63: No attribute `_xpu_maybeExchangeDevice` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:275:17-45: No attribute `_xpu_getDeviceCount` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:278:17-45: No attribute `_xpu_getDeviceCount` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:360:9-27: No attribute `_xpu_init` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:440:9-32: No attribute `_xpu_setDevice` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:532:12-35: No attribute `_xpu_getDevice` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:535:37-49: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/__init__.py:535:54-66: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/__init__.py:542:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/__init__.py:544:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/__init__.py:561:12-45: No attribute `_xpu_canDeviceAccessPeer` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:623:5-28: No attribute `_xpu_setStream` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:659:18-48: No attribute `_xpu_getCurrentStream` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:684:18-53: No attribute `_xpu_getStreamFromExternal` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:702:12-37: No attribute `_xpu_synchronize` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:709:18-44: No attribute `_xpu_getArchFlags` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:723:28-40: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/__init__.py:723:45-63: No attribute `Generator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/__init__.py:736:38-50: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/__init__.py:754:47-59: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/_utils.py:29:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/_utils.py:30:27-39: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/graphs.py:37:22-44: Could not import `_xpu_graph_pool_handle` from `torch._C` [missing-module-attribute]
ERROR torch/xpu/graphs.py:37:46-75: Could not import `_xpu_isCurrentStreamCapturing` from `torch._C` [missing-module-attribute]
ERROR torch/xpu/graphs.py:37:77-86: Could not import `_XPUGraph` from `torch._C` [missing-module-attribute]
ERROR torch/xpu/graphs.py:298:8-33: No attribute `is_autocast_enabled` in module `torch` [missing-attribute]
ERROR torch/xpu/graphs.py:298:40-71: No attribute `is_autocast_cache_enabled` in module `torch` [missing-attribute]
ERROR torch/xpu/graphs.py:374:29-45: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/xpu/graphs.py:405:13-29: No attribute `empty_like` in module `torch` [missing-attribute]
ERROR torch/xpu/memory.py:36:9-33: No attribute `_xpu_emptyCache` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:51:12-46: No attribute `_xpu_resetPeakMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:66:12-53: No attribute `_xpu_resetAccumulatedMemoryStats` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:74:12-37: No attribute `_xpu_memoryStats` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:209:12-39: No attribute `_xpu_getMemoryInfo` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:229:12-43: No attribute `_xpu_getMemoryFraction` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:254:5-36: No attribute `_xpu_setMemoryFraction` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:273:12-40: No attribute `_xpu_memorySnapshot` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:359:9-37: No attribute `_xpu_memorySnapshot` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:467:5-38: No attribute `_xpu_recordMemoryHistory` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:480:35-61: No attribute `_xpu_XPUAllocator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:526:27-56: No attribute `_xpu_customAllocator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:538:5-41: No attribute `_xpu_changeCurrentAllocator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:547:26-52: No attribute `_xpu_getAllocator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:550:15-35: No attribute `_XPUMemPool` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:567:20-46: No attribute `_xpu_XPUAllocator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:578:28-54: No attribute `_xpu_XPUAllocator` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:617:5-51: No attribute `_xpu_beginAllocateCurrentThreadToPool` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:621:9-40: No attribute `_xpu_endAllocateToPool` in module `torch._C` [missing-attribute]
ERROR torch/xpu/memory.py:622:9-34: No attribute `_xpu_releasePool` in module `torch._C` [missing-attribute]
ERROR torch/xpu/random.py:10:39-51: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/random.py:22:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/random.py:24:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/random.py:38:58-70: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/random.py:47:14-40: No attribute `_DisableFuncTorch` in module `torch._C` [missing-attribute]
ERROR torch/xpu/random.py:48:55-78: No attribute `contiguous_format` in module `torch` [missing-attribute]
ERROR torch/xpu/random.py:51:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/random.py:53:18-30: No attribute `device` in module `torch` [missing-attribute]
ERROR torch/xpu/streams.py:17:14-37: No attribute `_XpuStreamBase` in module `torch._C` [missing-attribute]
ERROR torch/xpu/streams.py:44:41-52: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/xpu/streams.py:52:44-56: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/xpu/streams.py:63:43-54: No attribute `Event` in module `torch` [missing-attribute]
ERROR torch/xpu/streams.py:106:13-35: No attribute `_XpuEventBase` in module `torch._C` [missing-attribute]
ERROR torch/xpu/streams.py:124:39-51: No attribute `Stream` in module `torch` [missing-attribute]
ERROR torch/xpu/streams.py:135:37-49: No attribute `Stream` in module `torch` [missing-attribute]
 INFO Checking project configured at `<CWD>/pyrefly.toml`
 INFO 21,904 errors (7,144 suppressed, 1,962 warnings not shown)
