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

Add Layer Functions to Ivy Frontend #47

Closed
12 tasks
djl11 opened this issue Jan 24, 2022 · 0 comments
Closed
12 tasks

Add Layer Functions to Ivy Frontend #47

djl11 opened this issue Jan 24, 2022 · 0 comments
Labels
Permanent Not to be closed, i.e. an ever evolving ToDo list.

Comments

@djl11
Copy link
Contributor

djl11 commented Jan 24, 2022

Add Layer Functions to Ivy frontend:

Linear

  • linear

Dropout

  • dropout

Attention

  • scaled_dot_product_attention
  • multi_head_attention

Convolutions

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

LSTM

  • lstm_update
@djl11 djl11 added Extension Permanent Not to be closed, i.e. an ever evolving ToDo list. labels Jan 24, 2022
@djl11 djl11 closed this as completed Jul 29, 2022
Aaa2275 pushed a commit to Aaa2275/ivy that referenced this issue Dec 2, 2022
Monkey patch `st.floats()` to always disable subnormals
AW786WA pushed a commit to AW786WA/Ivy-Tasks- that referenced this issue Oct 2, 2023
* fix: moves processing to gpu + general clean up

* docs: adds gpu requirement line for relevant demos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Permanent Not to be closed, i.e. an ever evolving ToDo list.
Projects
None yet
Development

No branches or pull requests

1 participant