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

Method mutable_cpu_data

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_cpu_data() {
133 CHECK(data_);
134 return static_cast<Dtype*>(data_->mutable_cpu_data());
135}
136
137template <typename Dtype>
138Dtype* Blob<Dtype>::mutable_gpu_data() {

Callers 15

TransformMethod · 0.45
ReshapeMethod · 0.45
mutable_cpu_diffMethod · 0.45
UpdateMethod · 0.45
CopyFromMethod · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
SetUpMethod · 0.45
TestForwardMethod · 0.45

Calls

no outgoing calls

Tested by 15

TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
SetUpMethod · 0.36
TestForwardMethod · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
HingeLossLayerTestMethod · 0.36
TYPED_TESTFunction · 0.36