Nuacht

Reproducible code: import torch import torch.nn as nn import torch_mlir from torch_mlir import TensorPlaceholder, OutputType class conv1d (nn.Module): def __init__ ...