tree: 14a01b39a117b738305544d9c90488c54724c955 [path history] [tgz]
  1. ActivationCheckpointingTests.test_cond_with_kwargs
  2. AotAutogradFallbackTests.test_aot_sequence_nr
  3. AutogradFunctionTests.test_graph_break_if_lifted_free_variable
  4. AutogradFunctionTests.test_print_in_bwd
  5. AutogradFunctionTests.test_stride_in_bwd
  6. ComptimeTests.test_graph_break
  7. CtxManagerTests.test_autograd_profiler_enabled
  8. CtxManagerTests.test_disable_saved_tensors_hooks
  9. CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled
  10. CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested
  11. DecoratorTests.test_mark_static_address_guarded
  12. DecoratorTests.test_mark_static_address_unguarded
  13. DefaultsTests.test_cast_tensor_single_elem
  14. DefaultsTests.test_compare_constant_and_tensor
  15. DefaultsTests.test_func_default_torch_args
  16. DefaultsTests.test_in_set_inplace
  17. DefaultsTests.test_in_set_would_fail_broadcast
  18. DynamoProfilerTests.test_dynamo_timed_profiling_isolated
  19. DynamoProfilerTests.test_profiler_cache_lookup
  20. DynamoProfilerTests.test_profiler_dynamo_compiled_region
  21. End2EndTests.test_init_group
  22. ExampleTests.test_exportdb_supported_case_assume_constant_result
  23. ExampleTests.test_exportdb_supported_case_constrain_as_size_example
  24. ExcTests.test_backend_suppress_line
  25. ExcTests.test_graph_break_log
  26. ExcTests.test_internal_error_no_suppress
  27. ExcTests.test_internal_error_suppress_errors
  28. ExcTests.test_not_implemented_error
  29. ExcTests.test_trigger_bisect_on_error
  30. ExcTests.test_trigger_on_error
  31. ExportTests.test_cond_raise_user_error_on_non_list_operands
  32. ExportTests.test_cond_raise_user_error_on_non_tensor_operands
  33. ExportTests.test_cond_raise_user_error_on_unsupported_pred
  34. ExportTests.test_export_decomp
  35. ExportTests.test_export_dynamic_dim_cleanup
  36. ExportTests.test_export_dynamic_dim_range_constraint
  37. ExportTests.test_export_mark_dynamic_conflict_dynamic_dim
  38. ExportTests.test_export_multi_dynamic_dim_constraint
  39. ExportTests.test_export_multi_dynamic_dim_unsafe_relationship
  40. ExportTests.test_export_no_raise
  41. ExportTests.test_export_preserve_constraints_as_metadata_scalar
  42. ExportTests.test_export_raise_on_relationship
  43. ExportTests.test_export_with_constant_dict_values
  44. ExportTests.test_export_with_constant_free_function
  45. ExportTests.test_export_with_constant_free_function_and_class_method
  46. ExportTests.test_export_with_constant_free_function_and_class_method_multiarg
  47. ExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff
  48. ExportTests.test_export_with_constant_list_nonzero
  49. ExportTests.test_export_with_constant_list_nonzero_free_function
  50. ExportTests.test_export_with_constant_method_on_module
  51. ExportTests.test_export_with_constant_method_on_module_invoke_twice
  52. ExportTests.test_export_with_constant_none_control_flow
  53. ExportTests.test_export_with_constant_none_control_flow_free_func
  54. ExportTests.test_export_with_constant_not_none_control_flow
  55. ExportTests.test_export_with_constant_not_none_control_flow_free_func
  56. ExportTests.test_export_with_constant_not_none_control_flow_pos
  57. ExportTests.test_export_with_constant_not_return_const
  58. ExportTests.test_export_with_constant_tuple_nonzero
  59. ExportTests.test_export_with_map_cond
  60. ExportTests.test_exported_graph_serialization
  61. ExportTests.test_map_cond_param_buffer_lifted
  62. ExportTests.test_torch_inference_mode_ctx
  63. ExportTests.test_untracked_inputs_in_constraints
  64. FakeTensorOperatorInvariants.test_like_ops
  65. FakeTensorOperatorInvariants.test_non_kwarg_only_device
  66. FakeTensorOperatorInvariants.test_tensor_constructors_all_have_kwarg_device
  67. FunctionTests.test_default_dict
  68. FunctionTests.test_default_dict_closure
  69. FunctionTests.test_default_dict_lambda
  70. FunctionTests.test_is_contiguous_frame_counts
  71. FunctionTests.test_math_radians
  72. FunctionTests.test_partials_as_input_partials_lambda
  73. FunctionTests.test_partials_as_input_partials_mod
  74. FuncTorchHigherOrderOpTests.test_grad
  75. FuncTorchHigherOrderOpTests.test_grad_disable_capture
  76. FuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs
  77. FuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar
  78. FuncTorchHigherOrderOpTests.test_grad_has_aux
  79. FuncTorchHigherOrderOpTests.test_grad_non_tensor_input
  80. FuncTorchHigherOrderOpTests.test_grad_pytree
  81. FuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux
  82. FuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux
  83. FuncTorchHigherOrderOpTests.test_grad_with_graph_break
  84. FuncTorchHigherOrderOpTests.test_grad_with_side_effect
  85. FuncTorchHigherOrderOpTests.test_vmap
  86. FuncTorchHigherOrderOpTests.test_vmap_disable_capture
  87. FuncTorchHigherOrderOpTests.test_vmap_free_const
  88. FuncTorchHigherOrderOpTests.test_vmap_free_tensor
  89. FuncTorchHigherOrderOpTests.test_vmap_kwargs
  90. FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims
  91. FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims
  92. FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs
  93. FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims
  94. FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple
  95. FuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured
  96. FuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs
  97. FuncTorchHigherOrderOpTests.test_vmap_previous_illegal_op_no_graph_break
  98. FuncTorchHigherOrderOpTests.test_vmap_pytree_inputs
  99. FuncTorchHigherOrderOpTests.test_vmap_side_effects
  100. FuncTorchHigherOrderOpTests.test_vmap_two_inputs
  101. FuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims
  102. FuncTorchHigherOrderOpTests.test_vmap_with_conditional_graph_break
  103. FuncTorchHigherOrderOpTests.test_vmap_with_graph_break
  104. FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_2
  105. FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_lambda
  106. HigherOrderOpTests.test_capture_untracked_global_nested
  107. HigherOrderOpTests.test_capture_value_created_in_subgraph
  108. HigherOrderOpTests.test_cond_branches_no_arguments
  109. HigherOrderOpTests.test_cond_branches_no_arguments_no_closure
  110. HigherOrderOpTests.test_cond_pytree_operands
  111. HigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves
  112. HigherOrderOpTests.test_cond_source_fn_stack
  113. HigherOrderOpTests.test_cond_subgraph_name_is_valid
  114. HigherOrderOpTests.test_fallback_on_python_primitives_output
  115. HigherOrderOpTests.test_map_lowers_to_graph
  116. HigherOrderOpTests.test_map_multi_return
  117. HigherOrderOpTests.test_map_pytree_return
  118. HigherOrderOpTests.test_map_source_fn_stack
  119. HigherOrderOpTests.test_map_subgraph_name_is_valid
  120. HigherOrderOpTests.test_map_symint_input
  121. HigherOrderOpTests.test_modules
  122. HigherOrderOpTests.test_nested_tuple_output
  123. HigherOrderOpTests.test_output_with_dict
  124. HigherOrderOpTests.test_side_effect_in_body
  125. HigherOrderOpTests.test_vmap_source_fn_stack
  126. HigherOrderOpTests.test_wrap_kwarg_recompile
  127. HigherOrderOpTests.test_wrap_subgraph_name_is_valid
  128. HooksTests.test_functools_arg_vary
  129. HooksTests.test_post_acc_grad_hook
  130. HooksTests.test_tensor_register_global_hook
  131. HooksTests.test_tensor_register_hook_in_graph_local
  132. HooksTests.test_tensor_register_multiple_hooks
  133. HooksTests.test_tensor_register_multiple_hooks_handles_in_list
  134. InteropTests.test_vmap_in_graph
  135. LoggingTests.test_aot
  136. LoggingTests.test_aot_graphs
  137. LoggingTests.test_aot_joint_graph
  138. LoggingTests.test_bytecode
  139. LoggingTests.test_custom_format
  140. LoggingTests.test_custom_format_exc
  141. LoggingTests.test_dynamo_debug
  142. LoggingTests.test_dynamo_error
  143. LoggingTests.test_dynamo_info
  144. LoggingTests.test_graph
  145. LoggingTests.test_graph_breaks
  146. LoggingTests.test_graph_code
  147. LoggingTests.test_graph_sizes
  148. LoggingTests.test_graph_sizes_dynamic
  149. LoggingTests.test_guards_recompiles
  150. LoggingTests.test_inductor_debug
  151. LoggingTests.test_inductor_error
  152. LoggingTests.test_inductor_info
  153. LoggingTests.test_multiline_format
  154. LoggingTests.test_output_code
  155. LoggingTests.test_recompiles
  156. LoggingTests.test_trace_source_cond
  157. LoggingTests.test_trace_source_nested
  158. MiscTests.test_add_to_set
  159. MiscTests.test_any_all_symnode
  160. MiscTests.test_backend_match_guard
  161. MiscTests.test_boolarg
  162. MiscTests.test_callpacked
  163. MiscTests.test_closure_out_of_scope_cell
  164. MiscTests.test_compare_shapes_with_constant
  165. MiscTests.test_cond_nested
  166. MiscTests.test_cond_side_effects
  167. MiscTests.test_dataclass_fields
  168. MiscTests.test_deque_append_left
  169. MiscTests.test_deque_input
  170. MiscTests.test_deterministic_algorithms_mutated
  171. MiscTests.test_dict_order_keys
  172. MiscTests.test_dict_order_keys_modules
  173. MiscTests.test_dict_order_keys_tensors
  174. MiscTests.test_dictcomp
  175. MiscTests.test_dtypes_no_graphbreaks
  176. MiscTests.test_dunder_new_function_inlining
  177. MiscTests.test_frozenset_torch_func_contains
  178. MiscTests.test_get_cache_entry
  179. MiscTests.test_guard_failure_fn
  180. MiscTests.test_guard_failure_fn2
  181. MiscTests.test_guard_failure_fn_shape_control
  182. MiscTests.test_guard_failure_fn_tensor_iter
  183. MiscTests.test_inference_mode
  184. MiscTests.test_inline_closure_not_loaded_by_parent
  185. MiscTests.test_inplace_param_update
  186. MiscTests.test_inplace_view_on_graph_input
  187. MiscTests.test_intermediary_tensor_grad_access
  188. MiscTests.test_is_compiling
  189. MiscTests.test_iter_set
  190. MiscTests.test_itertools_accumulate_symint_default_sum
  191. MiscTests.test_itertools_accumulate_tensors_default_sum
  192. MiscTests.test_itertools_groupby_pure_python_default_identify_func
  193. MiscTests.test_itertools_groupby_pure_python_key_func
  194. MiscTests.test_itertools_infinite_cycle
  195. MiscTests.test_itertools_infinite_repeat
  196. MiscTests.test_itertools_infinite_repeat_mutation
  197. MiscTests.test_itertools_repeat
  198. MiscTests.test_listcomp
  199. MiscTests.test_mandelbrot_numpy
  200. MiscTests.test_mark_static
  201. MiscTests.test_namedtuple1
  202. MiscTests.test_namedtuple2
  203. MiscTests.test_nan
  204. MiscTests.test_nested_closure
  205. MiscTests.test_nested_closure_mutation
  206. MiscTests.test_nested_optimize
  207. MiscTests.test_nested_optimize_decorator
  208. MiscTests.test_nested_optimize_run
  209. MiscTests.test_nn_module_getattr
  210. MiscTests.test_no_raise_guard_partial_constraint
  211. MiscTests.test_no_raise_guard_partial_constraint_across_break
  212. MiscTests.test_numpy_array_of_arrays
  213. MiscTests.test_numpy_force
  214. MiscTests.test_numpy_int_constant
  215. MiscTests.test_numpy_iter
  216. MiscTests.test_numpy_non_torch_dtype
  217. MiscTests.test_numpy_readonly
  218. MiscTests.test_numpy_recompilation_scalar
  219. MiscTests.test_numpy_size_attr
  220. MiscTests.test_numpy_subdtype
  221. MiscTests.test_numpy_tolist
  222. MiscTests.test_numpy_torch_operators
  223. MiscTests.test_numpy_with_builtin_type
  224. MiscTests.test_out_variants_with_resizing_on_graph_inputs
  225. MiscTests.test_pure_python_accumulate
  226. MiscTests.test_py_guards_mark_dynamic
  227. MiscTests.test_raise_guard_full_constraint
  228. MiscTests.test_raise_guard_partial_constraint_no_graph_break
  229. MiscTests.test_raise_on_backend_error
  230. MiscTests.test_recompile_on_global_state_change
  231. MiscTests.test_release_input_memory
  232. MiscTests.test_release_module_memory
  233. MiscTests.test_release_scope_memory
  234. MiscTests.test_repeat_interleave_graphbreaks
  235. MiscTests.test_return_nested_function
  236. MiscTests.test_set_aliasing_recompiles
  237. MiscTests.test_setattr_mutation1
  238. MiscTests.test_simple_set_usage
  239. MiscTests.test_size_input
  240. MiscTests.test_str_format_assert2
  241. MiscTests.test_tensor_build_list_unpack
  242. MiscTests.test_tensor_dict1
  243. MiscTests.test_tensor_dict2
  244. MiscTests.test_tensor_dict3
  245. MiscTests.test_tensor_item_capture
  246. MiscTests.test_tolist_0d
  247. MiscTests.test_tolist_1d
  248. MiscTests.test_tolist_kd
  249. MiscTests.test_tolist_kd_dynamic
  250. MiscTests.test_tolist_scalar
  251. MiscTests.test_torch_seed
  252. MiscTests.test_tracing_nested_py_tree
  253. MiscTests.test_tracing_nested_py_tree_dicts
  254. MiscTests.test_tracing_nested_py_tree_mixed_all
  255. MiscTests.test_tracing_nested_py_tree_tuples
  256. MiscTests.test_tracing_py_tree
  257. MiscTests.test_tracing_py_tree_tensor_subclass
  258. MiscTests.test_tracing_tree_map_only
  259. MiscTests.test_type_copy
  260. MiscTests.test_typing_typevar
  261. MiscTests.test_user_getattribute
  262. MiscTests.test_with_builtin_type
  263. MiscTests.test_yield_from
  264. MiscTests.test_yield_gen_and_from
  265. MiscTests.test_yield_send_to_subgenerator_graph_break
  266. NNModuleTests.test_lazy_module1
  267. NNModuleTests.test_lazy_module2
  268. NNModuleTests.test_lazy_module4
  269. NNModuleTests.test_lazy_module5
  270. NNModuleTests.test_lazy_module6
  271. NNModuleTests.test_lazy_module_no_cls_to_become
  272. NNModuleTests.test_self_mutating1
  273. NNModuleTests.test_unsupportedmethod
  274. NNModuleTests.test_unsupportedmodule
  275. NonStrictExportTestExport.test__scaled_dot_product_flash_attention_non_strict
  276. NonStrictExportTestExport.test_basic_non_strict_fake_tensor_non_strict
  277. NonStrictExportTestExport.test_basic_non_strict_real_tensor_non_strict
  278. NonStrictExportTestExport.test_buffer_util_non_strict
  279. NonStrictExportTestExport.test_cond_with_module_stack_export_with_non_strict
  280. NonStrictExportTestExport.test_export_decomps_dynamic_non_strict
  281. NonStrictExportTestExport.test_export_decomps_simple_non_strict
  282. NonStrictExportTestExport.test_export_with_wrong_inputs_non_strict
  283. NonStrictExportTestExport.test_external_call_non_strict_real_tensor_non_strict
  284. NonStrictExportTestExport.test_fqn_non_strict
  285. NonStrictExportTestExport.test_nn_module_stack_non_strict
  286. NonStrictExportTestExport.test_nn_module_stack_shared_submodule_non_strict
  287. NonStrictExportTestExport.test_non_strict_dynamic_shapes_non_strict
  288. NonStrictExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_non_strict
  289. NonStrictExportTestExport.test_param_util_non_strict
  290. NonStrictExportTestExport.test_raise_user_error_when_guard_on_data_dependent_operation_non_strict
  291. NonStrictExportTestExport.test_sym_sqrt_non_strict
  292. NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_non_strict
  293. NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_update_sub_later_non_strict
  294. NonStrictExportTestExport.test_to_module_with_mutated_buffer_non_strict
  295. NumpyTestsCPU.test_boolean_indexing_weirdness_cpu
  296. NumpyTestsCPU.test_boolean_shape_mismatch_cpu
  297. NumpyTestsCPU.test_empty_fancy_index_cpu
  298. NumpyTestsCPU.test_index_no_floats_cpu
  299. OptimizedModuleTest.test_backward_hooks
  300. OptimizedModuleTest.test_cache_size_limit_on_guarded_nn_modules
  301. OptimizedModuleTest.test_composition_with_opt_mod
  302. OptimizedModuleTest.test_hooks_inner
  303. OptimizedModuleTest.test_hooks_outer
  304. OptimizedModuleTest.test_hooks_skip_guards
  305. OptimizedModuleTest.test_module_dict_iter_name
  306. OptimizedModuleTest.test_nn_module
  307. OptimizedModuleTest.test_no_recompile_on_nn_guarded_modules
  308. OptimizedModuleTest.test_to
  309. OptimizerTests.test_adagrad
  310. OptimizerTests.test_adam
  311. OptimizerTests.test_adamax
  312. OptimizerTests.test_adamw
  313. OptimizerTests.test_asgd
  314. OptimizerTests.test_nadam
  315. OptimizerTests.test_rmsprop
  316. OptimizerTests.test_rprop
  317. OptimizerTests.test_sgd
  318. PackedSequenceTest.test_pack_sequence
  319. PackedSequenceTest.test_to
  320. PackedSequenceTest.test_total_length
  321. PackedSequenceTest.test_type_casts
  322. PublicTorchCompilerTests.test_dynamo_signatures
  323. RecompileTests.test_aliasing_guard_failures_with_globals
  324. RecompileTests.test_automatic_dynamic_reduce_recompiles
  325. RecompileTests.test_automatic_dynamic_tensor_scalar_change
  326. RecompileTests.test_dynamic_shape_parameter_recompile
  327. RecompileTests.test_recompiles_true_false_flop
  328. RecompileUxTests.test_mismatched_type
  329. RecompileUxTests.test_verbose_tensor_check
  330. ReproTests.test_add_sub_alpha_out
  331. ReproTests.test_addr_alpha_beta_out
  332. ReproTests.test_boxes_len
  333. ReproTests.test_chunk_reformer_ff
  334. ReproTests.test_convert_boxes_to_pooler_format
  335. ReproTests.test_create_rand_mask_from_inputs
  336. ReproTests.test_do_paste_mask
  337. ReproTests.test_dynamic_shapes_float_guard
  338. ReproTests.test_dynamic_shapes_implicit_guard
  339. ReproTests.test_empty_list_contains_with_jump
  340. ReproTests.test_function_in_skipfiles
  341. ReproTests.test_functools_wraps
  342. ReproTests.test_hf_t5_forward
  343. ReproTests.test_hf_xsoftmax_training
  344. ReproTests.test_issue175
  345. ReproTests.test_jit_trace_errors
  346. ReproTests.test_list_aliasing
  347. ReproTests.test_list_self_reference
  348. ReproTests.test_longformer_chunk
  349. ReproTests.test_merge_criteria_processor_list1
  350. ReproTests.test_merge_criteria_processor_list2
  351. ReproTests.test_module_in_skipfiles
  352. ReproTests.test_multi_import
  353. ReproTests.test_negative_shape_guard
  354. ReproTests.test_numpy_not_ndarray_recompiles
  355. ReproTests.test_recursive_map
  356. ReproTests.test_reformer_eval
  357. ReproTests.test_reformer_min_chunk_len
  358. ReproTests.test_reformer_sorting
  359. ReproTests.test_relative_import
  360. ReproTests.test_relative_import_no_modulename
  361. ReproTests.test_restricted_list_subclass1
  362. ReproTests.test_rewrite_assert_noop
  363. ReproTests.test_rewrite_assert_with_msg
  364. ReproTests.test_rewrite_assert_with_non_string_msg
  365. ReproTests.test_seq_append_list
  366. ReproTests.test_size_typematch
  367. ReproTests.test_tensor_data_kwarg
  368. ReproTests.test_threading_local
  369. ReproTests.test_validate_model_kwargs
  370. RetraceExportTestDynamismExpression.test_export_inline_constraints_retraceability
  371. RetraceExportTestExport.test_cond_with_module_stack_export_with_retraceability
  372. RetraceExportTestExport.test_constrain_size_in_eager_retraceability
  373. RetraceExportTestExport.test_constrain_size_with_constrain_value_retraceability
  374. RetraceExportTestExport.test_constrain_size_with_various_cases_retraceability
  375. RetraceExportTestExport.test_nn_module_stack_retraceability
  376. RetraceExportTestExport.test_nn_module_stack_shared_submodule_retraceability
  377. RetraceExportTestExport.test_non_strict_dynamic_shapes_retraceability
  378. RetraceExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_retraceability
  379. SerDesExportTestDynamismExpression.test_export_inline_constraints_serdes
  380. SerDesExportTestExport.test_basic_non_strict_fake_tensor_serdes
  381. SerDesExportTestExport.test_basic_non_strict_real_tensor_serdes
  382. SerDesExportTestExport.test_cond_with_module_stack_export_with_serdes
  383. SerDesExportTestExport.test_constrain_size_in_eager_serdes
  384. SerDesExportTestExport.test_constrain_size_with_constrain_value_serdes
  385. SerDesExportTestExport.test_constrain_size_with_various_cases_serdes
  386. SerDesExportTestExport.test_external_call_non_strict_real_tensor_serdes
  387. SerDesExportTestExport.test_nn_module_stack_serdes
  388. SerDesExportTestExport.test_nn_module_stack_shared_submodule_serdes
  389. SerDesExportTestExport.test_non_strict_dynamic_shapes_serdes
  390. SerDesExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_serdes
  391. SkipNonTensorTests.test_add_tensor1
  392. SkipNonTensorTests.test_add_tensor2
  393. SkipNonTensorTests.test_add_tensor_dict
  394. SkipNonTensorTests.test_add_tensor_list
  395. SkipNonTensorTests.test_do_not_skip_side_effects
  396. SkipNonTensorTests.test_recursive_list
  397. SubclassTests.test_compile_higher_order_with_functionalization
  398. SubclassTests.test_compile_with_functionalization
  399. SubclassTests.test_torch_function_state_guards
  400. SubclassTests.test_wrapper_subclass_guards_on_inner_tensor
  401. SubclassTests.test_wrapper_subclass_with_differently_sized_inner_tensor
  402. SubclassTests.test_wrapper_subclass_with_same_sized_inner_tensor
  403. SubGraphTests.test_dynamic_duck_size
  404. SubGraphTests.test_dynamic_getitem
  405. SubGraphTests.test_dynamic_kwarg
  406. SubGraphTests.test_dynamic_order_dependence
  407. SubGraphTests.test_dynamic_zero_inference
  408. SubGraphTests.test_enumerate_not_break_graph
  409. SubGraphTests.test_no_graph_break_on_item
  410. TestAnalyze.test_trace_dependencies
  411. TestAOTAutograd.test_default_partitioner_saves_symints_not_tensors_for_bw
  412. TestAOTAutograd.test_dupe_arg_torture
  413. TestAOTAutograd.test_inference_mode
  414. TestAOTAutograd.test_input_aliased_with_mutation_output_alias
  415. TestAOTAutograd.test_input_data_and_metadata_mutation
  416. TestAOTAutograd.test_input_data_and_metadata_mutation_aliases_other_input
  417. TestAOTAutograd.test_input_mutation_alias_everything
  418. TestAOTAutograd.test_input_mutation_aliases_and_none_require_gradients
  419. TestAOTAutograd.test_input_mutation_aliases_and_output_alias
  420. TestAOTAutograd.test_input_mutation_aliases_bases_out_of_order
  421. TestAOTAutograd.test_input_mutation_and_output_view
  422. TestAOTAutograd.test_input_mutation_false_aliasing
  423. TestAOTAutograd.test_input_mutation_is_output
  424. TestAOTAutograd.test_input_mutation_metadata
  425. TestAOTAutograd.test_input_mutation_noncontiguous
  426. TestAOTAutograd.test_input_mutation_output_view_multiple
  427. TestAOTAutograd.test_input_mutation_set__input_mutation
  428. TestAOTAutograd.test_input_mutation_set__nop
  429. TestAOTAutograd.test_input_output_view_metadata_mutate_multiple
  430. TestAOTAutograd.test_input_output_view_mutate_multiple
  431. TestAOTAutograd.test_input_output_view_simple
  432. TestAOTAutograd.test_invalid_dupe
  433. TestAOTAutograd.test_invalid_dupe_fake
  434. TestAOTAutograd.test_invalid_dupe_left_bias
  435. TestAOTAutograd.test_new_inp_requires_grad_now
  436. TestAOTAutograd.test_output_aliases_input_multi_output_view
  437. TestAOTAutograd.test_output_aliases_intermediate_and_returned
  438. TestAOTAutograd.test_output_aliases_intermediate_and_returned_different_grad
  439. TestAOTAutograd.test_output_aliases_intermediate_and_returned_flipped
  440. TestAOTAutograd.test_output_aliases_intermediate_multi_output_view
  441. TestAOTAutograd.test_output_aliases_intermediate_multiple
  442. TestAOTAutograd.test_output_aliases_intermediate_multiple_mixed
  443. TestAOTAutograd.test_output_aliases_intermediate_returned_multiple_times
  444. TestAOTAutograd.test_output_aliases_multiple_inputs_get_correct_one
  445. TestAOTAutograd.test_output_all_alias_types
  446. TestAOTAutograd.test_output_dict
  447. TestAOTAutograd.test_output_op_depending_on_symint
  448. TestAOTAutograd.test_outputs_are_aliased
  449. TestAOTAutograd.test_set__and_data_mutation_bad
  450. TestAOTAutograd.test_set__and_data_mutation_good
  451. TestAOTAutograd.test_some_output_requires_grad_input_doesnt
  452. TestAOTAutograd.test_some_outputs_dont_require_grad_non_view
  453. TestAOTAutograd.test_some_outputs_dont_require_grad_view
  454. TestAOTAutograd.test_view_and_inplace_view
  455. TestAOTAutograd.test_view_detach
  456. TestAOTDispatch.test_aot_dispatch_input_mutation
  457. TestAOTDispatch.test_aot_dispatch_input_mutation_and_output_alias
  458. TestAOTDispatch.test_aot_dispatch_output_alias
  459. TestAOTDispatch.test_aot_dispatch_simple
  460. TestApplyAlongAxis.test_0d_array
  461. TestApplyAlongAxis.test_axis_insertion
  462. TestApplyAlongAxis.test_scalar_array
  463. TestArange.test_infinite
  464. TestArange.test_nan_step
  465. TestArange.test_require_range
  466. TestArange.test_zero_step
  467. TestArgmax.test_combinations_data62
  468. TestArgmax.test_combinations_data63
  469. TestArgmax.test_combinations_data65
  470. TestArgmax.test_combinations_data66
  471. TestArrayAttributeDeletion.test_multiarray_not_writable_attributes_deletion
  472. TestArrayAttributeDeletion.test_multiarray_writable_attributes_deletion
  473. TestArrayConstruction.test_array_empty
  474. TestArrayCreationCopyArgument.test_scalars
  475. TestArrayCreationCopyArgument.test_striding_not_ok
  476. TestArrayFromScalar.test_integers_np_byte_np_longlong
  477. TestArrayFromScalar.test_integers_np_int__np_longlong
  478. TestArrayFromScalar.test_integers_np_intc_np_longlong
  479. TestArrayFromScalar.test_integers_np_longlong_np_longlong
  480. TestArrayFromScalar.test_integers_np_longlong_t26
  481. TestArrayFromScalar.test_integers_np_short_np_longlong
  482. TestArrayFromScalar.test_integers_t15_np_longlong
  483. TestArraySplit.test_integer_0_split
  484. TestAsArrayCPU.test_copy_list_cpu_bfloat16
  485. TestAsArrayCPU.test_copy_list_cpu_bool
  486. TestAsArrayCPU.test_copy_list_cpu_complex128
  487. TestAsArrayCPU.test_copy_list_cpu_complex64
  488. TestAsArrayCPU.test_copy_list_cpu_float16
  489. TestAsArrayCPU.test_copy_list_cpu_float32
  490. TestAsArrayCPU.test_copy_list_cpu_float64
  491. TestAsArrayCPU.test_copy_list_cpu_int16
  492. TestAsArrayCPU.test_copy_list_cpu_int32
  493. TestAsArrayCPU.test_copy_list_cpu_int64
  494. TestAsArrayCPU.test_copy_list_cpu_int8
  495. TestAsArrayCPU.test_copy_list_cpu_uint8
  496. TestAssertCloseSparseBSC.test_matching
  497. TestAssertCloseSparseBSC.test_mismatching_ccol_indices_msg
  498. TestAssertCloseSparseBSC.test_mismatching_row_indices_msg
  499. TestAssertCloseSparseBSC.test_mismatching_values_msg
  500. TestAssertCloseSparseBSR.test_matching
  501. TestAssertCloseSparseBSR.test_mismatching_col_indices_msg
  502. TestAssertCloseSparseBSR.test_mismatching_crow_indices_msg
  503. TestAssertCloseSparseBSR.test_mismatching_values_msg
  504. TestAssertCloseSparseCOO.test_matching_coalesced
  505. TestAssertCloseSparseCOO.test_matching_uncoalesced
  506. TestAssertCloseSparseCOO.test_mismatching_indices_msg
  507. TestAssertCloseSparseCOO.test_mismatching_nnz
  508. TestAssertCloseSparseCOO.test_mismatching_values_msg
  509. TestAssertCloseSparseCSC.test_matching
  510. TestAssertCloseSparseCSC.test_mismatching_ccol_indices_msg
  511. TestAssertCloseSparseCSC.test_mismatching_row_indices_msg
  512. TestAssertCloseSparseCSC.test_mismatching_values_msg
  513. TestAssertCloseSparseCSR.test_matching
  514. TestAssertCloseSparseCSR.test_mismatching_col_indices_msg
  515. TestAssertCloseSparseCSR.test_mismatching_crow_indices_msg
  516. TestAssertCloseSparseCSR.test_mismatching_values_msg
  517. TestAssignment.test_assignment_broadcasting
  518. TestAttributes.test_fill_max_uint64
  519. TestAttributes.test_fill_readonly
  520. TestAttributes.test_fill_struct_array
  521. TestAttributes.test_set_stridesattr
  522. TestAttributes.test_stridesattr
  523. TestAutograd.test_access_saved_tensor_twice_without_recomputation_works
  524. TestAutograd.test_accumulate_grad_tensor_reference
  525. TestAutograd.test_anomaly_mode_no_check_nan
  526. TestAutograd.test_autograd_simple_views_python
  527. TestAutograd.test_autograd_views_codegen
  528. TestAutograd.test_backward_with_inputs
  529. TestAutograd.test_checkpoint_detects_non_determinism
  530. TestAutograd.test_checkpointing_non_reentrant_autocast_cpu
  531. TestAutograd.test_checkpointing_without_reentrant_custom_function_works
  532. TestAutograd.test_checkpointing_without_reentrant_with_context_fn
  533. TestAutograd.test_custom_autograd_no_early_free
  534. TestAutograd.test_custom_autograd_repeated_grad_grad
  535. TestAutograd.test_custom_function_cycle
  536. TestAutograd.test_custom_function_forward_mode_forward_is_no_op
  537. TestAutograd.test_custom_function_forward_mode_inplace_checks
  538. TestAutograd.test_custom_function_forward_mode_view_checks
  539. TestAutograd.test_custom_function_forward_mode_wrong_formula
  540. TestAutograd.test_custom_function_non_tensor_inputs_outputs
  541. TestAutograd.test_custom_function_save_for_forward
  542. TestAutograd.test_custom_function_saved_tensors
  543. TestAutograd.test_gradcheck_backward_mul_by_grad_output
  544. TestAutograd.test_gradcheck_check_forward_or_backward_only
  545. TestAutograd.test_gradcheck_check_no_differentiable_outputs
  546. TestAutograd.test_gradcheck_forward_ad
  547. TestAutograd.test_gradcheck_forward_ad_batched_grad
  548. TestAutograd.test_gradcheck_nondeterministic
  549. TestAutograd.test_hook_closure_cycle_use_custom_function_True_use_tensor_hook_False
  550. TestAutograd.test_hook_none
  551. TestAutograd.test_increment_version
  552. TestAutograd.test_named_tensor_for_complex_views
  553. TestAutograd.test_nested_anomaly_detect_nan
  554. TestAutograd.test_nested_anomaly_printstack_cleanup
  555. TestAutograd.test_no_grad_copy_sparse
  556. TestAutograd.test_profiler
  557. TestAutograd.test_profiler_aggregation_table
  558. TestAutograd.test_profiler_propagation
  559. TestAutograd.test_profiler_seq_nr
  560. TestAutograd.test_profiler_shapes
  561. TestAutograd.test_record_function
  562. TestAutograd.test_record_function_callbacks
  563. TestAutograd.test_record_function_legacy
  564. TestAutograd.test_return_duplicate
  565. TestAutograd.test_return_duplicate_inplace
  566. TestAutograd.test_save_on_cpu_and_checkpoint
  567. TestAutograd.test_saved_tensor_hooks_custom_function_intermediates
  568. TestAutograd.test_set_data_tensorimpl_type
  569. TestAutograd.test_set_grad_coroutines
  570. TestAutograd.test_set_grad_coroutines_exit
  571. TestAutograd.test_set_grad_generator_functions
  572. TestAutograd.test_set_grad_generator_functions_recursive
  573. TestAutograd.test_setitem
  574. TestAutograd.test_setitem_mask
  575. TestAutograd.test_sparse_mm_backward
  576. TestAutograd.test_version_counter
  577. TestAutogradDeviceTypeCPU.test_inplace_on_view_modify_base_cpu
  578. TestAutogradDeviceTypeCPU.test_inplace_on_view_python_cpu
  579. TestAutogradDeviceTypeCPU.test_sparse_ctor_getter_backward_cpu_complex128
  580. TestAutogradDeviceTypeCPU.test_sparse_ctor_getter_backward_cpu_float64
  581. TestAutogradForwardMode.test_create_new_zeros_with_same_meta
  582. TestAutogradForwardMode.test_detach_view_tracking
  583. TestAutogradForwardMode.test_forward_level_cleanup
  584. TestAutogradFunctionCPU.test_needs_input_grads_cpu
  585. TestAutogradInferenceMode.test_inference_mode_context_manager
  586. TestAutogradInferenceMode.test_inference_mode_decorator
  587. TestAutogradInferenceMode.test_inference_mode_inf_tensor_in_inf_mode_inplace_op
  588. TestAutogradInferenceMode.test_inference_mode_tensor_creation
  589. TestAutogradLogging.test_logging
  590. TestBaseMath.test_lower_align
  591. TestBaseSparsifier.test_state_dict
  592. TestBaseStructuredSparsifier.test_constructor
  593. TestBaseStructuredSparsifier.test_prepare_conv2d
  594. TestBaseStructuredSparsifier.test_prepare_linear
  595. TestBaseStructuredSparsifier.test_step_linear
  596. TestBincount.test_with_incorrect_minlength
  597. TestBitsCPU.test_cat_cpu
  598. TestBool.test_sum_2
  599. TestBooleanIndexing.test_bool_as_int_argument_errors
  600. TestBooleanIndexing.test_boolean_indexing_weirdness
  601. TestBroadcast.test_broadcast_error_kwargs
  602. TestBroadcast.test_broadcast_single_arg
  603. TestBufferProtocolCPU.test_byte_to_int_cpu
  604. TestClip.test_clip_func_takes_out
  605. TestClip.test_simple_complex
  606. TestClip.test_simple_int32_inout_casting_unsafe
  607. TestColumnStack.test_non_iterable
  608. TestCommonPass.test_correctness_CSEPass_Mutation_cpu
  609. TestCommonPass.test_correctness_CSEPass_MutationInput_cpu
  610. TestCommonPass.test_correctness_CSEPass_MutationMetadata_cpu
  611. TestCommonPass.test_correctness_CSEPass_MutationTorchTensorCall_cpu
  612. TestCommonPass.test_correctness_CSEPass_ReturnList_cpu
  613. TestCommonPass.test_correctness_CSEPass_TakeList_cpu
  614. TestCommonPass.test_correctness_factory_CSEPass_FactoryFunctionCall_cpu
  615. TestCommonPass.test_correctness_factory_CSEPass_MutationFactory_cpu
  616. TestComparatorOps.test_compare_tensor_scalar
  617. TestComparatorOps.test_compare_tensor_tensor
  618. TestCompileTransformsCPU.test_compile_vmap_hessian_cpu
  619. TestComposability.test_convert_without_squash_mask
  620. TestComposability.test_fusion_before_s_prep
  621. TestComposability.test_q_prep_before_s_prep
  622. TestComposability.test_qat_prep_before_s_prep
  623. TestComposability.test_s_prep_before_fusion
  624. TestComposability.test_s_prep_before_q_prep
  625. TestComposability.test_s_prep_before_qat_prep
  626. TestComposabilityCPU.test_vjp_vjp_cpu
  627. TestComposabilityCPU.test_vmap_vjp_cpu
  628. TestConcatenate.test_bad_out_shape
  629. TestConcatenate.test_concatenate
  630. TestConcatenate.test_exceptions
  631. TestConcatenate.test_large_concatenate_axis_None
  632. TestCond.test_empty_sq_cases
  633. TestCond.test_sq_cases
  634. TestConstant.test_check_constant_float3
  635. TestConstant.test_check_constant_pad_2d
  636. TestContentStoreCPU.test_repeated_hash_cpu
  637. TestControlFlow.test_map_autograd_nested_list
  638. TestControlFlow.test_map_autograd_no_grad_output
  639. TestControlFlow.test_map_dict_in_out
  640. TestControlFlow.test_map_list_in_out
  641. TestControlFlowTraced.test_map_functionalized
  642. TestControlFlowTraced.test_map_functionalized_aot_func
  643. TestControlFlowTraced.test_nested_cond_map_cond_symbolic
  644. TestControlFlowTraced.test_nested_map_cond_real
  645. TestControlFlowTraced.test_nested_map_cond_symbolic
  646. TestControlFlowTraced.test_tracing_map_autograd_aot_functionalized
  647. TestControlFlowTraced.test_tracing_map_autograd_symbolic_dict
  648. TestControlFlowTraced.test_tracing_map_autograd_symbolic_list
  649. TestControlFlowTraced.test_tracing_map_autograd_symbolic_simple
  650. TestControlFlowTraced.test_tracing_map_real
  651. TestControlFlowTraced.test_tracing_map_symbolic_dict
  652. TestControlFlowTraced.test_tracing_map_symbolic_list
  653. TestControlFlowTraced.test_tracing_map_symbolic_simple
  654. TestConversion.test_to_int_scalar
  655. TestConvolutionNN.test_Conv2d_missing_argument
  656. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu
  657. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu
  658. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu
  659. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu
  660. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu
  661. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu
  662. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu
  663. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu
  664. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu
  665. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu
  666. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu
  667. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu
  668. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu
  669. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu
  670. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu
  671. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu
  672. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu
  673. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu
  674. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu
  675. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu
  676. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu
  677. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu
  678. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu
  679. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu
  680. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu
  681. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu
  682. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu
  683. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu
  684. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu
  685. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu
  686. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu
  687. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu
  688. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu
  689. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu
  690. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu
  691. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu
  692. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu
  693. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu
  694. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu
  695. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu
  696. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu
  697. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu
  698. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu
  699. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu
  700. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu
  701. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu
  702. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu
  703. TestConvolutionNNDeviceTypeCPU.test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu
  704. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu
  705. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu
  706. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu
  707. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu
  708. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu
  709. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu
  710. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu
  711. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu
  712. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu
  713. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu
  714. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu
  715. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu
  716. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu
  717. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu
  718. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu
  719. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu
  720. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu
  721. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu
  722. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu
  723. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu
  724. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu
  725. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu
  726. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu
  727. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu
  728. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu
  729. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu
  730. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu
  731. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu
  732. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu
  733. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu
  734. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu
  735. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu
  736. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu
  737. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu
  738. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu
  739. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu
  740. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu
  741. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu
  742. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu
  743. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu
  744. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu
  745. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu
  746. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu
  747. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu
  748. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu
  749. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu
  750. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu
  751. TestConvolutionNNDeviceTypeCPU.test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu
  752. TestCov.test_aweights
  753. TestCov.test_fweights
  754. TestCppExtensionJIT.test_cpp_frontend_module_has_same_output_as_python
  755. TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attribute
  756. TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attributes
  757. TestCppExtensionOpenRgistration.test_open_device_registration
  758. TestCross.test_broadcasting_shapes
  759. TestCustomBackendAPI.test_aot_autograd_api
  760. TestCustomBackendAPI.test_lookup_backend
  761. TestCustomBackendAPI.test_register_backend_api
  762. TestCustomOp.test_impl_device_cpu
  763. TestCustomOp.test_impl_device_function
  764. TestCustomOp.test_legacy_define
  765. TestCustomOpTestingCPU.test_missing_functionalization_cpu
  766. TestCxxPytree.test_pytree_serialize_namedtuple
  767. TestCxxPytree.test_pytree_serialize_spec0
  768. TestCxxPytree.test_pytree_serialize_spec1
  769. TestCxxPytree.test_pytree_serialize_spec2
  770. TestCxxPytree.test_pytree_serialize_spec3
  771. TestCxxPytree.test_pytree_serialize_spec4
  772. TestCxxPytree.test_pytree_serialize_spec5
  773. TestCxxPytree.test_pytree_serialize_spec6
  774. TestCxxPytree.test_pytree_serialize_spec7
  775. TestCxxPytree.test_pytree_serialize_spec8
  776. TestCxxPytree.test_pytree_serialize_spec9
  777. TestDelete.test_slices
  778. TestDeserialize.test_tensor_tensor_list
  779. TestDiag.test_failure
  780. TestDiff.test_append
  781. TestDiff.test_axis
  782. TestDiff.test_n
  783. TestDiff.test_prepend
  784. TestDistributionShapes.test_mixture_same_family_shape
  785. TestDLPack.test_dlpack_device
  786. TestDLPack.test_dtype_passthrough_dtype0
  787. TestDLPack.test_dtype_passthrough_dtype1
  788. TestDLPack.test_dtype_passthrough_dtype2
  789. TestDLPack.test_dtype_passthrough_dtype3
  790. TestDLPack.test_dtype_passthrough_dtype4
  791. TestDLPack.test_dtype_passthrough_dtype5
  792. TestDLPack.test_dtype_passthrough_dtype6
  793. TestDLPack.test_dtype_passthrough_dtype7
  794. TestDLPack.test_dtype_passthrough_dtype8
  795. TestDLPack.test_dtype_passthrough_dtype9
  796. TestDLPack.test_dunder_dlpack_refcount
  797. TestDLPack.test_from_dlpack_refcount
  798. TestDLPack.test_from_torch
  799. TestDLPack.test_higher_dims_ndim_0
  800. TestDLPack.test_higher_dims_ndim_1
  801. TestDLPack.test_higher_dims_ndim_10
  802. TestDLPack.test_higher_dims_ndim_11
  803. TestDLPack.test_higher_dims_ndim_12
  804. TestDLPack.test_higher_dims_ndim_13
  805. TestDLPack.test_higher_dims_ndim_14
  806. TestDLPack.test_higher_dims_ndim_15
  807. TestDLPack.test_higher_dims_ndim_16
  808. TestDLPack.test_higher_dims_ndim_17
  809. TestDLPack.test_higher_dims_ndim_18
  810. TestDLPack.test_higher_dims_ndim_19
  811. TestDLPack.test_higher_dims_ndim_2
  812. TestDLPack.test_higher_dims_ndim_20
  813. TestDLPack.test_higher_dims_ndim_21
  814. TestDLPack.test_higher_dims_ndim_22
  815. TestDLPack.test_higher_dims_ndim_23
  816. TestDLPack.test_higher_dims_ndim_24
  817. TestDLPack.test_higher_dims_ndim_25
  818. TestDLPack.test_higher_dims_ndim_26
  819. TestDLPack.test_higher_dims_ndim_27
  820. TestDLPack.test_higher_dims_ndim_28
  821. TestDLPack.test_higher_dims_ndim_29
  822. TestDLPack.test_higher_dims_ndim_3
  823. TestDLPack.test_higher_dims_ndim_30
  824. TestDLPack.test_higher_dims_ndim_31
  825. TestDLPack.test_higher_dims_ndim_32
  826. TestDLPack.test_higher_dims_ndim_4
  827. TestDLPack.test_higher_dims_ndim_5
  828. TestDLPack.test_higher_dims_ndim_6
  829. TestDLPack.test_higher_dims_ndim_7
  830. TestDLPack.test_higher_dims_ndim_8
  831. TestDLPack.test_higher_dims_ndim_9
  832. TestDLPack.test_ndim0
  833. TestDLPack.test_non_contiguous
  834. TestDropoutNN.test_invalid_dropout_p
  835. TestDsplit.test_0D_array
  836. TestDsplit.test_1D_array
  837. TestDsplit.test_2D_array
  838. TestDsplit.test_non_iterable
  839. TestDstack.test_non_iterable
  840. TestDynamicQuantizedOps.test_qlinear
  841. TestDynamismExpression.test_export_inline_constraints
  842. TestEigh.test_invalid
  843. TestEigvalsh.test_invalid
  844. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int32_int32
  845. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int32_int64
  846. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int64_int32
  847. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_bfloat16_cpu_int64_int64
  848. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_bfloat16
  849. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_float16
  850. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_float32
  851. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int32_float64
  852. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_bfloat16
  853. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_float16
  854. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_float32
  855. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int32_int64_float64
  856. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_bfloat16
  857. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_float16
  858. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_float32
  859. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int32_float64
  860. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_bfloat16
  861. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_float16
  862. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_float32
  863. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_device_cpu_int64_int64_float64
  864. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_dimension_errors_cpu
  865. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int32_int32
  866. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int32_int64
  867. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int64_int32
  868. TestEmbeddingNNDeviceTypeCPU.test_embedding_bag_half_cpu_int64_int64
  869. TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32
  870. TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64
  871. TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32
  872. TestEmbeddingNNDeviceTypeCPU.test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64
  873. TestExamplesCorrectnessCPU.test_maml_regression_mechanism_functional_call_cpu
  874. TestExamplesCorrectnessCPU.test_maml_regression_mechanism_make_functional_cpu
  875. TestExamplesCorrectnessCPU.test_resnet18_per_sample_grads_mechanism_functional_call_cpu
  876. TestExamplesCorrectnessCPU.test_resnet18_per_sample_grads_mechanism_make_functional_cpu
  877. TestExpandDims.test_axis_out_of_range
  878. TestExpandDims.test_repeated_axis
  879. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64
  880. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64
  881. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_cpu_float64
  882. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64
  883. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64
  884. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64
  885. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64
  886. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64
  887. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_cpu_float64
  888. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64
  889. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64
  890. TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64
  891. TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64
  892. TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64
  893. TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv3d_cpu_float64
  894. TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64
  895. TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64
  896. TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64
  897. TestExperiment.test_with_buffer_as_submodule
  898. TestExperimentalUtils.test_profiler_name_pattern
  899. TestExperimentalUtils.test_profiler_optimizer_single_tensor_pattern
  900. TestExperimentalUtils.test_profiler_pattern_match_helper
  901. TestExperimentalUtils.test_profiler_pattern_matcher_json_report
  902. TestExperimentalUtils.test_profiler_synchronized_dataloader_pattern
  903. TestExperimentalUtils.test_utils_compute_queue_depth_when_no_cuda_events
  904. TestExperimentalUtils.test_utils_compute_self_time
  905. TestExport.test_basic_non_strict_fake_tensor
  906. TestExport.test_basic_non_strict_real_tensor
  907. TestExport.test_cond_with_module_stack_export_with
  908. TestExport.test_constrain_size_in_eager
  909. TestExport.test_constrain_size_with_constrain_value
  910. TestExport.test_constrain_size_with_various_cases
  911. TestExport.test_external_call_non_strict_real_tensor
  912. TestExport.test_nn_module_stack
  913. TestExport.test_nn_module_stack_shared_submodule
  914. TestExport.test_non_strict_dynamic_shapes
  915. TestExport.test_non_strict_dynamic_shapes_suggested_fixes
  916. TestFakeQuantize.test_fq_module_per_channel
  917. TestFakeQuantizeOps.test_backward_per_channel
  918. TestFakeQuantizeOps.test_backward_per_tensor
  919. TestFakeQuantizeOps.test_fake_quant_per_channel_qparam_range
  920. TestFakeQuantizeOps.test_fixed_qparams_fq_module
  921. TestFakeQuantizeOps.test_forward_per_channel
  922. TestFakeQuantizeOps.test_forward_per_tensor
  923. TestFakeQuantizeOps.test_fq_module_per_tensor
  924. TestFakeQuantizeOps.test_learnable_backward_per_channel_cpu
  925. TestFakeQuantizeOps.test_learnable_backward_per_channel_cuda
  926. TestFakeQuantizeOps.test_learnable_backward_per_tensor_cpu
  927. TestFakeQuantizeOps.test_learnable_backward_per_tensor_cuda
  928. TestFakeQuantizeOps.test_learnable_forward_per_channel_cpu
  929. TestFakeQuantizeOps.test_learnable_forward_per_channel_cuda
  930. TestFakeQuantizeOps.test_learnable_forward_per_tensor_cpu
  931. TestFakeQuantizeOps.test_learnable_forward_per_tensor_cuda
  932. TestFakeSparsity.test_jit_trace
  933. TestFakeSparsity.test_masking_logic
  934. TestFlag.test_writeable_from_readonly
  935. TestFlip.test_axes
  936. TestFliplr.test_basic
  937. TestFloatNonIntegerArgument.test_non_integer_argument_errors
  938. TestFloatNonIntegerArgument.test_reduce_axis_float_index
  939. TestFromBuffer.test_basic_little_dtype0
  940. TestFromBuffer.test_basic_little_dtype1
  941. TestFromBuffer.test_basic_little_dtype2
  942. TestFromBuffer.test_empty
  943. TestFunctionalizeCPU.test_multioutput_view_cpu
  944. TestFunctionalizeCPU.test_simple_view_cpu
  945. TestFunctors.test_cat_transform
  946. TestFunctors.test_cat_transform_non_uniform
  947. TestFusionEval.test_fuse_module_eval_numerics
  948. TestFX.test_custom_traceback_raised_when_exception_source_is_graphmodule
  949. TestFX.test_immutable_dict_pytree_ops
  950. TestFX.test_immutable_list_pytree_ops
  951. TestFX.test_pytree_concrete
  952. TestFXAPIBackwardCompatibility.test_public_api_surface
  953. TestFxComposability.test_q_prep_fx_before_s_prep
  954. TestFxComposability.test_q_prep_fx_s_prep_ref_conv
  955. TestFxComposability.test_s_prep_before_q_prep_fx
  956. TestFxComposability.test_s_prep_before_qat_prep_fx
  957. TestFxComposability.test_s_prep_q_prep_fx_ref
  958. TestFXGraphMatcherModels.test_mobilenet_v2_qat
  959. TestGenerateNumericDebugHandle.test_quantize_pt2e_preserve_handle
  960. TestGenerateOpcheckTests.test_opcheck_bad_op
  961. TestGenericCumSumProd.test_bad_axis_func0
  962. TestGenericCumSumProd.test_bad_axis_func1
  963. TestGenericPytree.test_flatten_unflatten_deque_cxx
  964. TestGenericPytree.test_flatten_unflatten_deque_py
  965. TestGenericReductions.test_bad_axis_func0
  966. TestGenericReductions.test_bad_axis_func1
  967. TestGenericReductions.test_bad_axis_func10
  968. TestGenericReductions.test_bad_axis_func11
  969. TestGenericReductions.test_bad_axis_func2
  970. TestGenericReductions.test_bad_axis_func3
  971. TestGenericReductions.test_bad_axis_func4
  972. TestGenericReductions.test_bad_axis_func5
  973. TestGenericReductions.test_bad_axis_func6
  974. TestGenericReductions.test_bad_axis_func7
  975. TestGenericReductions.test_bad_axis_func8
  976. TestGenericReductions.test_bad_axis_func9
  977. TestGradCheckOverride.test_gradcheck
  978. TestGradient.test_badargs
  979. TestGradient.test_second_order_accurate
  980. TestGradient.test_specific_axes
  981. TestGradient.test_values
  982. TestGradNewOnesOverride.test_newones
  983. TestGradTransformCPU.test_grad_of_vjp_composition_cpu
  984. TestGradTransformCPU.test_vjp_cpu
  985. TestGraph.test_traverse_circular_datapipe
  986. TestGraph.test_traverse_unhashable_datapipe
  987. TestHistogram.test_error_binnum_type
  988. TestHistogram.test_finite_range
  989. TestHistogram.test_one_bin
  990. TestHistogram.test_precision
  991. TestHistogram.test_unsigned_monotonicity_check
  992. TestHistogram2d.test_all_outliers
  993. TestHistogram2d.test_asym
  994. TestHistogram2d.test_binparameter_combination
  995. TestHistogramdd.test_bins_error_2
  996. TestHistogramdd.test_bins_errors
  997. TestHistogramdd.test_equal_edges
  998. TestHistogramdd.test_finite_range
  999. TestHistogramdd.test_inf_edges
  1000. TestHistogramdd.test_simple
  1001. TestHistogramdd.test_weights
  1002. TestHsplit.test_0D_array
  1003. TestHsplit.test_non_iterable
  1004. TestHstack.test_empty_input
  1005. TestHstack.test_non_iterable
  1006. TestImports.test_circular_dependencies
  1007. TestIndexing.test_index_no_floats
  1008. TestIndexing.test_slicing_no_floats
  1009. TestIndexingCPU.test_empty_ndim_index_bool_cpu
  1010. TestIndexingCPU.test_index_cpu
  1011. TestIndexingCPU.test_index_limits_cpu
  1012. TestIndexingCPU.test_invalid_index_cpu
  1013. TestIndexingCPU.test_out_of_bound_index_cpu
  1014. TestIndexingCPU.test_zero_dim_index_cpu
  1015. TestInputAttrTracking.test_complex_attr_access_without_graph_breaks
  1016. TestInputAttrTracking.test_const_property_on_tensor
  1017. TestInputAttrTracking.test_set_data_on_input_tensor
  1018. TestInputAttrTracking.test_tensor_property_assigned_on_tensor
  1019. TestInputAttrTracking.test_tensor_property_on_tensor
  1020. TestIsScalar.test_is_not_scalar_value6
  1021. TestIterator.test_iterator
  1022. TestIterDataPipeGraphFastForward.test_simple_snapshot_custom_non_generator
  1023. TestIterDataPipeGraphFastForward.test_simple_snapshot_custom_self_next
  1024. TestJacCPU.test_against_reference_correctness_different_devices_cpu
  1025. TestJacCPU.test_against_reference_default_arg_cpu
  1026. TestJacCPU.test_against_reference_multi_input_cpu
  1027. TestJacCPU.test_against_reference_multi_input_multi_output_cpu
  1028. TestJacCPU.test_against_reference_simple_cpu
  1029. TestJacCPU.test_against_reference_unrelated_outputs_cpu
  1030. TestJacCPU.test_against_reference_zero_dim_cpu
  1031. TestJacCPU.test_argnums_defaults_to_zero_cpu
  1032. TestJacCPU.test_argnums_effect_on_return_jacfwd_cpu
  1033. TestJacCPU.test_argnums_effect_on_return_jacrev_cpu
  1034. TestJacCPU.test_argnums_tuple_jacfwd_cpu
  1035. TestJacCPU.test_argnums_tuple_jacrev_cpu
  1036. TestJacCPU.test_aux_pytree_cpu
  1037. TestJacCPU.test_dimensionality_cpu
  1038. TestJacCPU.test_empty_argnums_jacfwd_cpu
  1039. TestJacCPU.test_empty_argnums_jacrev_cpu
  1040. TestJacCPU.test_empty_output_cpu
  1041. TestJacCPU.test_float_argnums_jacfwd_cpu
  1042. TestJacCPU.test_float_argnums_jacrev_cpu
  1043. TestJacCPU.test_inplace_cpu
  1044. TestJacCPU.test_jac_with_non_tensor_args_cpu
  1045. TestJacCPU.test_multiple_args_jacfwd_cpu
  1046. TestJacCPU.test_multiple_args_jacrev_cpu
  1047. TestJacCPU.test_multiple_inputs_outputs_pytree_cpu
  1048. TestJacCPU.test_multiple_inputs_pytree_cpu
  1049. TestJacCPU.test_multiple_outputs_multiple_argnums_cpu
  1050. TestJacCPU.test_multiple_outputs_single_argnums_cpu
  1051. TestJacCPU.test_negative_argnums_jacfwd_cpu
  1052. TestJacCPU.test_negative_argnums_jacrev_cpu
  1053. TestJacCPU.test_out_of_bounds_argnums_jacfwd_cpu
  1054. TestJacCPU.test_out_of_bounds_argnums_jacrev_cpu
  1055. TestJacCPU.test_outputs_can_any_pytree_cpu
  1056. TestJacCPU.test_repeated_argnums_jacfwd_cpu
  1057. TestJacCPU.test_repeated_argnums_jacrev_cpu
  1058. TestJacCPU.test_simple_jacfwd_cpu
  1059. TestJacCPU.test_simple_jacrev_cpu
  1060. TestJacCPU.test_simple_not_flat_jacfwd_cpu
  1061. TestJacCPU.test_simple_not_flat_jacrev_cpu
  1062. TestJacCPU.test_unrelated_input_cpu
  1063. TestJacCPU.test_unrelated_output_cpu
  1064. TestJacCPU.test_vmap_on_jac_simple_jacrev_cpu
  1065. TestJit.test_batchnorm
  1066. TestJit.test_function_default_values
  1067. TestJvpCPU.test_disable_fwd_grad_outside_cpu
  1068. TestJvpCPU.test_inputs_are_tuples_of_tensors_cpu
  1069. TestJvpCPU.test_jvp_inside_autograd_function_cpu
  1070. TestJvpCPU.test_nonempty_primals_and_tangents_cpu
  1071. TestJvpCPU.test_primals_tangents_length_mismatch_cpu
  1072. TestJvpCPU.test_simple_cpu
  1073. TestLazyModules.test_lazy_batchnorm_with_dict_input
  1074. TestLazyModules.test_lazy_conv1d
  1075. TestLazyModules.test_lazy_conv1d_pickle
  1076. TestLazyModules.test_lazy_conv2d
  1077. TestLazyModules.test_lazy_conv2d_pickle
  1078. TestLazyModules.test_lazy_conv3d
  1079. TestLazyModules.test_lazy_conv3d_pickle
  1080. TestLazyModules.test_lazy_conv_transpose1d_pickle
  1081. TestLazyModules.test_lazy_conv_transpose2d
  1082. TestLazyModules.test_lazy_conv_transpose2d_pickle
  1083. TestLazyModules.test_lazy_conv_transpose3d
  1084. TestLazyModules.test_lazy_conv_transpose3d_pickle
  1085. TestLazyModules.test_lazy_conv_transposed1d
  1086. TestLazyModules.test_lazy_linear_pickle
  1087. TestLazyModules.test_linear
  1088. TestLexsort.test_datetime
  1089. TestLexsort.test_mixed
  1090. TestLinalgCPU.test_addmm_sizes_cpu_float32
  1091. TestLinalgCPU.test_addmm_sizes_cpu_float64
  1092. TestLinalgCPU.test_addr_integral_cpu_int16
  1093. TestLinalgCPU.test_addr_integral_cpu_int32
  1094. TestLinalgCPU.test_addr_integral_cpu_int64
  1095. TestLinalgCPU.test_addr_integral_cpu_int8
  1096. TestLinalgCPU.test_addr_integral_cpu_uint8
  1097. TestLinalgCPU.test_geqrf_cpu_complex128
  1098. TestLinalgCPU.test_geqrf_cpu_complex64
  1099. TestLinalgCPU.test_geqrf_cpu_float32
  1100. TestLinalgCPU.test_geqrf_cpu_float64
  1101. TestLinalgCPU.test_householder_product_cpu_complex128
  1102. TestLinalgCPU.test_householder_product_cpu_complex64
  1103. TestLinalgCPU.test_householder_product_cpu_float32
  1104. TestLinalgCPU.test_householder_product_cpu_float64
  1105. TestLinalgCPU.test_inverse_cpu_complex128
  1106. TestLinalgCPU.test_inverse_cpu_complex64
  1107. TestLinalgCPU.test_inverse_cpu_float32
  1108. TestLinalgCPU.test_inverse_cpu_float64
  1109. TestLinalgCPU.test_lobpcg_torchscript_cpu_float64
  1110. TestLinalgCPU.test_matmul_small_brute_force_3d_Nd_cpu_complex64
  1111. TestLinalgCPU.test_matmul_small_brute_force_3d_Nd_cpu_float32
  1112. TestLinalgCPU.test_matmul_small_brute_force_3d_Nd_cpu_int64
  1113. TestLinalgCPU.test_norm_bfloat16_and_half_cpu_bfloat16
  1114. TestLinalgCPU.test_norm_bfloat16_and_half_cpu_float16
  1115. TestLinalgCPU.test_norm_dtype_cpu_complex128
  1116. TestLinalgCPU.test_norm_dtype_cpu_float64
  1117. TestLinalgCPU.test_norm_vector_cpu_float32
  1118. TestLinalgCPU.test_norm_vector_cpu_float64
  1119. TestLinalgCPU.test_pinv_cpu_complex128
  1120. TestLinalgCPU.test_pinv_cpu_complex64
  1121. TestLinalgCPU.test_pinv_cpu_float32
  1122. TestLinalgCPU.test_pinv_cpu_float64
  1123. TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex128
  1124. TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex64
  1125. TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float32
  1126. TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float64
  1127. TestLinalgCPU.test_solve_cpu_complex128
  1128. TestLinalgCPU.test_solve_cpu_complex64
  1129. TestLinalgCPU.test_solve_cpu_float32
  1130. TestLinalgCPU.test_solve_cpu_float64
  1131. TestMatmul.test_exceptions
  1132. TestMedian.test_extended_axis_invalid
  1133. TestMeshgrid.test_indexing
  1134. TestMeshgrid.test_invalid_arguments
  1135. TestMetaKernel.test_addmm_invalid_dtype
  1136. TestMin.test_adapt
  1137. TestMin.test_attn
  1138. TestMin.test_big_split
  1139. TestMin.test_c
  1140. TestMin.test_compare_dims
  1141. TestMin.test_diag
  1142. TestMin.test_dim_args
  1143. TestMin.test_dims_with_size
  1144. TestMin.test_dir
  1145. TestMin.test_doc
  1146. TestMin.test_embed
  1147. TestMin.test_eq
  1148. TestMin.test_expand
  1149. TestMin.test_functorch
  1150. TestMin.test_hello
  1151. TestMin.test_index
  1152. TestMin.test_index_placement
  1153. TestMin.test_inplace
  1154. TestMin.test_manual_stuff
  1155. TestMin.test_mask
  1156. TestMin.test_max
  1157. TestMin.test_mm
  1158. TestMin.test_mm_fuse
  1159. TestMin.test_monkey
  1160. TestMin.test_network
  1161. TestMin.test_order
  1162. TestMin.test_order_keyword
  1163. TestMin.test_parse
  1164. TestMin.test_permute_orig
  1165. TestMin.test_seg
  1166. TestMin.test_simple
  1167. TestMin.test_softmax_split
  1168. TestMin.test_stack
  1169. TestMin.test_time_mm_fuse
  1170. TestMin.test_with_dims_split
  1171. TestMinFunctorchOnly.test_adapt
  1172. TestMinFunctorchOnly.test_attn
  1173. TestMinFunctorchOnly.test_big_split
  1174. TestMinFunctorchOnly.test_c
  1175. TestMinFunctorchOnly.test_compare_dims
  1176. TestMinFunctorchOnly.test_diag
  1177. TestMinFunctorchOnly.test_dim_args
  1178. TestMinFunctorchOnly.test_dims_with_size
  1179. TestMinFunctorchOnly.test_dir
  1180. TestMinFunctorchOnly.test_doc
  1181. TestMinFunctorchOnly.test_embed
  1182. TestMinFunctorchOnly.test_eq
  1183. TestMinFunctorchOnly.test_expand
  1184. TestMinFunctorchOnly.test_functorch
  1185. TestMinFunctorchOnly.test_hello
  1186. TestMinFunctorchOnly.test_index
  1187. TestMinFunctorchOnly.test_index_placement
  1188. TestMinFunctorchOnly.test_inplace
  1189. TestMinFunctorchOnly.test_manual_stuff
  1190. TestMinFunctorchOnly.test_mask
  1191. TestMinFunctorchOnly.test_max
  1192. TestMinFunctorchOnly.test_mm
  1193. TestMinFunctorchOnly.test_mm_fuse
  1194. TestMinFunctorchOnly.test_monkey
  1195. TestMinFunctorchOnly.test_network
  1196. TestMinFunctorchOnly.test_order
  1197. TestMinFunctorchOnly.test_order_keyword
  1198. TestMinFunctorchOnly.test_parse
  1199. TestMinFunctorchOnly.test_permute_orig
  1200. TestMinFunctorchOnly.test_seg
  1201. TestMinFunctorchOnly.test_simple
  1202. TestMinFunctorchOnly.test_softmax_split
  1203. TestMinFunctorchOnly.test_stack
  1204. TestMinFunctorchOnly.test_with_dims_split
  1205. TestMinMax.test_axis
  1206. TestMinMax.test_scalar
  1207. TestMisc.test_byteorder_check
  1208. TestMisc.test_generalized_raise_multiloop
  1209. TestMkldnnCPU.test_add_cpu
  1210. TestMkldnnCPU.test_batch_norm_2d_cpu
  1211. TestMkldnnCPU.test_batch_norm_3d_cpu
  1212. TestMkldnnCPU.test_conv1d_cpu
  1213. TestMkldnnCPU.test_conv2d_cpu
  1214. TestMkldnnCPU.test_conv3d_cpu
  1215. TestMkldnnCPU.test_copy_cpu
  1216. TestMkldnnCPU.test_linear_cpu
  1217. TestMkldnnCPU.test_linear_lowp_cpu_float16
  1218. TestMkldnnCPU.test_mul_cpu
  1219. TestMkldnnCPU.test_prelu_bf16_cpu
  1220. TestMkldnnCPU.test_prelu_cpu
  1221. TestMkldnnCPU.test_reshape_blocked_format_cpu
  1222. TestMkldnnCPU.test_resnet18_cpu
  1223. TestMkldnnCPU.test_resnext50_32x4d_cpu
  1224. TestMkldnnCPU.test_sigmoid_cpu
  1225. TestMkldnnCPU.test_tanh_cpu
  1226. TestModuleHookNN.test_hook_inplace
  1227. TestMoveaxis.test_errors
  1228. TestMultiDot.test_dynamic_programming_optimization_and_out
  1229. TestMultiDot.test_three_arguments_and_out
  1230. TestMultiDot.test_too_few_input_arrays
  1231. TestMultiDot.test_two_arguments_and_out
  1232. TestMultiprocessing.test_empty_shared
  1233. TestMultiprocessing.test_fs_is_shared
  1234. TestMultiprocessing.test_inherit_tensor
  1235. TestMultiprocessing.test_is_shared
  1236. TestNamedTensor.test_addcmul_addcdiv
  1237. TestNamedTensor.test_addmm
  1238. TestNamedTensor.test_addmv
  1239. TestNamedTensor.test_any_all
  1240. TestNamedTensor.test_as_strided
  1241. TestNamedTensor.test_autograd_ignores_names
  1242. TestNamedTensor.test_autograd_smoke
  1243. TestNamedTensor.test_autograd_warns_named_grad
  1244. TestNamedTensor.test_bernoulli
  1245. TestNamedTensor.test_big_tensor_repr_has_names
  1246. TestNamedTensor.test_binary_ops
  1247. TestNamedTensor.test_bitwise_not
  1248. TestNamedTensor.test_bmm
  1249. TestNamedTensor.test_cat
  1250. TestNamedTensor.test_cdist
  1251. TestNamedTensor.test_comparison_ops
  1252. TestNamedTensor.test_copy_transpose
  1253. TestNamedTensor.test_cummax_cummin
  1254. TestNamedTensor.test_detach
  1255. TestNamedTensor.test_diagonal
  1256. TestNamedTensor.test_dot
  1257. TestNamedTensor.test_equal
  1258. TestNamedTensor.test_expand
  1259. TestNamedTensor.test_factory_coverage
  1260. TestNamedTensor.test_factory_edge_cases
  1261. TestNamedTensor.test_flatten
  1262. TestNamedTensor.test_has_names
  1263. TestNamedTensor.test_index_fill
  1264. TestNamedTensor.test_info_smoke
  1265. TestNamedTensor.test_logcumsumexp
  1266. TestNamedTensor.test_logical_not
  1267. TestNamedTensor.test_logical_ops
  1268. TestNamedTensor.test_masked_fill
  1269. TestNamedTensor.test_masked_select
  1270. TestNamedTensor.test_matmul
  1271. TestNamedTensor.test_max_pooling
  1272. TestNamedTensor.test_mm
  1273. TestNamedTensor.test_mv
  1274. TestNamedTensor.test_no_multiprocessing_support
  1275. TestNamedTensor.test_no_pickle_support
  1276. TestNamedTensor.test_no_save_support
  1277. TestNamedTensor.test_noncontig_contiguous
  1278. TestNamedTensor.test_out_fn_semantics
  1279. TestNamedTensor.test_pow_special
  1280. TestNamedTensor.test_reduction_fns
  1281. TestNamedTensor.test_rename
  1282. TestNamedTensor.test_rename_
  1283. TestNamedTensor.test_rename_globber
  1284. TestNamedTensor.test_rename_rename_map
  1285. TestNamedTensor.test_resize
  1286. TestNamedTensor.test_select
  1287. TestNamedTensor.test_set_names_property
  1288. TestNamedTensor.test_size
  1289. TestNamedTensor.test_split_fns_propagates_names
  1290. TestNamedTensor.test_stride
  1291. TestNamedTensor.test_tensor_from_named_tensor
  1292. TestNamedTensor.test_tensor_grad_is_unnamed
  1293. TestNamedTensor.test_transpose_variants
  1294. TestNamedTensor.test_unary_propagate_names_fns
  1295. TestNamedTensor.test_unflatten
  1296. TestNamedTensor.test_unsupported_op_error_msg
  1297. TestNamedTensor.test_using_seen_interned_string_doesnt_bump_refcount
  1298. TestNamedTensor.test_using_unseen_interned_string_bumps_refcount_permanently
  1299. TestNamedTensor.test_using_unseen_uninterned_string_refcounts
  1300. TestNamedTuple.test_max
  1301. TestNamedTupleAPI.test_namedtuple_return
  1302. TestNativeFunctions.test_optional_floatlist_invalid
  1303. TestNativeFunctions.test_optional_intlist_invalid
  1304. TestNativeFunctions.test_symintlist_error
  1305. TestNativeFunctions.test_symintlist_error_with_overload
  1306. TestNativeFunctions.test_vararg_symintlist_error
  1307. TestNegative.test_exceptions
  1308. TestNestedCheckpoint.test_nested_checkpoint_early_stop_False
  1309. TestNestedCheckpoint.test_nested_checkpoint_early_stop_True
  1310. TestNestedCheckpoint.test_nested_checkpoint_kwargs_early_stop_False
  1311. TestNestedCheckpoint.test_nested_checkpoint_kwargs_early_stop_True
  1312. TestNestedCheckpoint.test_nested_checkpoint_non_tensor_inputs_and_outputs_early_stop_False
  1313. TestNestedCheckpoint.test_nested_checkpoint_non_tensor_inputs_and_outputs_early_stop_True
  1314. TestNestedCheckpoint.test_nested_checkpoint_reentrant_backwards_early_stop_False
  1315. TestNestedCheckpoint.test_nested_checkpoint_reentrant_backwards_early_stop_True
  1316. TestNestedCheckpoint.test_nested_checkpoint_same_graph_early_stop_False
  1317. TestNestedCheckpoint.test_nested_checkpoint_same_graph_early_stop_True
  1318. TestNestedCheckpoint.test_nested_checkpoint_set_early_stop
  1319. TestNestedCheckpoint.test_nested_checkpoint_set_early_stop_no_recompution_needed
  1320. TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_False
  1321. TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_True
  1322. TestNestedTensor.test_binary_recompiles
  1323. TestNestedTensor.test_unbind
  1324. TestNN.test_fb_fc_packed
  1325. TestNN.test_overwrite_module_params_on_conversion
  1326. TestNN.test_ParameterDict_replication
  1327. TestNN.test_ParameterList_replication
  1328. TestNN.test_Sequential_iadd
  1329. TestNNDeviceTypeCPU.test_invalid_reduction_strings_cpu
  1330. TestNNDeviceTypeCPU.test_module_to_empty_cpu_float32
  1331. TestNNDeviceTypeCPU.test_module_to_empty_cpu_float64
  1332. TestNNDeviceTypeCPU.test_nll_loss_all_ignored_cpu
  1333. TestNNDeviceTypeCPU.test_nll_loss_byte_target_matches_long_cpu
  1334. TestNNDeviceTypeCPU.test_nll_loss_empty_tensor_reduction_mean_cpu
  1335. TestNNDeviceTypeCPU.test_nll_loss_empty_tensor_reduction_none_cpu
  1336. TestNNDeviceTypeCPU.test_nll_loss_empty_tensor_reduction_sum_cpu
  1337. TestNNDeviceTypeCPU.test_nll_loss_total_weight_is_zero_cpu
  1338. TestNNDeviceTypeCPU.test_threshold_inplace_overlap_cpu
  1339. TestNNDeviceTypeCPU.test_triplet_margin_with_distance_loss_cpu
  1340. TestNNInit.test_xavier_uniform
  1341. TestNNParametrization.test_deepcopy_after_parametrization
  1342. TestNNParametrization.test_new_spectral_norm
  1343. TestNNParametrization.test_new_spectral_norm_dim
  1344. TestNNParametrization.test_new_spectral_norm_forward
  1345. TestNNParametrization.test_weight_norm_deepcopy
  1346. TestNNParametrization.test_weight_norm_state_dict_compat
  1347. TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-1
  1348. TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-10
  1349. TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-9
  1350. TestNonzeroAndCountNonzero.test_count_nonzero_axis
  1351. TestNormDouble.test_axis
  1352. TestNormDouble.test_bad_args
  1353. TestNormDouble.test_matrix_2x2
  1354. TestNormInt64.test_axis
  1355. TestNormInt64.test_bad_args
  1356. TestNormInt64.test_matrix_2x2
  1357. TestNormSingle.test_axis
  1358. TestNormSingle.test_bad_args
  1359. TestNormSingle.test_matrix_2x2
  1360. TestNumPyInteropCPU.test_numpy_non_writeable_cpu
  1361. TestObserver.test_per_channel_observers
  1362. TestObserver.test_per_tensor_observers
  1363. TestOldViewOpsCPU.test_crow_col_indices_cpu
  1364. TestOpCPU.test_cat_cpu_bfloat16
  1365. TestOpCPU.test_cat_cpu_float32
  1366. TestOptimizations.test_example_inputs
  1367. TestOptimizations.test_example_inputs_runtime_use
  1368. TestOutDtypeOp.test_out_dtype_non_op_overload
  1369. TestOutDtypeOp.test_out_dtype_wrong_output
  1370. TestPadding.test_constant_padNd
  1371. TestPartitioning.test_contiguous
  1372. TestPartitioning.test_default_partitioner_output_tensor_shape_tensor
  1373. TestPartitioning.test_min_cut_partitioner_output_tensor_shape_tensor
  1374. TestPasses.test_functionalize_inline_contraints
  1375. TestPasses.test_views_op_having_view_copy
  1376. TestPassManager.test_pass_manager
  1377. TestPercentile.test_extended_axis_invalid
  1378. TestPercentile.test_scalar_q
  1379. TestPickle.test_pickle
  1380. TestPoolingNN.test_MaxUnpool2d_output_size
  1381. TestPower.test_modular_power
  1382. TestProfiler.test_concrete_inputs_profiling
  1383. TestProfiler.test_export_stacks
  1384. TestProfiler.test_flops
  1385. TestProfiler.test_guarded_record_function_fast
  1386. TestProfiler.test_high_level_trace
  1387. TestProfiler.test_is_profiler_enabled
  1388. TestProfiler.test_profiler_correlation_id
  1389. TestProfiler.test_profiler_fwd_bwd_link
  1390. TestProfiler.test_profiler_op_event_args
  1391. TestProfiler.test_profiler_tracing
  1392. TestProfiler.test_source
  1393. TestProfiler.test_source_multithreaded_basic_work_in_main_thread_True
  1394. TestProfiler.test_source_multithreaded_close_in_scope_work_in_main_thread_True
  1395. TestProfiler.test_source_multithreaded_complex_work_in_main_thread_True
  1396. TestProfiler.test_source_multithreaded_multiple_preexisting_work_in_main_thread_True
  1397. TestProfiler.test_source_multithreaded_open_in_scope_work_in_main_thread_True
  1398. TestProfilerTree.test_profiler_experimental_tree_with_memory
  1399. TestProfilerTree.test_profiler_experimental_tree_with_memory_and_stack
  1400. TestProfilerTree.test_profiler_experimental_tree_with_record_function
  1401. TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_dispatch
  1402. TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_function
  1403. TestPT2ERepresentation.test_add
  1404. TestPT2ERepresentation.test_add_relu
  1405. TestPT2ERepresentation.test_conv2d
  1406. TestPT2ERepresentation.test_dynamic_linear
  1407. TestPT2ERepresentation.test_maxpool2d
  1408. TestPT2ERepresentation.test_qdq
  1409. TestPT2ERepresentation.test_qdq_per_channel
  1410. TestPT2ERepresentation.test_static_linear
  1411. TestPutAlongAxis.test_broadcast
  1412. TestPutmask.test_byteorder_greater_False
  1413. TestPutmask.test_byteorder_greater_True
  1414. TestPutmask.test_record_array
  1415. TestPythonAutograd.test_backwards2
  1416. TestPythonAutograd.test_forwards1
  1417. TestPythonAutograd.test_forwards2
  1418. TestPythonAutograd.test_split
  1419. TestPythonDispatch.test_make_subclass_with_modes
  1420. TestPythonPytree.test_treespec_equality
  1421. TestPythonRegistration.test_alias_analysis
  1422. TestPythonRegistration.test_finalizer
  1423. TestQNNPackOps.test_qnnpack_add
  1424. TestQNNPackOps.test_qnnpack_maxpool2d
  1425. TestQNNPackOps.test_qnnpack_mul
  1426. TestQNNPackOps.test_qnnpack_relu
  1427. TestQR.test_mode_raw
  1428. TestQR.test_qr_empty_m_0_n_0
  1429. TestQR.test_qr_empty_m_0_n_3
  1430. TestQR.test_qr_empty_m_3_n_0
  1431. TestQuantile.test_quantile_monotonic_method_averaged_inverted_cdf
  1432. TestQuantile.test_quantile_monotonic_method_closest_observation
  1433. TestQuantile.test_quantile_monotonic_method_hazen
  1434. TestQuantile.test_quantile_monotonic_method_interpolated_inverted_cdf
  1435. TestQuantile.test_quantile_monotonic_method_inverted_cdf
  1436. TestQuantile.test_quantile_monotonic_method_median_unbiased
  1437. TestQuantile.test_quantile_monotonic_method_normal_unbiased
  1438. TestQuantile.test_quantile_monotonic_method_weibull
  1439. TestQuantizationDocs.test_quantization_doc_fx
  1440. TestQuantizationDocs.test_quantization_doc_qat
  1441. TestQuantizedConv.test_qconv1d_unpack
  1442. TestQuantizedConv.test_qconv2d_unpack
  1443. TestQuantizedConv.test_qconv3d_unpack
  1444. TestQuantizedEmbeddingOps.test_embedding_bag_2bit
  1445. TestQuantizedEmbeddingOps.test_embedding_bag_2d_indices
  1446. TestQuantizedEmbeddingOps.test_embedding_bag_4bit
  1447. TestQuantizedEmbeddingOps.test_embedding_bag_byte
  1448. TestQuantizedLinear.test_qlinear_qnnpack_free_memory_and_unpack
  1449. TestQuantizedLinear.test_qlinear_unpack
  1450. TestQuantizedOps.test_add_scalar_relu
  1451. TestQuantizedOps.test_avg_pool2d
  1452. TestQuantizedOps.test_avg_pool2d_nhwc
  1453. TestQuantizedOps.test_avg_pool3d
  1454. TestQuantizedOps.test_avg_pool3d_nhwc
  1455. TestQuantizedOps.test_cat
  1456. TestQuantizedOps.test_cat_nhwc
  1457. TestQuantizedOps.test_channel_shuffle
  1458. TestQuantizedOps.test_custom_module_lstm
  1459. TestQuantizedOps.test_equal
  1460. TestQuantizedOps.test_hardtanh
  1461. TestQuantizedOps.test_interpolate
  1462. TestQuantizedOps.test_interpolate3d
  1463. TestQuantizedOps.test_leaky_relu_observed_output
  1464. TestQuantizedOps.test_max_pool1d
  1465. TestQuantizedOps.test_max_pool2d
  1466. TestQuantizedOps.test_max_pool2d_cudnn
  1467. TestQuantizedOps.test_max_pool2d_nhwc
  1468. TestQuantizedOps.test_mul_scalar_relu
  1469. TestQuantizedOps.test_qcelu
  1470. TestQuantizedOps.test_qclamp
  1471. TestQuantizedOps.test_qelu
  1472. TestQuantizedOps.test_qtanh
  1473. TestQuantizedOps.test_qthreshold
  1474. TestQuantizedOps.test_sigmoid
  1475. TestQuantizedOps.test_sigmoid_non_observed
  1476. TestQuantizedTensor.test_choose_qparams
  1477. TestQuantizedTensor.test_choose_qparams_optimized
  1478. TestQuantizedTensor.test_decomposed_dequantize_per_tensor
  1479. TestQuantizedTensor.test_decomposed_quantize_per_tensor
  1480. TestQuantizedTensor.test_decomposed_quantize_per_tensor_bfloat16_input
  1481. TestQuantizedTensor.test_fp16_saturate_op
  1482. TestQuantizedTensor.test_per_channel_qtensor_to_memory_format
  1483. TestQuantizedTensor.test_per_tensor_qtensor_to_memory_format
  1484. TestQuantizedTensor.test_qtensor_cpu
  1485. TestQuantizedTensor.test_quantize_per_channel_sub_byte
  1486. TestQuantizeEagerQATNumerics.test_conv_bn_folded_vs_unfolded
  1487. TestQuantizeFx.test_prepare_custom_config_set_standalone_module_class
  1488. TestQuantizeFx.test_static_lstm_with_custom_fixed_qparams
  1489. TestQuantizePT2E.test_composable_quantizer_linear_conv
  1490. TestQuantizePT2E.test_constant_prop_preserve_metadata
  1491. TestQuantizePT2E.test_derived_qspec
  1492. TestQuantizePT2E.test_embedding_conv_linear_quantization
  1493. TestQuantizePT2E.test_fold_all_ops_before_quantize
  1494. TestQuantizePT2E.test_fold_quantize
  1495. TestQuantizePT2E.test_fold_quantize_per_channel
  1496. TestQuantizePT2E.test_groupwise_per_channel_quant
  1497. TestQuantizePT2E.test_reentrant
  1498. TestQuantizePT2E.test_save_load
  1499. TestQuantizePT2E.test_speed
  1500. TestQuantizePT2EQAT_ConvBn1d.test_prepare_qat_conv_bn_fusion_getitem_placeholder
  1501. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_bn_bias_derived_qspec
  1502. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_bn_fusion
  1503. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_bn_fusion_literal_args
  1504. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_bn_fusion_no_conv_bias
  1505. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_bn_relu_fusion
  1506. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_bn_relu_fusion_no_conv_bias
  1507. TestQuantizePT2EQAT_ConvBn1d.test_qat_conv_no_bias
  1508. TestQuantizePT2EQAT_ConvBn1d.test_qat_inplace_add_relu
  1509. TestQuantizePT2EQAT_ConvBn1d.test_qat_preserve_source_fn_stack
  1510. TestQuantizePT2EQAT_ConvBn1d.test_qat_update_shared_qspec
  1511. TestQuantizePT2EQAT_ConvBn2d.test_prepare_qat_conv_bn_fusion_getitem_placeholder
  1512. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_bn_bias_derived_qspec
  1513. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_bn_fusion
  1514. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_bn_fusion_literal_args
  1515. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_bn_fusion_no_conv_bias
  1516. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_bn_relu_fusion
  1517. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_bn_relu_fusion_no_conv_bias
  1518. TestQuantizePT2EQAT_ConvBn2d.test_qat_conv_no_bias
  1519. TestQuantizePT2EQAT_ConvBn2d.test_qat_inplace_add_relu
  1520. TestQuantizePT2EQAT_ConvBn2d.test_qat_preserve_source_fn_stack
  1521. TestQuantizePT2EQAT_ConvBn2d.test_qat_update_shared_qspec
  1522. TestQuantizePT2EQATModels.test_qat_mobilenet_v2
  1523. TestQuantizePT2EQATModels.test_qat_resnet18
  1524. TestRecordFunction.test_datapipe_with_record_function
  1525. TestRecordFunction.test_datapipe_with_record_function_fork
  1526. TestRecordFunction.test_record_function
  1527. TestRequire.test_C_and_F_simul
  1528. TestRequire.test_require_each
  1529. TestRequire.test_unknown_requirement
  1530. TestRollaxis.test_exceptions
  1531. TestRot90.test_basic
  1532. TestScalarIndexing.test_invalid_newaxis
  1533. TestScalarIndexing.test_invalid_subscript
  1534. TestScalarIndexing.test_invalid_subscript_assignment
  1535. TestScalarTypeNames.test_names_reflect_attributes_t0
  1536. TestScalarTypeNames.test_names_reflect_attributes_t1
  1537. TestScalarTypeNames.test_names_reflect_attributes_t2
  1538. TestScalarTypeNames.test_names_reflect_attributes_t3
  1539. TestScalarTypeNames.test_names_reflect_attributes_t4
  1540. TestScalarTypeNames.test_names_reflect_attributes_t5
  1541. TestScalarTypeNames.test_names_reflect_attributes_t6
  1542. TestScalarTypeNames.test_names_reflect_attributes_t7
  1543. TestScalarTypeNames.test_names_reflect_attributes_t8
  1544. TestScalarTypeNames.test_names_reflect_attributes_t9
  1545. TestScript.test_conv_error
  1546. TestScript.test_dict_str
  1547. TestScript.test_empty_tuple_str
  1548. TestScript.test_error_stacktrace_interface
  1549. TestScript.test_function_overloading_isinstance
  1550. TestScript.test_function_overloads
  1551. TestScript.test_ignored_as_value
  1552. TestScript.test_infer_size
  1553. TestScript.test_is_after_use
  1554. TestScript.test_is_scripting
  1555. TestScript.test_isinstance_dynamic
  1556. TestScript.test_method_overloading
  1557. TestScript.test_namedtuple_default_values_using_factory_constructor
  1558. TestScript.test_namedtuple_python
  1559. TestScript.test_nested_breaks
  1560. TestScript.test_nn_GRU
  1561. TestScript.test_nn_LSTM_with_layers
  1562. TestScript.test_no_self_arg_ignore_function
  1563. TestScript.test_none_type_str
  1564. TestScript.test_pack_unpack_state
  1565. TestScript.test_parse_nested_names
  1566. TestScript.test_parse_tensor_constants
  1567. TestScript.test_python_call
  1568. TestScript.test_python_call_non_tensor_wrong
  1569. TestScript.test_python_op_builtins
  1570. TestScript.test_script_optional_none
  1571. TestScript.test_string_device_implicit_conversion
  1572. TestScript.test_torch_functional_tensordot_int
  1573. TestScript.test_torchscript_multi_head_attn
  1574. TestScript.test_tuple_str
  1575. TestScript.test_type_annotation_module
  1576. TestScript.test_unspecialized_any_binding
  1577. TestScript.test_unused_decorator
  1578. TestScript.test_wrong_return_type
  1579. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_bfloat16_cpu_bfloat16
  1580. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float16_cpu_float16
  1581. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float32_cpu_float32
  1582. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float64_cpu_float64
  1583. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16
  1584. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float16_cpu_float16
  1585. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float32_cpu_float32
  1586. TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float64_cpu_float64
  1587. TestSetOps.test_in1d_table_timedelta_fails
  1588. TestSetOps.test_in1d_timedelta_kind0
  1589. TestSetOps.test_in1d_timedelta_kind_sort
  1590. TestSetOps.test_setdiff1d
  1591. TestShapeOpsCUDA.test_flip_cuda_float32
  1592. TestSortAndSelectCPU.test_isin_cpu_float32
  1593. TestSortAndSelectCPU.test_isin_cpu_float64
  1594. TestSortAndSelectCPU.test_isin_cpu_int16
  1595. TestSortAndSelectCPU.test_isin_cpu_int32
  1596. TestSortAndSelectCPU.test_isin_cpu_int64
  1597. TestSortAndSelectCPU.test_isin_cpu_int8
  1598. TestSortAndSelectCPU.test_isin_cpu_uint8
  1599. TestSortAndSelectCPU.test_sort_overflow_cpu_int16
  1600. TestSortAndSelectCPU.test_topk_arguments_cpu
  1601. TestSortComplex.test_sort_real_type_in_g_type_out_G
  1602. TestSortComplex.test_sort_real_type_in_H_type_out_F
  1603. TestSplit.test_unequal_split
  1604. TestStackMisc.test_stack
  1605. TestStatelessFunctionalAPI.test_reparametrize_module_fail_reset_to_original_stateless
  1606. TestStatelessFunctionalAPI.test_reparametrize_module_fail_reset_to_original_torch_func
  1607. TestStatelessFunctionalAPI.test_reparametrized_module_change_parametrization_original_stateless
  1608. TestStatelessFunctionalAPI.test_reparametrized_module_change_parametrization_original_torch_func
  1609. TestStaticQuantizedModule.test_embedding_api
  1610. TestStaticQuantizedModule.test_embedding_bag_api
  1611. TestStats.test_dtype_from_dtype
  1612. TestStats.test_out
  1613. TestSubclass.test_parametrization_base_tensor_leave_parametrized_False
  1614. TestSubclass.test_parametrization_base_tensor_leave_parametrized_True
  1615. TestTake.test_raise
  1616. TestTakeAlongAxis.test_invalid
  1617. TestTEFuserDynamic.test_gelu
  1618. TestTEFuserDynamic.test_profiler
  1619. TestTEFuserDynamic.test_remove_output_used_only_in_size
  1620. TestTEFuserDynamic.test_to_dtype
  1621. TestTEFuserDynamic.test_torch_to
  1622. TestTEFuserStatic.test_gelu
  1623. TestTEFuserStatic.test_inlined_optimized_graph
  1624. TestTEFuserStatic.test_profiler
  1625. TestTEFuserStatic.test_remove_output_used_only_in_size
  1626. TestTEFuserStatic.test_skip_grad_in_check
  1627. TestTEFuserStatic.test_to_dtype
  1628. TestTEFuserStatic.test_torch_to
  1629. TestTensorBoardEmbedding.test_embedding
  1630. TestTensorBoardEmbedding.test_embedding_64
  1631. TestTensorBoardSummary.test_image_with_one_channel
  1632. TestTensorBoardSummary.test_image_without_channel
  1633. TestTensorBoardSummary.test_uint8_image
  1634. TestTensorBoardSummary.test_video
  1635. TestTensorBoardUtils.test_numpy_vid_uint8
  1636. TestTensorBoardUtils.test_to_HWC
  1637. TestTensorCreationCPU.test_block_diag_cpu
  1638. TestTensorCreationCPU.test_cartesian_prod_cpu
  1639. TestTensorCreationCPU.test_constructor_dtypes_cpu
  1640. TestTorch.test_contains
  1641. TestTorch.test_cuda_not_built
  1642. TestTorch.test_map
  1643. TestTorch.test_new
  1644. TestTorch.test_parsing_double
  1645. TestTorch.test_parsing_int64
  1646. TestTorch.test_parsing_intlist
  1647. TestTorch.test_pin_memory
  1648. TestTorch.test_type
  1649. TestTorch.test_upsample_nearest2d_meta
  1650. TestTorchDeviceTypeCPU.test_broadcast_fn_add_cpu
  1651. TestTorchDeviceTypeCPU.test_broadcast_fn_addcdiv_cpu
  1652. TestTorchDeviceTypeCPU.test_broadcast_fn_addcmul_cpu
  1653. TestTorchDeviceTypeCPU.test_broadcast_fn_atan2_cpu
  1654. TestTorchDeviceTypeCPU.test_broadcast_fn_copy_cpu
  1655. TestTorchDeviceTypeCPU.test_broadcast_fn_div_cpu
  1656. TestTorchDeviceTypeCPU.test_broadcast_fn_eq_cpu
  1657. TestTorchDeviceTypeCPU.test_broadcast_fn_fmod_cpu
  1658. TestTorchDeviceTypeCPU.test_broadcast_fn_ge_cpu
  1659. TestTorchDeviceTypeCPU.test_broadcast_fn_gt_cpu
  1660. TestTorchDeviceTypeCPU.test_broadcast_fn_le_cpu
  1661. TestTorchDeviceTypeCPU.test_broadcast_fn_lerp_cpu
  1662. TestTorchDeviceTypeCPU.test_broadcast_fn_lt_cpu
  1663. TestTorchDeviceTypeCPU.test_broadcast_fn_map2_cpu
  1664. TestTorchDeviceTypeCPU.test_broadcast_fn_map_cpu
  1665. TestTorchDeviceTypeCPU.test_broadcast_fn_masked_fill_cpu
  1666. TestTorchDeviceTypeCPU.test_broadcast_fn_masked_scatter_cpu
  1667. TestTorchDeviceTypeCPU.test_broadcast_fn_mul_cpu
  1668. TestTorchDeviceTypeCPU.test_broadcast_fn_ne_cpu
  1669. TestTorchDeviceTypeCPU.test_broadcast_fn_pow_cpu
  1670. TestTorchDeviceTypeCPU.test_broadcast_fn_remainder_cpu
  1671. TestTorchDeviceTypeCPU.test_broadcast_fn_sub_cpu
  1672. TestTorchDeviceTypeCPU.test_deterministic_empty_cpu_uint64
  1673. TestTorchDeviceTypeCPU.test_exponential_kstest_cpu_bfloat16
  1674. TestTorchDeviceTypeCPU.test_exponential_kstest_cpu_float16
  1675. TestTorchDeviceTypeCPU.test_exponential_kstest_cpu_float32
  1676. TestTorchDeviceTypeCPU.test_exponential_kstest_cpu_float64
  1677. TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float32
  1678. TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float64
  1679. TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float32
  1680. TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float64
  1681. TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float32
  1682. TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float64
  1683. TestTorchDeviceTypeCPU.test_normal_kstest_cpu_float16
  1684. TestTorchDeviceTypeCPU.test_normal_kstest_cpu_float32
  1685. TestTorchDeviceTypeCPU.test_normal_kstest_cpu_float64
  1686. TestTorchDeviceTypeCPU.test_uniform_kstest_cpu_bfloat16
  1687. TestTorchDeviceTypeCPU.test_uniform_kstest_cpu_float16
  1688. TestTorchDeviceTypeCPU.test_uniform_kstest_cpu_float32
  1689. TestTorchDeviceTypeCPU.test_uniform_kstest_cpu_float64
  1690. TestTorchDlPackCPU.test_dlpack_export_non_strided_cpu
  1691. TestTorchFunctionMode.test_mode_notimplemented_loop
  1692. TestTorchFunctionMode.test_modes_return_notimplemented
  1693. TestTorchFunctionMode.test_nested_modes_with_python_has_torch_function
  1694. TestTorchFunctionOverride.test_mean_semantics
  1695. TestTorchFunctionOverride.test_Tensor___cuda_array_interface_____get__
  1696. TestTorchTidyProfiler.test_allocation_id_uniqueness
  1697. TestTorchTidyProfiler.test_allocation_ids
  1698. TestTorchTidyProfiler.test_allocation_ids_with_other_ops
  1699. TestTorchTidyProfiler.test_allocations
  1700. TestTorchTidyProfiler.test_extra_fields
  1701. TestTorchTidyProfiler.test_impl_reuse
  1702. TestTorchTidyProfiler.test_mkldnn_tensors
  1703. TestTorchTidyProfiler.test_module_and_optimizer_ids
  1704. TestTorchTidyProfiler.test_nnmodule_params
  1705. TestTorchTidyProfiler.test_optimizer
  1706. TestTorchTidyProfiler.test_optimizer_parameters_adam
  1707. TestTorchTidyProfiler.test_optimizer_parameters_sgd
  1708. TestTorchTidyProfiler.test_pointers_and_ids
  1709. TestTorchTidyProfiler.test_scalar_ins
  1710. TestTorchTidyProfiler.test_sparse_tensors
  1711. TestTorchTidyProfiler.test_tensor_lists
  1712. TestTorchTidyProfiler.test_tensor_properties
  1713. TestTorchTidyProfiler.test_tensorimpl_invalidation_full
  1714. TestTorchTidyProfiler.test_tensorimpl_invalidation_keep_alive
  1715. TestTorchTidyProfiler.test_tensorimpl_invalidation_scalar_args
  1716. TestTorchTidyProfiler.test_tensorimpl_invalidation_set
  1717. TestTrilIndicesFrom.test_exceptions
  1718. TestTriuIndicesFrom.test_exceptions
  1719. TestTypeHints.test_doc_examples
  1720. TestTypePromotionCPU.test_alpha_mismatch_cpu
  1721. TestTypePromotionCPU.test_alternate_result_cpu
  1722. TestUnflatten.test_unflatten_container_type
  1723. TestUnique.test_unique_axis
  1724. TestUnique.test_unique_axis_errors
  1725. TestUtils.test_get_fqn_to_example_inputs_complex_args
  1726. TestUtils.test_get_fqn_to_example_inputs_default_kwargs
  1727. TestUtils.test_get_fqn_to_example_inputs_simple
  1728. TestVerifyCorrectness.test_incorrect_verify_true
  1729. TestVerifyCorrectness.test_torchscript
  1730. TestVmapAPILegacy.test_accepts_nested_inputs
  1731. TestVmapAPILegacy.test_backward_unsupported_interaction
  1732. TestVmapAPILegacy.test_batched_gradient_basic
  1733. TestVmapAPILegacy.test_fallback_with_undefined_grad
  1734. TestVmapAPILegacy.test_grad_unsupported_interaction
  1735. TestVmapAPILegacy.test_in_dim_not_in_tensor_err_msg
  1736. TestVmapAPILegacy.test_multiple_out_dims
  1737. TestVmapAPILegacy.test_multiple_outputs
  1738. TestVmapAPILegacy.test_multiple_outputs_error_cases
  1739. TestVmapAPILegacy.test_nested_out_dims
  1740. TestVmapAPILegacy.test_nested_with_different_map_dim
  1741. TestVmapAPILegacy.test_non_default_in_dims_out_dims
  1742. TestVmapAPILegacy.test_non_tensor_output_raises
  1743. TestVmapAPILegacy.test_non_zero_in_dims
  1744. TestVmapAPILegacy.test_nonzero_out_dims
  1745. TestVmapAPILegacy.test_noop_in_inner_vmap
  1746. TestVmapAPILegacy.test_out_dim_out_of_bounds_err_msg
  1747. TestVmapAPILegacy.test_out_dims_and_num_outputs_mismatch_err_msg
  1748. TestVmapAPILegacy.test_out_dims_edge_case
  1749. TestVmapAPILegacy.test_single_input
  1750. TestVmapAPILegacy.test_unsupported_op_err_msg
  1751. TestVmapBatchedGradientLegacyCPU.test_binary_cross_entropy_cpu
  1752. TestVmapBatchedGradientLegacyCPU.test_div_cpu
  1753. TestVmapBatchedGradientLegacyCPU.test_index_cpu
  1754. TestVmapBatchedGradientLegacyCPU.test_inplace_manyview_cpu
  1755. TestVmapBatchedGradientLegacyCPU.test_inplace_on_view_cpu
  1756. TestVmapBatchedGradientLegacyCPU.test_lgamma_cpu
  1757. TestVmapBatchedGradientLegacyCPU.test_log1p_cpu
  1758. TestVmapBatchedGradientLegacyCPU.test_log_cpu
  1759. TestVmapBatchedGradientLegacyCPU.test_logsumexp_cpu
  1760. TestVmapBatchedGradientLegacyCPU.test_mul_cpu
  1761. TestVmapBatchedGradientLegacyCPU.test_sigmoid_cpu
  1762. TestVmapBatchedGradientLegacyCPU.test_unrelated_output_cpu
  1763. TestVmapBatchedGradientLegacyCPU.test_unrelated_output_multiple_grad_cpu
  1764. TestVmapOperatorsLegacy.test_as_strided
  1765. TestVmapOperatorsLegacy.test_binary_pointwise_ops
  1766. TestVmapOperatorsLegacy.test_chunk
  1767. TestVmapOperatorsLegacy.test_clamp
  1768. TestVmapOperatorsLegacy.test_clone
  1769. TestVmapOperatorsLegacy.test_comparison_ops
  1770. TestVmapOperatorsLegacy.test_diagonal
  1771. TestVmapOperatorsLegacy.test_fill_and_zero_inplace
  1772. TestVmapOperatorsLegacy.test_is_complex
  1773. TestVmapOperatorsLegacy.test_is_contiguous
  1774. TestVmapOperatorsLegacy.test_is_floating_point
  1775. TestVmapOperatorsLegacy.test_new_empty
  1776. TestVmapOperatorsLegacy.test_new_empty_strided
  1777. TestVmapOperatorsLegacy.test_new_zeros
  1778. TestVmapOperatorsLegacy.test_no_random_op_support
  1779. TestVmapOperatorsLegacy.test_reshape
  1780. TestVmapOperatorsLegacy.test_result_type
  1781. TestVmapOperatorsLegacy.test_select
  1782. TestVmapOperatorsLegacy.test_slice
  1783. TestVmapOperatorsLegacy.test_split
  1784. TestVmapOperatorsLegacy.test_stride
  1785. TestVmapOperatorsLegacy.test_sum_dim
  1786. TestVmapOperatorsLegacy.test_T_numpy
  1787. TestVmapOperatorsLegacy.test_to
  1788. TestVmapOperatorsLegacy.test_transpose
  1789. TestVmapOperatorsLegacy.test_unbind
  1790. TestVmapOperatorsLegacy.test_view
  1791. TestVsplit.test_0D_array
  1792. TestVsplit.test_1D_array
  1793. TestVsplit.test_non_iterable
  1794. TestVstack.test_empty_input
  1795. TestVstack.test_non_iterable
  1796. TestWhere.test_error
  1797. TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_conv2d_cpu
  1798. TestXNNPACKQuantizer.test_add_and_inplace_add
  1799. TestXNNPACKQuantizer.test_add_mul_long
  1800. TestXNNPACKQuantizer.test_add_mul_scalar
  1801. TestXNNPACKQuantizer.test_conv1d
  1802. TestXNNPACKQuantizer.test_conv1d_with_conv2d
  1803. TestXNNPACKQuantizer.test_conv2d
  1804. TestXNNPACKQuantizer.test_conv_linear
  1805. TestXNNPACKQuantizer.test_conv_linear_no_permute
  1806. TestXNNPACKQuantizer.test_dynamic_linear
  1807. TestXNNPACKQuantizer.test_dynamic_linear_int4_weight
  1808. TestXNNPACKQuantizer.test_dynamic_linear_with_conv
  1809. TestXNNPACKQuantizer.test_gru
  1810. TestXNNPACKQuantizer.test_linear
  1811. TestXNNPACKQuantizer.test_linear_gru
  1812. TestXNNPACKQuantizer.test_linear_relu
  1813. TestXNNPACKQuantizer.test_linear_with_dynamic_shape
  1814. TestXNNPACKQuantizer.test_mul_and_inplace_mul
  1815. TestXNNPACKQuantizer.test_mul_float32_max
  1816. TestXNNPACKQuantizer.test_obs_sharing_ops
  1817. TestXNNPACKQuantizer.test_propagate_annotation
  1818. TestXNNPACKQuantizer.test_qat_dynamic_linear
  1819. TestXNNPACKQuantizerModels.test_resnet18
  1820. TraceRuleTests.test_skipfiles_inlinelist
  1821. UnspecTests.test_builtin_max_min
  1822. UnspecTests.test_conv1d_symint_padding
  1823. UnspecTests.test_isinstance_symint
  1824. UnspecTests.test_mark_01_dynamic
  1825. UnspecTests.test_no_recompilations
  1826. UnspecTests.test_no_recompiles
  1827. UnspecTests.test_propagate_dynamic_dim
  1828. UnspecTests.test_use_and_specialize