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

Method sumsq_diff

src/caffe/blob.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306template <> unsigned int Blob<unsigned int>::sumsq_diff() const {
307 NOT_IMPLEMENTED;
308 return 0;
309}
310
311template <> int Blob<int>::sumsq_diff() const {
312 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