tree: 8bc66f4c65bd5b770ef4f1cd03d003011bd1689a [path history] [tgz]
  1. amp/
  2. array-api/
  3. common/
  4. dnnl/
  5. doctest/
  6. gpu/
  7. onnx/
  8. profiling/
  9. quantization/
  10. train/
  11. unittest/
  12. conftest.py
  13. README.md
  14. test_quantization_gpu.py
tests/python/README.md

Python Test Case

This folder contains test cases for mxnet in python.

  • common contains common utils for all test modules.
    • From subfolders, import with from ..common import get_data
  • unittest contains unit test component for each modules.
    • These are basic tests that must pass for every commit.
  • train contains tests that runs on real network training.
    • These tests can be time consuming.