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

Method scale_diff

src/caffe/blob.cpp:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376template <> void Blob<unsigned int>::scale_diff(unsigned int scale_factor) {
377 NOT_IMPLEMENTED;
378}
379
380template <> void Blob<int>::scale_diff(int scale_factor) {
381 NOT_IMPLEMENTED;

Callers 2

TYPED_TESTFunction · 0.80
ClipGradientsMethod · 0.80

Calls 1

headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64