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

Method cpu_data

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

Source from the content-addressed store, hash-verified

82
83template <typename Dtype>
84const Dtype* Blob<Dtype>::cpu_data() const {
85 CHECK(data_);
86 return (const Dtype*)data_->cpu_data();
87}
88
89template <typename Dtype>
90void Blob<Dtype>::set_cpu_data(Dtype* data) {

Callers 15

testFunction · 0.45
apply_buffersFunction · 0.45
TransformMethod · 0.45
cpu_diffMethod · 0.45
UpdateMethod · 0.45
CopyFromMethod · 0.45
StepMethod · 0.45
TestMethod · 0.45
Forward_cpuMethod · 0.45
Forward_cpuMethod · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestMethod · 0.36
TYPED_TESTFunction · 0.36
TestForwardMethod · 0.36
CheckAccumulationMethod · 0.36
TestSnapshotMethod · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TestForwardMethod · 0.36
TestForwardMethod · 0.36
TYPED_TESTFunction · 0.36