[TOPI] Add tensor multiplication. (#2106)
authorDmitrii Murygin <dmitrij.murygin@bk.ru>
Thu, 29 Nov 2018 05:12:28 +0000 (08:12 +0300)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 29 Nov 2018 05:12:28 +0000 (21:12 -0800)
commit98003afab61813cc65ceb6e753bcac106313ef1e
treef0c83af1eb428779fd4ea30a135c3d7717ca5287
parentbbc78221777a06e3d6b6ee0c07f51f9f37201928
[TOPI] Add tensor multiplication. (#2106)
topi/include/topi/transform.h
topi/python/topi/transform.py
topi/src/topi.cc
topi/tests/python/test_topi_matmul.py