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

Method asum_data

rtpose_wrapper/src/caffe/blob.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181template <> unsigned int Blob<unsigned int>::asum_data() const {
182 NOT_IMPLEMENTED;
183 return 0;
184}
185
186template <> int Blob<int>::asum_data() const {
187 NOT_IMPLEMENTED;

Callers 4

ForwardDebugInfoMethod · 0.80
UpdateDebugInfoMethod · 0.80
BackwardMethod · 0.80
TYPED_TESTFunction · 0.80

Calls 1

headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64