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

WIP: use different LayerOps trait requirements per framework #122

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drahnr
Copy link
Member

@drahnr drahnr commented Oct 13, 2020

An attempt to resolve #12

Difficulty appears around defining a trait BackandBounded: FeatX + FeatY where trait LayerOps<Backend> is backend bound.

Everything else would need to depend on the LayerOps<Backend> which makes interoparability very difficult.

WIP

@fff-rs fff-rs deleted a comment from GitCop Oct 13, 2020
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.

Declare LayerOps per backend/framework
1 participant