Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking Issue] PyTorch Frontend Operator Support #132

Closed
AndreSlavescu opened this issue Mar 16, 2023 · 1 comment
Closed

[Tracking Issue] PyTorch Frontend Operator Support #132

AndreSlavescu opened this issue Mar 16, 2023 · 1 comment

Comments

@AndreSlavescu
Copy link
Contributor

AndreSlavescu commented Mar 16, 2023

torch.nn modules

non-linear activations

@AndreSlavescu
Copy link
Contributor Author

AndreSlavescu commented Mar 16, 2023

torch.nn.functional operators

non-linear activations

  • elu
  • gelu
  • relu
  • relu6
  • celu
  • hardsigmoid
  • sigmoid
  • hardtanh
  • mish
  • softmax
  • hardsoftmax
  • softmin
  • softsign
  • leaky_relu
  • clip
  • prelu
  • silu
  • hardswish
  • logsigmoid
  • hardshrink
  • softplus
  • tanhshrink
  • softshrink
  • normalize
  • batch_norm
  • group_norm
  • layer_norm
  • instance_norm

convolution operators

  • conv1d
  • conv2d
  • conv3d
  • conv1d_transpose
  • conv2d_transpose
  • conv3d_transpose

linear functions

  • linear
  • bilinear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants