Home
last modified time | relevance | path

Searched defs:fx_g (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_minifier.py21 def has_mul(fx_g, inps): argument
41 def has_nans(fx_g, inps): argument
61 def inputs_returned(fx_g, inps): argument
78 def has_add(fx_g, inps): argument
105 def pass_checker(fx_g, inps): argument
H A Dtest_aotdispatch.py3168 def get_graph_size(fx_g, _): argument
3252 def compiler(fx_g, _): argument
3983 def extract_graph(fx_g, _, graph_cell): argument
3988 def get_ins_outs(fx_g): argument
3999 def get_num_ins_outs(fx_g): argument
5084 def check_meta_tensor(fx_g, _): argument
H A Dtest_eager_transforms.py4588 def normalize_devices(fx_g): argument
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompilers.py36 def _canonicalize(fx_g): argument
101 def _draw_graph_compile(fx_g, _, name, clear_meta=True): argument
190 def simple_ts_compile(fx_g, _): argument
231 def print_compile(fx_g, _): argument
275 def debug_compile(fx_g, inps): argument
H A Dfx_minifier.py147 def dump_state(fx_g, inps): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_aot.py344 fx_g, argument
408 def inductor_fails(fx_g, args, check_str=None): argument
444 fx_g, args, check_str=None, *, require_fp64=False, ignore_non_fp=False argument
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dutils.py106 def f(fx_g, inps): argument
400 def copy_fwd_metadata_to_bw_nodes(fx_g): argument
/aosp_15_r20/external/pytorch/torch/distributed/tensor/debug/
H A D_op_coverage.py19 def fwd_bwd_compiler(fx_g, _): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Ddebugging.py91 def boxed_nop(fx_g, example_inputs): argument
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_dtensor_compile.py63 def extract_graph(fx_g, _, graph_cell): argument
/aosp_15_r20/external/pytorch/test/higher_order_ops/
H A Dtest_with_effects.py47 def extract_graph(fx_g, _, graph_cell): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_proxy_tensor.py926 def _get_node(fx_g, cond): argument
1872 def _assert_no_guards(self, fx_g, free_symbols): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_aot_autograd.py743 def test_compile(fx_g, example_inps): argument