mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| TestJit.test_alexnet.expect | ||
| TestJit.test_assign_traces.expect | ||
| TestJit.test_backward_opaque.expect | ||
| TestJit.test_backward.expect | ||
| TestJit.test_batchnorm.expect | ||
| TestJit.test_c_function.expect | ||
| TestJit.test_concat_fusion.expect | ||
| TestJit.test_conv.expect | ||
| TestJit.test_cpp.expect | ||
| TestJit.test_cse.expect | ||
| TestJit.test_dropout.expect | ||
| TestJit.test_function_as_argument.expect | ||
| TestJit.test_fusion_distribute-raw.expect | ||
| TestJit.test_fusion_distribute.expect | ||
| TestJit.test_index_inner.expect | ||
| TestJit.test_index_trace.expect | ||
| TestJit.test_inplace_transplant.expect | ||
| TestJit.test_input_pruning.expect | ||
| TestJit.test_lstm_fusion.expect | ||
| TestJit.test_lstm.expect | ||
| TestJit.test_matmul_native.expect | ||
| TestJit.test_nested_inplace.expect | ||
| TestJit.test_output_pruning.expect | ||
| TestJit.test_python_ir.expect | ||
| TestJit.test_repeated_input.expect | ||
| TestJit.test_repeated_output.expect | ||
| TestJit.test_saved_output.expect | ||
| TestJit.test_scopes_identity_node.expect | ||
| TestJit.test_scopes_intermediate_node.expect | ||
| TestJit.test_scopes.expect | ||
| TestJit.test_shape_analysis_broadcast.expect | ||
| TestJit.test_shared_param.expect | ||
| TestJit.test_simple.expect | ||
| TestScript.test_print-stdout.expect | ||
| TestScript.test_python_frontend.expect | ||