Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
template <typename Dtype>
132
Dtype* Blob<Dtype>::mutable_gpu_diff() {
133
CHECK(diff_);
134
return static_cast<Dtype*>(diff_->mutable_gpu_data());
135
}
136
137
template <typename Dtype>
138
void Blob<Dtype>::ShareData(const Blob& other) {
Callers
12
ClearParamDiffs
Method · 0.80
TYPED_TEST
Function · 0.80
TYPED_TEST
Function · 0.80
ComputeUpdateValue
Method · 0.80
ComputeUpdateValue
Method · 0.80
ComputeUpdateValue
Method · 0.80
ComputeUpdateValue
Method · 0.80
ComputeUpdateValue
Method · 0.80
Normalize
Method · 0.80
Regularize
Method · 0.80
ComputeUpdateValue
Method · 0.80
mx_mat_to_blob
Function · 0.80
Calls
1
mutable_gpu_data
Method · 0.45
Tested by
2
TYPED_TEST
Function · 0.64
TYPED_TEST
Function · 0.64