tree: e6cc49b05d87972790d30ff11b581f48badeac39 [path history] [tgz]
  1. compare.dml
  2. gen_conv2d.dml
  3. gen_conv2d_bwd_data.dml
  4. gen_conv2d_bwd_filter.dml
  5. gen_maxpool.dml
  6. gen_maxpool_bwd.dml
  7. gen_softmax.dml
  8. README.md
  9. run_tests.sh
  10. test_avgpool.dml
  11. test_avgpool.sh
  12. test_avgpool_bwd.dml
  13. test_avgpool_bwd.sh
  14. test_conv2d.dml
  15. test_conv2d.sh
  16. test_conv2d_bwd_data.dml
  17. test_conv2d_bwd_data.sh
  18. test_conv2d_bwd_filter.dml
  19. test_conv2d_bwd_filter.sh
  20. test_maxpool.dml
  21. test_maxpool.sh
  22. test_maxpool_bwd.dml
  23. test_maxpool_bwd.sh
  24. test_softmax.dml
  25. test_softmax.sh
scripts/nn/test/compare_backends/README.md

Built-in functions Tests

The scripts in this folder tests the convolutions and maxpooling built-in functions by comparing the CPU implementation v/s GPU implementation. These scripts allows the developer to test different CPU implementation (such as sparse data and dense filter, dense data and sparse filter, etc) with MKL, OpenBLAS and Java.