MCPcopy 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
149template <typename Dtype>
150Dtype* Blob<Dtype>::mutable_gpu_diff() {
151 CHECK(diff_);
152 return static_cast<Dtype*>(diff_->mutable_gpu_data());
153}
154
155template <typename Dtype>
156void Blob<Dtype>::ShareData(const Blob& other) {

Callers 13

runMethod · 0.80
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

Calls 1

mutable_gpu_dataMethod · 0.45

Tested by 2

TYPED_TESTFunction · 0.64
TYPED_TESTFunction · 0.64