Home
last modified time | relevance | path

Searched defs:fullgraph (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_compile.py151 def _reinplace_all_gather_with_optional_checks(self, fullgraph): argument
200 def _maybe_run_decide_global_ordering_of_comms_with_checks(self, fullgraph): argument
325 self, model_init_fn, input_creation_fn, backend, fullgraph argument
435 def _create_nested_fully_shard_factory_fns(self, fullgraph): argument
656 def _maybe_add_graph_break_to_sdpa(self, fullgraph): argument
657 def _sdpa_with_graph_break(orig_fn, fullgraph, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_activation_checkpointing.py129 def _validate(self, fn, backend, *args, skip_check=False, fullgraph=True): argument
156 self, orig_fn, checkpointed_fn, *args, fullgraph=True argument
H A Dtest_higher_order_ops.py2934 def _compile_check(self, fn, inputs, fullgraph=True, graph_idx=0): argument
6272 def _validate(self, fn, backend, *args, skip_check=False, fullgraph=True): argument
H A Dtest_repros.py2969 def common_merge_criteria_processor_list(self, list_cls, fullgraph): argument
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_optimizers.py288 def compile_opt(opt_compiled, closure=None, fullgraph=True): argument
H A Dtest_compiled_autograd.py34 def make_compiler_fn(fullgraph=True, dynamic=True, backend="inductor"): argument