Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 578103c

Browse files
committed
Fix multiply warning
1 parent 929e6b3 commit 578103c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functorch/csrc/BatchRulesDecompositions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ TORCH_LIBRARY_IMPL(aten, FT_BATCHED_KEY, m) {
233233
OP_DECOMPOSE2(movedim, int);
234234
OP_DECOMPOSE(msort);
235235
OP_DECOMPOSE(mT);
236-
OP_DECOMPOSE2(multiply, Tensor );
237236
OP_DECOMPOSE(narrow);
238237
OP_DECOMPOSE(negative);
239238
OP_DECOMPOSE(nll_loss_nd);

0 commit comments

Comments
 (0)