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