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

Method mutable_gpu_data

rtpose_wrapper/src/caffe/blob.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <typename Dtype>
120Dtype* Blob<Dtype>::mutable_gpu_data() {
121 CHECK(data_);
122 return static_cast<Dtype*>(data_->mutable_gpu_data());
123}
124
125template <typename Dtype>
126Dtype* Blob<Dtype>::mutable_cpu_diff() {

Callers 15

processFrameFunction · 0.45
mutable_gpu_diffMethod · 0.45
UpdateMethod · 0.45
CopyFromMethod · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
LayerSetUpMethod · 0.45
forward_gpu_gemmMethod · 0.45

Calls

no outgoing calls

Tested by 6

TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36