MCPcopy 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
288template <> unsigned int Blob<unsigned int>::sumsq_diff() const {
289 NOT_IMPLEMENTED;
290 return 0;
291}
292
293template <> int Blob<int>::sumsq_diff() const {
294 NOT_IMPLEMENTED;

Callers 3

BackwardMethod · 0.80
TYPED_TESTFunction · 0.80
ClipGradientsMethod · 0.80

Calls 2

caffe_cpu_dotFunction · 0.85
headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64