Skip to content

Commit ca42ef5

Browse files
committed
refactor(//core/conversion/converters/impl/element_wise): remove some
old comments Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 956b0c5 commit ca42ef5

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

core/conversion/converters/impl/element_wise.cpp

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -173,43 +173,6 @@ auto element_wise_registrations = RegisterNodeConversionPatterns()
173173
}
174174
});
175175

176-
// - func: div.Tensor(Tensor self, Tensor other) -> Tensor
177-
// use_c10_dispatcher: full
178-
// variants: function, method
179-
// dispatch:
180-
// CPU: div
181-
// CUDA: div
182-
// SparseCPU: div_sparse
183-
// SparseCUDA: div_sparse
184-
// supports_named_tensor: True
185-
186-
// - func: div_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!)
187-
// variants: method
188-
// dispatch:
189-
// CPU: div_
190-
// CUDA: div_
191-
// SparseCPU: div_sparse_
192-
// SparseCUDA: div_sparse_
193-
// supports_named_tensor: True
194-
195-
// - func: div.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!)
196-
// dispatch:
197-
// CPU: div_out
198-
// CUDA: div_out
199-
// SparseCPU: div_out_sparse_zerodim
200-
// SparseCUDA: div_out_sparse_zerodim
201-
// supports_named_tensor: True
202-
203-
// # For C++ only, until we have conversion from C++ numbers to Tensor
204-
// - func: div.Scalar(Tensor self, Scalar other) -> Tensor
205-
// use_c10_dispatcher: full
206-
// variants: function, method
207-
// supports_named_tensor: True
208-
209-
// - func: div_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!)
210-
// variants: method
211-
// supports_named_tensor: True
212-
213176
} // namespace
214177
} // namespace impl
215178
} // namespace converters

0 commit comments

Comments
 (0)