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

Method mutable_gpu_diff

rtpose_wrapper/src/caffe/blob.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131template <typename Dtype>
132Dtype* Blob<Dtype>::mutable_gpu_diff() {
133 CHECK(diff_);
134 return static_cast<Dtype*>(diff_->mutable_gpu_data());
135}
136
137template <typename Dtype>
138void Blob<Dtype>::ShareData(const Blob& other) {

Callers 12

ClearParamDiffsMethod · 0.80
TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80
ComputeUpdateValueMethod · 0.80
ComputeUpdateValueMethod · 0.80
ComputeUpdateValueMethod · 0.80
ComputeUpdateValueMethod · 0.80
ComputeUpdateValueMethod · 0.80
NormalizeMethod · 0.80
RegularizeMethod · 0.80
ComputeUpdateValueMethod · 0.80
mx_mat_to_blobFunction · 0.80

Calls 1

mutable_gpu_dataMethod · 0.45

Tested by 2

TYPED_TESTFunction · 0.64
TYPED_TESTFunction · 0.64