File tree Expand file tree Collapse file tree 2 files changed +46
-47
lines changed Expand file tree Collapse file tree 2 files changed +46
-47
lines changed Original file line number Diff line number Diff line change @@ -598,48 +598,47 @@ workflows:
598
598
branches :
599
599
only :
600
600
- master
601
- - pytorch_tutorial_windows_pr_build_worker_0 :
602
- filters :
603
- branches :
604
- ignore :
605
- - master
606
- - pytorch_tutorial_windows_pr_build_worker_1 :
607
- filters :
608
- branches :
609
- ignore :
610
- - master
611
- - pytorch_tutorial_windows_pr_build_worker_2 :
612
- filters :
613
- branches :
614
- ignore :
615
- - master
616
- - pytorch_tutorial_windows_pr_build_worker_3 :
617
- filters :
618
- branches :
619
- ignore :
620
- - master
621
- - pytorch_tutorial_windows_master_build_worker_0 :
622
- context : org-member
623
- filters :
624
- branches :
625
- only :
626
- - master
627
- - pytorch_tutorial_windows_master_build_worker_1 :
628
- context : org-member
629
- filters :
630
- branches :
631
- only :
632
- - master
633
- - pytorch_tutorial_windows_master_build_worker_2 :
634
- context : org-member
635
- filters :
636
- branches :
637
- only :
638
- - master
639
- - pytorch_tutorial_windows_master_build_worker_3 :
640
- context : org-member
641
- filters :
642
- branches :
643
- only :
644
- - master
645
-
601
+ # - pytorch_tutorial_windows_pr_build_worker_0:
602
+ # filters:
603
+ # branches:
604
+ # ignore:
605
+ # - master
606
+ # - pytorch_tutorial_windows_pr_build_worker_1:
607
+ # filters:
608
+ # branches:
609
+ # ignore:
610
+ # - master
611
+ # - pytorch_tutorial_windows_pr_build_worker_2:
612
+ # filters:
613
+ # branches:
614
+ # ignore:
615
+ # - master
616
+ # - pytorch_tutorial_windows_pr_build_worker_3:
617
+ # filters:
618
+ # branches:
619
+ # ignore:
620
+ # - master
621
+ # - pytorch_tutorial_windows_master_build_worker_0:
622
+ # context: org-member
623
+ # filters:
624
+ # branches:
625
+ # only:
626
+ # - master
627
+ # - pytorch_tutorial_windows_master_build_worker_1:
628
+ # context: org-member
629
+ # filters:
630
+ # branches:
631
+ # only:
632
+ # - master
633
+ # - pytorch_tutorial_windows_master_build_worker_2:
634
+ # context: org-member
635
+ # filters:
636
+ # branches:
637
+ # only:
638
+ # - master
639
+ # - pytorch_tutorial_windows_master_build_worker_3:
640
+ # context: org-member
641
+ # filters:
642
+ # branches:
643
+ # only:
644
+ # - master
Original file line number Diff line number Diff line change 267
267
# will restore channels last memory format and benefit from faster
268
268
# kernels.
269
269
#
270
- # But operatos that does not support channels last does introduce
270
+ # But operators that does not support channels last does introduce
271
271
# overhead by permutation. Optionally, you can investigate and identify
272
- # operatos in your model that does not support channels last, if you
272
+ # operators in your model that does not support channels last, if you
273
273
# want to improve the performance of converted model.
274
274
#
275
275
# That means you need to verify the list of used operators
You can’t perform that action at this time.
0 commit comments