Home
last modified time | relevance | path

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.py528 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,
1649allow_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 Dnon_strict_utils.py120 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 Dconfig.py240 allow_complex_guards_as_runtime_asserts = False variable
H A Deval_frame.py1240 allow_complex_guards_as_runtime_asserts: bool = False,
1419 allow_complex_guards_as_runtime_asserts=allow_complex_guards_as_runtime_asserts,
H A Doutput_graph.py301 allow_complex_guards_as_runtime_asserts=config.allow_complex_guards_as_runtime_asserts,
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py2307 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 Dtest_export.py2574 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,