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

Method Update

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

Source from the content-addressed store, hash-verified

168// as Blob<float> or Blob<double> -- hence we do not define it for
169// Blob<int> or Blob<unsigned int>.
170template <> void Blob<unsigned int>::Update() { NOT_IMPLEMENTED; }
171template <> void Blob<int>::Update() { NOT_IMPLEMENTED; }
172
173template <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