..
__init__.py
Move pytorch distributed tests to separate folder for contbuild. ( #30445 )
2020-01-22 21:16:59 -08:00
TestAutograd.test_function-x_grad_desc.expect
revert test/expect files ( #12332 )
2018-10-04 11:12:57 -07:00
TestAutograd.test_function-y_grad_desc.expect
revert test/expect files ( #12332 )
2018-10-04 11:12:57 -07:00
TestCudaSparse.test_print.expect
Autograd indices/values and sparse_coo ctor ( #13001 )
2018-10-24 10:00:22 -07:00
TestCudaUncoalescedSparse.test_print.expect
Autograd indices/values and sparse_coo ctor ( #13001 )
2018-10-24 10:00:22 -07:00
TestJit.test_cu_escaped_number.expect
Serialize first-class version of functions ( #19723 )
2019-04-25 15:53:07 -07:00
TestJit.test_import_method.expect
_script_compile and _script_class_compile add to the python CU
2019-07-15 13:13:08 -07:00
TestJit.test_pretty_printer-empty_float_list_test.expect
Serialize first-class version of functions ( #19723 )
2019-04-25 15:53:07 -07:00
TestJit.test_pretty_printer-empty_int_list_test.expect
register __getitem__ builtin
2019-07-10 14:53:35 -07:00
TestJit.test_pretty_printer-if_one.expect
Serialize first-class version of functions ( #19723 )
2019-04-25 15:53:07 -07:00
TestJit.test_pretty_printer-if_test.expect
Serialize first-class version of functions ( #19723 )
2019-04-25 15:53:07 -07:00
TestJit.test_pretty_printer-loop_use_test.expect
Fix bugs in assignment to optionals ( #25059 )
2019-08-26 13:47:54 -07:00
TestJit.test_pretty_printer-print_weird_test.expect
Serialize first-class version of functions ( #19723 )
2019-04-25 15:53:07 -07:00
TestJit.test_pretty_printer-python_op_name_test.expect
Serialize first-class version of functions ( #19723 )
2019-04-25 15:53:07 -07:00
TestJit.test_pretty_printer-while_if_test.expect
Fix bugs in assignment to optionals ( #25059 )
2019-08-26 13:47:54 -07:00
TestJit.test_pretty_printer-while_test.expect
Fix bugs in assignment to optionals ( #25059 )
2019-08-26 13:47:54 -07:00
TestPytorchExportModes.test_aten_fallback.expect
Enable batched QR decomposition and add a some option ( #20689 )
2019-05-28 17:52:37 -07:00
TestPytorchExportModes.test_onnx_aten.expect
Export C10 operator in PyTorch Model ( #18210 )
2019-04-08 16:06:00 -07:00
TestScript.test_annot_ast_mypy_fn.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_annot_ast_mypy_method.expect
Serialize ClassType as its qualname
2019-11-20 16:17:26 -08:00
TestScript.test_annot_ast_py3_fn.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_annot_ast_py3_method.expect
Serialize ClassType as its qualname
2019-11-20 16:17:26 -08:00
TestScript.test_annot_string_mypy_fn.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_annot_string_mypy_method.expect
Serialize ClassType as its qualname
2019-11-20 16:17:26 -08:00
TestScript.test_annot_string_py3_fn.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_annot_string_py3_method.expect
Serialize ClassType as its qualname
2019-11-20 16:17:26 -08:00
TestScript.test_annotated_script_fn.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_annotated_script_method.expect
Serialize ClassType as its qualname
2019-11-20 16:17:26 -08:00
TestScript.test_format-stdout.expect
Revert D15833924: [jit] Fix stdout capturing, remove some expect files
2019-06-15 20:39:11 -07:00
TestScript.test_listconstruct_erasure.expect
Changed tensor comparison return type from uint8 to bool ( #21113 )
2019-08-01 07:54:53 -07:00
TestScript.test_parser_type_annotations_comment.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_parser_type_annotations.expect
Support variadic returns in Schema's operator<< ( #23204 )
2019-07-26 10:58:00 -07:00
TestScript.test_print-stdout.expect
Revert "Revert D18171156: Merge Tensor and Variable." ( #29299 )
2019-11-08 09:11:20 -08:00
TestScript.test_python_frontend_py2.expect
First step at adding exceptions ( #12789 )
2018-10-30 20:25:50 -07:00
TestScript.test_python_frontend_py3.expect
First step at adding exceptions ( #12789 )
2018-10-30 20:25:50 -07:00
TestScript.test_python_frontend.expect
add support for multiple assignment statements ( #24477 )
2019-08-22 10:17:14 -07:00
TestScript.test_string_print-stdout.expect
Revert "Revert D18171156: Merge Tensor and Variable." ( #29299 )
2019-11-08 09:11:20 -08:00
TestScript.test_torch_dot_tensor_annotation.expect
revert test/expect files ( #12332 )
2018-10-04 11:12:57 -07:00
TestSparse.test_print.expect
Autograd indices/values and sparse_coo ctor ( #13001 )
2018-10-24 10:00:22 -07:00
TestTensorBoard.test_audio.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_caffe2_simple_cnnmodel.expect
Cleanup API and remove 'experimental' warning ( #23000 )
2019-07-22 12:10:05 -07:00
TestTensorBoard.test_caffe2_simple_model.expect
Cleanup API and remove 'experimental' warning ( #23000 )
2019-07-22 12:10:05 -07:00
TestTensorBoard.test_histogram_auto.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_histogram_doane.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_histogram_fd.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_image_with_3_channel_batched.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_image_with_boxes.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_image_with_one_channel_batched.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_image_with_one_channel.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_image_without_channel.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_mesh.expect
added mesh plugin ( #24039 )
2019-08-09 10:22:43 -07:00
TestTensorBoard.test_pr_curve_raw.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_pr_curve.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_pytorch_graph.expect
Changes to get inlined graph and proper names after JIT updates ( #30244 )
2019-11-21 16:59:28 -08:00
TestTensorBoard.test_text.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTensorBoard.test_video.expect
add tests for add_custom_scalars and others ( #20987 )
2019-06-14 12:27:07 -07:00
TestTorch.test_is_nonzero-empty.expect
revert test/expect files ( #12332 )
2018-10-04 11:12:57 -07:00
TestTorch.test_is_nonzero-multiple.expect
revert test/expect files ( #12332 )
2018-10-04 11:12:57 -07:00
TestTorch.test_print-non_contiguous.expect
revert test/expect files ( #12332 )
2018-10-04 11:12:57 -07:00
TestUncoalescedSparse.test_print.expect
Autograd indices/values and sparse_coo ctor ( #13001 )
2018-10-24 10:00:22 -07:00