Skip to content

Instantly share code, notes, and snippets.

@Steboss89
Created August 4, 2022 17:14
Show Gist options
  • Save Steboss89/1a3e3b241b970c9bdf0c39fcaf60be69 to your computer and use it in GitHub Desktop.
Save Steboss89/1a3e3b241b970c9bdf0c39fcaf60be69 to your computer and use it in GitHub Desktop.
Introduce lifetime and Borrow<super>
pub fn linear<'a, T: Borrow<super::Path<'a>>>(
vs: T,
in_dim: i64,
out_dim: i64,
c: LinearConfig,
) -> Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment