Skip to content
Snippets Groups Projects
Commit b54294e8 authored by Bhatu's avatar Bhatu
Browse files

Implement SquaredDifference

We do this as a simplification on the tensorflow graph itself.
We transform SquaredDifference(a,b) into (a-b) * (a-b).
parent 39e78075
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment