juice icon indicating copy to clipboard operation
juice copied to clipboard

implement custom "Prototype" layer type

Open subversive-owl opened this issue 7 years ago • 2 comments

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.

subversive-owl avatar Oct 14 '17 06:10 subversive-owl

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.

drahnr avatar Oct 14 '17 13:10 drahnr

Prototype is a great name!

subversive-owl avatar Oct 14 '17 23:10 subversive-owl