tree: 5a13cb4423f559d7d2a0ae4df5cab279f4875f11 [path history] [tgz]
  1. array-api/
  2. common/
  3. dnnl/
  4. doctest/
  5. gpu/
  6. onnx/
  7. profiling/
  8. quantization/
  9. train/
  10. unittest/
  11. conftest.py
  12. README.md
  13. 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.