junxnone / examples

some code/notebook examples
0 stars 0 forks source link

Tools Numpy usecase dot #190

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Numpy 积运算符

函数名 功能
* 对位乘积
dot 矩阵乘积
inner 内积
outer 外积
tensordot 张量乘积

Reference

junxnone commented 4 years ago

9