pytorch/test/expect
James Reed 1533155c4e
[JIT][script] Implement compile-time tuples & starred unpacking (#6214)
* Something that works

* Tuple sugared value

* Works with commenting out input size check

* support string frontend

* Initial starred assignment

* Fix parser

* Fixup tests

* clang-format

* fix rebase error

* lint

* move star assign test to string frontend to make py2 happy

* Py2 fix: parse starargs from Call node

* Address some comments

* Fixup merge

* Remove overloaded unary operators

* Bugfix and test case

* Address a few more comments

* asValues -> asTuple

* Remove unrolledFor stuff

* Fixup getValues

* Pass CallsiteDescriptor struct and have different behavior for different call types

* Address comments and lint

* some type checks

* Address comments

* lint

* Fix mistake
2018-04-09 19:34:51 -07:00
..
TestJit.test_alexnet.expect Fix the Fusion Pass (#3362) 2017-10-31 13:44:13 -04:00
TestJit.test_assign_traces.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_backward_opaque.expect Refactor ir.h to distinguish Nodes and Values 2017-11-15 11:47:18 -08:00
TestJit.test_backward.expect Refactor ir.h to distinguish Nodes and Values 2017-11-15 11:47:18 -08:00
TestJit.test_batchnorm.expect Revert "Enable resetting of batchnorm running stats and cumulative ("simple") moving average" (#5892) 2018-03-19 17:47:54 -04:00
TestJit.test_c_function.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_concat_fusion.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_conv.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_cpp.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_cse.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_dropout.expect Introduce scopes during tracing (#3016) 2017-12-04 09:19:06 -08:00
TestJit.test_function_as_argument.expect Record device information in TensorType and check it in the fuser 2017-09-19 10:53:32 -04:00
TestJit.test_fusion_distribute-raw.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_fusion_distribute.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_index_inner.expect Handle repeated inputs in JIT tracer 2018-01-03 17:29:27 +01:00
TestJit.test_index_trace.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_inplace_transplant.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_input_pruning.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_lstm_fusion.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_lstm.expect Record device information in TensorType and check it in the fuser 2017-09-19 10:53:32 -04:00
TestJit.test_matmul_native.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_nested_inplace.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_output_pruning.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_python_ir.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_repeated_input.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_repeated_output.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_saved_output.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_scopes_identity_node.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_scopes_intermediate_node.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_scopes.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_shape_analysis_broadcast.expect Handle broadcasting in the JIT (#6084) 2018-04-05 17:07:52 -07:00
TestJit.test_shared_param.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestJit.test_simple.expect Namespaced symbols (#5820) 2018-03-16 13:36:11 -04:00
TestScript.test_print-stdout.expect Test both Python and string JIT frontends (#5891) 2018-03-22 16:58:36 +01:00
TestScript.test_python_frontend.expect [JIT][script] Implement compile-time tuples & starred unpacking (#6214) 2018-04-09 19:34:51 -07:00