Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ mutable_gpu_diff
Method
mutable_gpu_diff
src/caffe/blob.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
template <typename Dtype>
150
Dtype* Blob<Dtype>::mutable_gpu_diff() {
151
CHECK(diff_);
152
return static_cast<Dtype*>(diff_->mutable_gpu_data());
153
}
154
155
template <typename Dtype>
156
void Blob<Dtype>::ShareData(const Blob& other) {
Callers
13
run
Method · 0.80
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
Calls
1
mutable_gpu_data
Method · 0.45
Tested by
2
TYPED_TEST
Function · 0.64
TYPED_TEST
Function · 0.64