MCPcopy Create free account
hub / github.com/BVLC/caffe / asum_diff

Method asum_diff

src/caffe/blob.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234template <> unsigned int Blob<unsigned int>::asum_diff() const {
235 NOT_IMPLEMENTED;
236 return 0;
237}
238
239template <> int Blob<int>::asum_diff() const {
240 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