Skip to content

Prototype reorganization of aten binary operations  #1744

Closed
@apbose

Description

@apbose

aten.add aten.sub aten.mul aten.div aten.pow aten

Function Schema: torch.ops.aten.add.Tensor: ((torch.float32,), {}),
torch.ops.aten.sub.Tensor: ((torch.float32,), {}),
torch.ops.aten.div.Tensor: ((torch.float32,), {}),
torch.ops.aten.mul.Tensor: ((torch.float32,), {}),
torch.ops.aten.div.Tensor_mode: ((torch.float32,), {})
torch.ops.aten.pow.Tensor_Tensor: ((torch.float32,), {}),
torch.ops.aten.fmod.Tensor: ((torch.float32,), {}),
torch.ops.aten.floor_divide.Tensor_mode: ((torch.float32,), {})

Original PyTorch API: torch.add, torch.sub, torch.div, torch.fmod, torch.mul

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions