Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ sumsq_diff
Method
sumsq_diff
rtpose_wrapper/src/caffe/blob.cpp:288–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
}
287
288
template <> unsigned int Blob<unsigned int>::sumsq_diff() const {
289
NOT_IMPLEMENTED;
290
return 0;
291
}
292
293
template <> int Blob<int>::sumsq_diff() const {
294
NOT_IMPLEMENTED;
Callers
3
Backward
Method · 0.80
TYPED_TEST
Function · 0.80
ClipGradients
Method · 0.80
Calls
2
caffe_cpu_dot
Function · 0.85
head
Method · 0.80
Tested by
1
TYPED_TEST
Function · 0.64