Home
last modified time | relevance | path

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

/external/pytorch/test/functorch/
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
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
Dtest_eager_transforms.py4588 def normalize_devices(fx_g): argument
/external/pytorch/torch/_functorch/
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
Dfx_minifier.py147 def dump_state(fx_g, inps): argument
/external/pytorch/torch/distributed/tensor/debug/
D_op_coverage.py19 def fwd_bwd_compiler(fx_g, _): argument
/external/pytorch/torch/_dynamo/repro/
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
/external/pytorch/torch/_functorch/_aot_autograd/
Dutils.py106 def f(fx_g, inps): argument
400 def copy_fwd_metadata_to_bw_nodes(fx_g): argument
/external/pytorch/torch/_dynamo/backends/
Ddebugging.py91 def boxed_nop(fx_g, example_inputs): argument
/external/pytorch/test/higher_order_ops/
Dtest_with_effects.py47 def extract_graph(fx_g, _, graph_cell): argument
/external/pytorch/test/distributed/_tensor/
Dtest_dtensor_compile.py63 def extract_graph(fx_g, _, graph_cell): argument
/external/pytorch/test/
Dtest_proxy_tensor.py926 def _get_node(fx_g, cond): argument
1872 def _assert_no_guards(self, fx_g, free_symbols): argument
/external/pytorch/test/dynamo/
Dtest_aot_autograd.py743 def test_compile(fx_g, example_inps): argument