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

Implement fixed point 1d convolution #298

Merged
merged 11 commits into from
Aug 2, 2023
Merged

Implement fixed point 1d convolution #298

merged 11 commits into from
Aug 2, 2023

Conversation

Sillobear
Copy link
Contributor

No description provided.

@Sillobear Sillobear self-assigned this Aug 2, 2023
@Sillobear Sillobear linked an issue Aug 2, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1571 1309 83% 0% 🟢

New Files

File Coverage Status
elasticai/creator/base_modules/silu.py 0% 🟢
elasticai/creator/nn/conv1d/design.py 36% 🟢
elasticai/creator/nn/conv1d/layer.py 68% 🟢
elasticai/creator/nn/precomputed/silu.py 0% 🟢
TOTAL 26% 🟢

Modified Files

File Coverage Status
elasticai/creator/nn/linear/design.py 43% 🟢
TOTAL 43% 🟢

updated for commit: d8f8d4c by action🐍

@Sillobear Sillobear merged commit a91123f into main Aug 2, 2023
3 checks passed
@Sillobear Sillobear deleted the implement_fp_conv1d branch August 2, 2023 13:59
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

Successfully merging this pull request may close these issues.

Implement fixed point 1d convolution
1 participant