Home
last modified time | relevance | path

Searched refs:_get_py3_code (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/test/jit/
Dtest_jit_utils.py48 fn_positional_only_arg = jit_utils._get_py3_code(code, "fn_positional_only_arg")
92 fn_hybrid_args = jit_utils._get_py3_code(code, "fn_hybrid_args")
/external/pytorch/torch/testing/_internal/
Djit_utils.py759 def _get_py3_code(code, fn_name): function
/external/pytorch/test/
Dtest_jit.py12910 fn = jit_utils._get_py3_code(self.format_code(code, pair), 'foo')
12930 fn = jit_utils._get_py3_code(self.format_code(code, pair), 'foo')
12985 fn = jit_utils._get_py3_code(self.format_code(code, pair), 'instance')
13001 fn = jit_utils._get_py3_code(self.format_code(code, pair), 'foo')
13019 fn = jit_utils._get_py3_code(self.format_code(code, pair), 'instance')