MCPcopy Create free account
hub / github.com/BVLC/caffe / mutable_gpu_data

Method mutable_gpu_data

src/caffe/blob.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137template <typename Dtype>
138Dtype* Blob<Dtype>::mutable_gpu_data() {
139 CHECK(data_);
140 return static_cast<Dtype*>(data_->mutable_gpu_data());
141}
142
143template <typename Dtype>
144Dtype* Blob<Dtype>::mutable_cpu_diff() {

Callers 15

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
backward_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