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

Method ShareData

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

Source from the content-addressed store, hash-verified

136
137template <typename Dtype>
138void Blob<Dtype>::ShareData(const Blob& other) {
139 CHECK_EQ(count_, other.count());
140 data_ = other.data();
141}
142
143template <typename Dtype>
144void Blob<Dtype>::ShareDiff(const Blob& other) {

Callers 11

ShareWeightsMethod · 0.80
Forward_cpuMethod · 0.80
ReshapeMethod · 0.80
ReshapeMethod · 0.80
Forward_cpuMethod · 0.80
Forward_cpuMethod · 0.80
ReshapeMethod · 0.80
Forward_cpuMethod · 0.80
ReshapeMethod · 0.80
Forward_cpuMethod · 0.80

Calls 2

countMethod · 0.80
dataMethod · 0.80

Tested by

no test coverage detected