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

Method asum_diff

rtpose_wrapper/src/caffe/blob.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216template <> unsigned int Blob<unsigned int>::asum_diff() const {
217 NOT_IMPLEMENTED;
218 return 0;
219}
220
221template <> int Blob<int>::asum_diff() const {
222 NOT_IMPLEMENTED;

Callers 4

BackwardDebugInfoMethod · 0.80
UpdateDebugInfoMethod · 0.80
BackwardMethod · 0.80
TYPED_TESTFunction · 0.80

Calls 1

headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64