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

Method scale_diff

rtpose_wrapper/src/caffe/blob.cpp:358–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358template <> void Blob<unsigned int>::scale_diff(unsigned int scale_factor) {
359 NOT_IMPLEMENTED;
360}
361
362template <> void Blob<int>::scale_diff(int scale_factor) {
363 NOT_IMPLEMENTED;

Callers 2

TYPED_TESTFunction · 0.80
ClipGradientsMethod · 0.80

Calls 1

headMethod · 0.80

Tested by 1

TYPED_TESTFunction · 0.64