You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
i.e., something that should allow a user to pass a closure taking a
Vec<_>
as input, returning something like aLayerType::Custom
that satisfies theLayerConfig
requirements.The text was updated successfully, but these errors were encountered: