MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / scale_data

Method scale_data

rtpose_wrapper/src/caffe/blob.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325template <> void Blob<unsigned int>::scale_data(unsigned int scale_factor) {
326 NOT_IMPLEMENTED;
327}
328
329template <> void Blob<int>::scale_data(int scale_factor) {
330 NOT_IMPLEMENTED;

Callers 1

TYPED_TESTFunction · 0.80

Calls 1

headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64