摘要: torch.bmm(batch1, batch2, out=None) → Tensor Performs a batch matrix-matrix product of matrices stored in batch1 and batch2. batch1 and batch2 must be 阅读全文
posted @ 2018-09-27 19:43 琴影 阅读(10671) 评论(0) 推荐(0) 编辑
摘要: torch.ger(vec1, vec2, out=None) → Tensor Outer product of vec1 and vec2. If vec1 is a vector of size nn and vec2 is a vector of size mm, then out must 阅读全文
posted @ 2018-09-27 19:25 琴影 阅读(3285) 评论(0) 推荐(0) 编辑