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 custom "Prototype" layer type #20

Open
subversive-owl opened this issue Oct 14, 2017 · 2 comments
Open

implement custom "Prototype" layer type #20

subversive-owl opened this issue Oct 14, 2017 · 2 comments

Comments

@subversive-owl
Copy link
Contributor

i.e., something that should allow a user to pass a closure taking a Vec<_> as input, returning something like a LayerType::Custom that satisfies the LayerConfig requirements.

@drahnr
Copy link
Member

drahnr commented Oct 14, 2017

Maybe the name Prototype would be better, since the performance will be sub-par, and cause at least two copies/sync operations to/from the compute device.

@subversive-owl
Copy link
Contributor Author

Prototype is a great name!

@subversive-owl subversive-owl changed the title implement custom layer type implement custom "Prototype" layer type Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants