/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_upgraders.py | 14 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 D | test_save_load_for_op_version.py | 16 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 D | test_modules.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_tensor_methods.py | 10 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 11 sys.path.append(pytorch_test_dir)
|
H A D | test_ignorable_args.py | 12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 13 sys.path.append(pytorch_test_dir)
|
H A D | test_functional_blocks.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_unsupported_ops.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_tensor_creation_ops.py | 10 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 11 sys.path.append(pytorch_test_dir)
|
H A D | test_jit_utils.py | 12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 13 sys.path.append(pytorch_test_dir)
|
H A D | test_complexity.py | 12 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 13 sys.path.append(pytorch_test_dir)
|
H A D | test_backend_nnapi.py | 28 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 29 sys.path.append(pytorch_test_dir)
|
H A D | test_warn.py | 14 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 15 sys.path.append(pytorch_test_dir)
|
H A D | test_ignore_context_manager.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_script_profile.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_hash.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_custom_operators.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_logging.py | 10 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 11 sys.path.append(pytorch_test_dir)
|
H A D | test_string_formatting.py | 11 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 12 sys.path.append(pytorch_test_dir)
|
H A D | test_module_apis.py | 12 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 D | test_bytecode.py | 24 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 D | test_upgraders.py | 13 pytorch_test_dir = Path(__file__).resolve().parents[1] variable 40 pytorch_test_dir
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_cudagraphs_expandable_segments.py | 13 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 D | test_cudagraph_trees_expandable_segments.py | 14 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 15 sys.path.append(pytorch_test_dir)
|
H A D | test_xpu_basic.py | 21 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 D | model.py | 9 pytorch_test_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable 10 sys.path.append(pytorch_test_dir)
|