39c8bc2a3d | ||
---|---|---|
.. | ||
README.md | ||
test_local_gemm.py | ||
test_local_multi_stage.py | ||
test_local_save_load.py | ||
test_local_topi_conv2d_nchw.py | ||
test_local_topi_dense.py | ||
test_local_topi_pooling.py | ||
test_local_topi_softmax.py | ||
test_remote_save_load.py | ||
test_static_webgl_library.html | ||
test_static_webgl_library.py |
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.