Closed
Description
Is your feature request related to a problem? Please describe.
There are some operators need to be supported in Torch-TensorRT. It is from a Video-Swin-Transformer model.
- aten::index.Tensor(Tensor self, Tensor?[] indices) -> (Tensor)
- aten::adaptive_avg_pool3d(Tensor self, int[3] output_size) -> (Tensor)
- aten::Int.Tensor(Tensor a) -> (int)
- aten::remainder.Tensor(Tensor self, Tensor other) -> (Tensor)
- aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> (Tensor)
- aten::remainder.Scalar(Tensor self, Scalar other) -> (Tensor)
- aten::roll(Tensor self, int[1] shifts, int[1] dims=[]) -> (Tensor)
- aten::to.dtype_layout(Tensor(a) self, *, int? dtype=None, int? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, bool copy=False, int? memory_format=None) -> (Tensor(a))
Describe the solution you'd like
Describe alternatives you've considered
Additional context