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

Method gpu_diff

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

Source from the content-addressed store, hash-verified

106
107template <typename Dtype>
108const Dtype* Blob<Dtype>::gpu_diff() const {
109 CHECK(diff_);
110 return (const Dtype*)diff_->gpu_data();
111}
112
113template <typename Dtype>
114Dtype* Blob<Dtype>::mutable_cpu_data() {

Callers 3

CopyFromMethod · 0.80
blob_to_mx_matFunction · 0.80
ForwardMethod · 0.80

Calls 1

gpu_dataMethod · 0.45

Tested by

no test coverage detected