pytorch/test/cpp/jit
Michael Suo 3b2844eeea Make CompilationUnit own Functions (#22202)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/22202
ghimport-source-id: de6c963af1df76d2d6357155e64a5913ab879f76

Test Plan: Imported from OSS

Differential Revision: D15998761

Pulled By: suo

fbshipit-source-id: 5414a6424953738d823b265d20dc67dde6e5b2d8
2019-07-04 17:12:00 -07:00
..
__init__.py Add train() / eval() / is_training() to C++ ScriptModule API (#16044) 2019-02-01 13:07:38 -08:00
CMakeLists.txt Switch to out-source builds for LibTorch 2019-06-14 21:00:18 -07:00
test_alias_analysis.h Fix compiler warnings (#22162) 2019-07-02 14:12:55 -07:00
test_argument_spec.h Specialize Optional[T] to T (or subtype for Tensor) or None when executing graph (#18407) 2019-05-06 15:35:03 -07:00
test_autodiff.h Refactor pybind_utils.h (#21550) 2019-06-14 17:27:45 -07:00
test_base.h Use AT_INTERNAL_ASSERT in test_base (#20555) 2019-05-21 21:25:07 -07:00
test_class_import.h remove uses of std::shared_ptr<Module> (#21934) 2019-06-25 13:24:38 -07:00
test_class_parser.h remove uses of std::shared_ptr<Module> (#21934) 2019-06-25 13:24:38 -07:00
test_code_template.h Breakup test misc pt2 (#18191) 2019-03-19 19:41:22 -07:00
test_constant_pooling.h move casting ops from prim to aten 2019-07-03 22:22:28 -07:00
test_create_autodiff_subgraphs.h Breakup Test Misc (batch 1/2) (#18071) 2019-03-15 13:56:19 -07:00
test_custom_operators.h Fix compiler warnings (#22162) 2019-07-02 14:12:55 -07:00
test_dynamic_dag.h Breakup test misc pt2 (#18191) 2019-03-19 19:41:22 -07:00
test_fuser.h s/uniqueName/debugName/ (#22096) 2019-06-21 20:54:53 -07:00
test_graph_executor.h Remove Variable::Impl and DifferentiableViewImpl (#17072) 2019-05-23 21:09:04 -07:00
test_interpreter.h Breakup test misc pt2 (#18191) 2019-03-19 19:41:22 -07:00
test_ir.h Breakup Test Misc (batch 1/2) (#18071) 2019-03-15 13:56:19 -07:00
test_irparser.h IRParser: optionally create name->value map of the parsed IR. (#19551) 2019-04-22 16:09:05 -07:00
test_ivalue.h Allow default construction of Dict/List (#22084) 2019-06-25 17:40:48 -07:00
test_misc.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
test_netdef_converter.h s/uniqueName/debugName/ (#22096) 2019-06-21 20:54:53 -07:00
test_peephole_optimize.h Optimize boolean expressions & unwraps (#18259) 2019-03-25 21:50:57 -07:00
test_qualified_name.h make QualifiedName a value type (#19626) 2019-04-27 16:13:24 -07:00
test_save_load.h remove uses of std::shared_ptr<Module> (#21934) 2019-06-25 13:24:38 -07:00
test_subgraph_matcher.h SubgraphMatcher: add attributes support. (#20602) 2019-05-17 15:10:02 -07:00
test_subgraph_utils.h Breakup Test Misc (batch 1/2) (#18071) 2019-03-15 13:56:19 -07:00
test_utils.h Breakup Test Misc (batch 1/2) (#18071) 2019-03-15 13:56:19 -07:00
test.cpp Backout Liveness Tests again :-( 2019-06-22 00:18:21 -07:00
tests_setup.py Add train() / eval() / is_training() to C++ ScriptModule API (#16044) 2019-02-01 13:07:38 -08:00