pytorch/test/expect
Iurii Zdebskyi 865c7eea48 Changed tensor comparison return type from uint8 to bool (#21113)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/21113
ghimport-source-id: 9c4ba63457a72bfc41894387e0b01be3fd9a9baf

Test Plan: Imported from OSS

Differential Revision: D15552204

Pulled By: izdeby

fbshipit-source-id: a608213668649d058e22b510d7755cb99e7d0037
2019-08-01 07:54:53 -07: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 Canonicalize order of If and Loop outputs (#20015) 2019-05-08 14:52:07 -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 Canonicalize order of If and Loop outputs (#20015) 2019-05-08 14:52:07 -07:00
TestJit.test_pretty_printer-while_test.expect Serialize first-class version of functions (#19723) 2019-04-25 15:53:07 -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 Support variadic returns in Schema's operator<< (#23204) 2019-07-26 10:58:00 -07: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 Support variadic returns in Schema's operator<< (#23204) 2019-07-26 10:58:00 -07: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 Support variadic returns in Schema's operator<< (#23204) 2019-07-26 10:58:00 -07: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 Support variadic returns in Schema's operator<< (#23204) 2019-07-26 10:58:00 -07: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 Support variadic returns in Schema's operator<< (#23204) 2019-07-26 10:58:00 -07: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 D15833924: [jit] Fix stdout capturing, remove some expect files 2019-06-15 20:39:11 -07: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 make RHS of assignment optional 2019-07-23 12:21:19 -07:00
TestScript.test_string_print-stdout.expect Revert D15833924: [jit] Fix stdout capturing, remove some expect files 2019-06-15 20:39:11 -07: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_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_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