maxframe.tensor.inner#

maxframe.tensor.inner(a, b, sparse=None)[源代码]#

返回浮点类型数组 a 和 b 的内积。

与通用的 NumPy 等价函数类似,乘积和是对 a 和 b 的最后一个维度进行计算。第一个参数不取共轭。