mirror of https://github.com/davisking/dlib.git
removing cruft
This commit is contained in:
parent
cc5a62cd0b
commit
504dff2d63
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue