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

Method set_cpu_data

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

Source from the content-addressed store, hash-verified

88
89template <typename Dtype>
90void Blob<Dtype>::set_cpu_data(Dtype* data) {
91 CHECK(data);
92 data_->set_cpu_data(data);
93}
94
95template <typename Dtype>
96const Dtype* Blob<Dtype>::gpu_data() const {

Callers 5

apply_buffersFunction · 0.45
TransformMethod · 0.45
Forward_cpuMethod · 0.45
load_batchMethod · 0.45
load_batchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected