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

Method Update

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

Source from the content-addressed store, hash-verified

150// as Blob<float> or Blob<double> -- hence we do not define it for
151// Blob<int> or Blob<unsigned int>.
152template <> void Blob<unsigned int>::Update() { NOT_IMPLEMENTED; }
153template <> void Blob<int>::Update() { NOT_IMPLEMENTED; }
154
155template <typename Dtype>

Callers

nothing calls this directly

Calls 5

headMethod · 0.80
cpu_dataMethod · 0.45
mutable_cpu_dataMethod · 0.45
gpu_dataMethod · 0.45
mutable_gpu_dataMethod · 0.45

Tested by

no test coverage detected