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

Method scale_data

src/caffe/blob.cpp:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343template <> void Blob<unsigned int>::scale_data(unsigned int scale_factor) {
344 NOT_IMPLEMENTED;
345}
346
347template <> void Blob<int>::scale_data(int scale_factor) {
348 NOT_IMPLEMENTED;

Callers 1

TYPED_TESTFunction · 0.80

Calls 1

headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64