@@ -173,43 +173,6 @@ auto element_wise_registrations = RegisterNodeConversionPatterns()
173
173
}
174
174
});
175
175
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
-
213
176
} // namespace
214
177
} // namespace impl
215
178
} // namespace converters
0 commit comments