Skip to content

Instantly share code, notes, and snippets.

@sbugrov
Created April 21, 2018 23:26
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/cbac84eb28014fc19af2767eee393673 to your computer and use it in GitHub Desktop.
Save sbugrov/cbac84eb28014fc19af2767eee393673 to your computer and use it in GitHub Desktop.
vector<float> dW3 = dot(transpose( &a2[0], BATCH_SIZE, 64 ), dyhat, 64, BATCH_SIZE, 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment