Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
343
template <> void Blob<unsigned int>::scale_data(unsigned int scale_factor) {
344
NOT_IMPLEMENTED;
345
}
346
347
template <> void Blob<int>::scale_data(int scale_factor) {
348
NOT_IMPLEMENTED;
Callers
1
TYPED_TEST
Function · 0.80
Calls
1
head
Method · 0.80
Tested by
1
TYPED_TEST
Function · 0.64