Commit 504dff2d authored by Davis King's avatar Davis King

removing cruft

parent cc5a62cd
...@@ -407,7 +407,6 @@ namespace dlib ...@@ -407,7 +407,6 @@ namespace dlib
const tensor& b const tensor& b
) )
{ {
// TODO, do on GPU?
DLIB_CASSERT(a.size() == b.size(), ""); DLIB_CASSERT(a.size() == b.size(), "");
const float* da = a.host(); const float* da = a.host();
const float* db = b.host(); const float* db = b.host();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment