Skip to content

Instantly share code, notes, and snippets.

@sbugrov
Created June 8, 2018 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbugrov/a8b200ab0ce336d7a982e47253f62f2f to your computer and use it in GitHub Desktop.
Save sbugrov/a8b200ab0ce336d7a982e47253f62f2f to your computer and use it in GitHub Desktop.
// dW2 = a1.T * dz2
vector<float> dW2 = dot(transpose( &a1[0], BATCH_SIZE, 128 ), dz2, 128, BATCH_SIZE, 64);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment