..
__init__.py
remediation of S205607
2020-07-17 17:19:47 -07:00
CMakeLists.txt
Reapply "[jit] Implement ScriptProfile to collect instruction profiles." ( #58783 )
2021-05-24 18:23:21 -07:00
README.md
port all JIT tests to gtest ( #45264 )
2020-09-25 11:37:43 -07:00
script_module_v4.ptl
[PyTorch][Edge] Add binarires for unittests ( #57039 )
2021-04-27 20:46:34 -07:00
script_module_v5.ptl
[PyTorch][Edge] Add binarires for unittests ( #57039 )
2021-04-27 20:46:34 -07:00
script_module_v6.ptl
[Pytorch Edge] Model Ops compatibility api ( #57501 )
2021-05-24 12:00:06 -07:00
test_alias_analysis.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_argument_spec.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_autodiff.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_backend_compiler_lib.cpp
[Pytorch Backend delegation] Add api for backend lowering to query debug ( #55462 )
2021-05-22 08:33:07 -07:00
test_backend_compiler_preprocess.cpp
[Pytorch Backend delegation] Add api for backend lowering to query debug ( #55462 )
2021-05-22 08:33:07 -07:00
test_backend_lib.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_backend.cpp
[Pytorch Delegated Backend] Save function name in debug info ( #57481 )
2021-05-25 13:19:02 -07:00
test_class_import.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_class_parser.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_class_type.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_cleanup_passes.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_code_template.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_concat_opt.cpp
[JIT] Adding a concat optimization pass ( #55474 )
2021-05-09 22:06:44 -07:00
test_constant_pooling.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_create_autodiff_subgraphs.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_cs_debug_info_serialization.cpp
[Pytorch Delegated Backend] Save function name in debug info ( #57481 )
2021-05-25 13:19:02 -07:00
test_custom_class_registrations.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_custom_class_registrations.h
gtest-ify JIT tests, through the letter c ( #45249 )
2020-09-24 00:21:20 -07:00
test_custom_class.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_custom_operators.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_dce.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_fuser.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_gpu.cpp
Fix wrong TORCH_CHECK usages ( #52670 )
2021-02-23 14:47:51 -08:00
test_graph_executor.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_inliner.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_interface.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_interpreter_async.pt
[DI] Allow explicit taskLauncher for torchscript interpreter ( #46865 )
2020-11-04 17:07:55 -08:00
test_interpreter.cpp
Revert "Striding for lists Part 2 ( #49352 )" ( #58523 )
2021-05-20 13:20:33 -07:00
test_ir.cpp
Added OperatorMap for mapping Operator to any template <T> ( #58060 )
2021-05-19 11:38:49 -07:00
test_irparser.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_jit_type.cpp
VaryingShape<Strides>::isComplete() needs to consider whether each Stride is complete ( #58510 )
2021-05-18 21:45:46 -07:00
test_lite_interpreter.cpp
[PyTorch Edge][Version] Fix torchscript model after backport ( #58892 )
2021-05-25 15:36:56 -07:00
test_lite_trainer.cpp
[PyTorch Mobile]Fix unit test ( #58202 )
2021-05-14 13:43:22 -07:00
test_memory_dag.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_misc.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_mobile_type_parser.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_module_api.cpp
[JIT] Add optimize_for_inference API ( #58193 )
2021-05-15 15:50:14 -07:00
test_peephole_optimize.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_qualified_name.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_save_load.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_schema_matching.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_script_profile.cpp
Reapply "[jit] Implement ScriptProfile to collect instruction profiles." ( #58783 )
2021-05-24 18:23:21 -07:00
test_subgraph_matcher.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_subgraph_rewriter.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00
test_subgraph_utils.cpp
[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers ( #57841 )
2021-05-07 20:02:33 -07:00
test_utils.cpp
Revert "Striding for lists Part 2 ( #49352 )" ( #58523 )
2021-05-20 13:20:33 -07:00
test_utils.h
[Pytorch Backend delegation] Add api for backend lowering to query debug ( #55462 )
2021-05-22 08:33:07 -07:00
tests_setup.py
Merge CUDA Streams and Events ( #53902 )
2021-04-05 08:19:55 -07:00
torch_python_test.cpp
Make PyTorch code-base clang-tidy compliant ( #56892 )
2021-04-28 14:10:25 -07:00