Home
last modified time | relevance | path

Searched refs:pytorch_test_dir (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_upgraders.py14 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
15 sys.path.append(pytorch_test_dir)
119 model_path = pytorch_test_dir + "/jit/fixtures/test_versioned_div_tensor_v3.pt"
165 model_path = pytorch_test_dir + "/jit/fixtures/test_versioned_linspace_v7.ptl"
179 pytorch_test_dir + "/jit/fixtures/test_versioned_linspace_out_v7.ptl"
197 model_path = pytorch_test_dir + "/jit/fixtures/test_versioned_logspace_v8.ptl"
211 pytorch_test_dir + "/jit/fixtures/test_versioned_logspace_out_v8.ptl"
230 pytorch_test_dir + "/jit/fixtures/_test_serialization_subcmul_v2.pt"
287 pytorch_test_dir + "/jit/fixtures/test_versioned_div_scalar_float_v3.pt"
307 pytorch_test_dir + "/jit/fixtures/test_versioned_div_tensor_out_v3.pt"
[all …]
H A Dtest_save_load_for_op_version.py16 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
17 sys.path.append(pytorch_test_dir)
96 pytorch_test_dir
144 pytorch_test_dir
197 pytorch_test_dir
257 pytorch_test_dir
261 pytorch_test_dir
319 pytorch_test_dir
323 pytorch_test_dir
393 pytorch_test_dir
[all …]
H A Dtest_modules.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_tensor_methods.py10 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
11 sys.path.append(pytorch_test_dir)
H A Dtest_ignorable_args.py12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
13 sys.path.append(pytorch_test_dir)
H A Dtest_functional_blocks.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_unsupported_ops.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_tensor_creation_ops.py10 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
11 sys.path.append(pytorch_test_dir)
H A Dtest_jit_utils.py12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
13 sys.path.append(pytorch_test_dir)
H A Dtest_complexity.py12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
13 sys.path.append(pytorch_test_dir)
H A Dtest_backend_nnapi.py28 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
29 sys.path.append(pytorch_test_dir)
H A Dtest_warn.py14 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
15 sys.path.append(pytorch_test_dir)
H A Dtest_ignore_context_manager.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_script_profile.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_hash.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_custom_operators.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_logging.py10 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
11 sys.path.append(pytorch_test_dir)
H A Dtest_string_formatting.py11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
12 sys.path.append(pytorch_test_dir)
H A Dtest_module_apis.py12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
13 sys.path.append(pytorch_test_dir)
/aosp_15_r20/external/pytorch/test/mobile/
H A Dtest_bytecode.py24 pytorch_test_dir = Path(__file__).resolve().parents[1] variable
159 model_path = pytorch_test_dir / "cpp" / "jit" / model_info["model_name"]
178 input_model_path = pytorch_test_dir / "cpp" / "jit" / model_name
269 pytorch_test_dir
323 pytorch_test_dir
353 script_module_v6 = pytorch_test_dir / "cpp" / "jit" / "script_module_v6.ptl"
H A Dtest_upgraders.py13 pytorch_test_dir = Path(__file__).resolve().parents[1] variable
40 pytorch_test_dir
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_cudagraphs_expandable_segments.py13 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
14 sys.path.append(pytorch_test_dir)
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cudagraph_trees_expandable_segments.py14 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
15 sys.path.append(pytorch_test_dir)
H A Dtest_xpu_basic.py21 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
22 sys.path.append(pytorch_test_dir)
/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dmodel.py9 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
10 sys.path.append(pytorch_test_dir)

123