tree: b0235b182ef2405a40b177ad0bf5056394c84fc6 [path history] [tgz]
  1. README.md
  2. test_local_gemm.py
  3. test_local_multi_stage.py
  4. test_local_save_load.py
  5. test_local_topi_conv2d_nchw.py
  6. test_local_topi_dense.py
  7. test_local_topi_pooling.py
  8. test_local_topi_softmax.py
  9. test_remote_save_load.py
  10. test_static_webgl_library.html
  11. test_static_webgl_library.py
tests/webgl/README.md

Test cases for the WebGL backend

Any test case with name test_local_... tests the C++ OpenGL backend on the local OS, which can be executed automatically.

Any test case with name test_remote_... tests the WebGL backend within the browser, which must be run manually. See instruction within the test.