"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "73281b4f98233bc11e068ce50e7f627e6ad6f84e"
Commit 504dff2d authored by Davis King's avatar Davis King
Browse files

removing cruft

parent cc5a62cd
......@@ -407,7 +407,6 @@ namespace dlib
const tensor& b
)
{
// TODO, do on GPU?
DLIB_CASSERT(a.size() == b.size(), "");
const float* da = a.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