MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / sumsq_data

Method sumsq_data

rtpose_wrapper/src/caffe/blob.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251template <> unsigned int Blob<unsigned int>::sumsq_data() const {
252 NOT_IMPLEMENTED;
253 return 0;
254}
255
256template <> int Blob<int>::sumsq_data() const {
257 NOT_IMPLEMENTED;

Callers 2

BackwardMethod · 0.80
TYPED_TESTFunction · 0.80

Calls 2

caffe_cpu_dotFunction · 0.85
headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64