Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Operators] Registering tensor methods whose PyTorch function equival…
…ents are supported by Hidet (#347) Currently Hidet cannot compile `doctr_reco_predictor` model due to unsupported `torch.Tensor.min`, despite we have already registered `torch.min` function which is functionally equivalent. This PR registers all the missing `torch.Tensor` methods with PyTorch function equivalents already registered.
- Loading branch information