mkldnn_blocklist.py 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. MKLDNN_BLOCKLIST = [
  15. "LaTeX_OCR_rec",
  16. "PP-FormulaNet-L",
  17. "PP-FormulaNet-S",
  18. "UniMERNet",
  19. "UVDoc",
  20. "Cascade-MaskRCNN-ResNet50-FPN",
  21. "Cascade-MaskRCNN-ResNet50-vd-SSLDv2-FPN",
  22. "Mask-RT-DETR-M",
  23. "Mask-RT-DETR-S",
  24. "MaskRCNN-ResNeXt101-vd-FPN",
  25. "MaskRCNN-ResNet101-FPN",
  26. "MaskRCNN-ResNet101-vd-FPN",
  27. "MaskRCNN-ResNet50-FPN",
  28. "MaskRCNN-ResNet50-vd-FPN",
  29. "MaskRCNN-ResNet50",
  30. "SOLOv2",
  31. "PP-TinyPose_128x96",
  32. "PP-TinyPose_256x192",
  33. "Cascade-FasterRCNN-ResNet50-FPN",
  34. "Cascade-FasterRCNN-ResNet50-vd-SSLDv2-FPN",
  35. "Co-DINO-Swin-L",
  36. "Co-Deformable-DETR-Swin-T",
  37. "FasterRCNN-ResNeXt101-vd-FPN",
  38. "FasterRCNN-ResNet101-FPN",
  39. "FasterRCNN-ResNet101",
  40. "FasterRCNN-ResNet34-FPN",
  41. "FasterRCNN-ResNet50-FPN",
  42. "FasterRCNN-ResNet50-vd-FPN",
  43. "FasterRCNN-ResNet50-vd-SSLDv2-FPN",
  44. "FasterRCNN-ResNet50",
  45. "FasterRCNN-Swin-Tiny-FPN",
  46. "MaskFormer_small",
  47. "MaskFormer_tiny",
  48. "SLANeXt_wired",
  49. "SLANeXt_wireless",
  50. "SLANet",
  51. "SLANet_plus",
  52. "YOWO",
  53. "SAM-H_box",
  54. "SAM-H_point",
  55. "PP-FormulaNet_plus-L",
  56. "PP-FormulaNet_plus-M",
  57. "PP-FormulaNet_plus-S",
  58. ]