openvinotoolkit/openvino

[Good First Issue]: support aten::tensordot

Open

#29,651 创建于 2025年3月24日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)C++ (3,229 fork)auto 404
category: PyTorch FEgood first issueno_stale

仓库指标

Star
 (10,286 star)
PR 合并指标
 (平均合并 14天 3小时) (30 天内合并 305 个 PR)

描述

Request Description

Support for aten::tensordot in OpenVINO would enhance compatibility with PyTorch models by enabling tensor contraction through matrix multiplication followed by summation over specified axes. This operation is essential for various machine learning and numerical computing applications.

Feature Use Case

The tensordot operation is widely used in deep learning for tasks such as attention mechanisms, tensor decompositions, and high-dimensional matrix multiplications. Adding this functionality would improve inference optimization and ensure better integration with models requiring aten::tensordot.

Issue submission checklist

  • The feature request or improvement must be related to OpenVINO

贡献者指南