[Relay/TOPI][Op] Add batch_matmul in relay and TOPI (#2561)
* Add batch_dot and cpu schedule * Add relay support for batch_dot * Rename batch_dot to batch_matmul * nits * Add missing file * Put batch_matmul and dense x86 schedule in separate files * Fix pylint * Remove unused import * Add cuda schedule for batch_matmul * Add test case with larger batch size * Add batch_matmul in api doc * Fix quantize pass rounding error * Fix pylint and minor change * bug fix
Showing
topi/include/topi/nn/batch_matmul.h
0 → 100644
topi/python/topi/cuda/batch_matmul.py
0 → 100644
topi/python/topi/nn/batch_matmul.py
0 → 100644
topi/python/topi/testing/batch_matmul.py
0 → 100644
topi/python/topi/x86/batch_matmul.py
0 → 100644
topi/python/topi/x86/dense.py
0 → 100644
topi/tests/python/test_topi_batch_matmul.py
0 → 100644
Please
register
or
sign in
to comment