Searched refs:allow_complex_guards_as_runtime_asserts (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/export/ |
H A D | _trace.py | 528 allow_complex_guards_as_runtime_asserts: bool = False, 568 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts, 1220 allow_complex_guards_as_runtime_asserts: bool, 1233 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts, 1248 allow_complex_guards_as_runtime_asserts: bool, 1259 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts, 1568 allow_complex_guards_as_runtime_asserts: bool, 1649 …allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts, # for shape env … 1755 allow_complex_guards_as_runtime_asserts=False, 1812 allow_complex_guards_as_runtime_asserts: bool = False, [all …]
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | non_strict_utils.py | 120 allow_complex_guards_as_runtime_asserts=False, argument 165 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts, 175 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts,
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | config.py | 240 allow_complex_guards_as_runtime_asserts = False variable
|
H A D | eval_frame.py | 1240 allow_complex_guards_as_runtime_asserts: bool = False, 1419 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts,
|
H A D | output_graph.py | 301 allow_complex_guards_as_runtime_asserts=config.allow_complex_guards_as_runtime_asserts,
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | symbolic_shapes.py | 2307 allow_complex_guards_as_runtime_asserts: bool 2414 allow_complex_guards_as_runtime_asserts=False, 2430 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts, 2617 def allow_complex_guards_as_runtime_asserts(self): member in ShapeEnv 2618 return self.settings.allow_complex_guards_as_runtime_asserts 4752 if self.allow_complex_guards_as_runtime_asserts and not _is_supported_equivalence(tgt): 5284 if not self.allow_complex_guards_as_runtime_asserts:
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_export.py | 2574 allow_complex_guards_as_runtime_asserts=True, 6503 allow_complex_guards_as_runtime_asserts=True, 6534 allow_complex_guards_as_runtime_asserts=True, 6564 allow_complex_guards_as_runtime_asserts=True, 6649 allow_complex_guards_as_runtime_asserts=True, 6681 allow_complex_guards_as_runtime_asserts=True, 6716 allow_complex_guards_as_runtime_asserts=True, 6892 allow_complex_guards_as_runtime_asserts=True,
|