onnxruntime-tvm/tests/webgl
Sergey Mironov 39c8bc2a3d [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
..
README.md [WIP] WebGL Backend (#672) 2018-01-20 13:51:34 -08:00
test_local_gemm.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_local_multi_stage.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_local_save_load.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_local_topi_conv2d_nchw.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_local_topi_dense.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_local_topi_pooling.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_local_topi_softmax.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_remote_save_load.py [TOPI] Specify non-zero absolute tolerance in tests (#1925) 2018-10-20 22:06:45 -07:00
test_static_webgl_library.html Add test case: Create a static WebGL library and run it in the browser. (#932) 2018-02-27 20:20:16 -08:00
test_static_webgl_library.py Add test case: Create a static WebGL library and run it in the browser. (#932) 2018-02-27 20:20:16 -08:00

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.