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

Method gpu_data

src/caffe/blob.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101template <typename Dtype>
102const Dtype* Blob<Dtype>::gpu_data() const {
103 CHECK(data_);
104 return (const Dtype*)data_->gpu_data();
105}
106
107template <typename Dtype>
108void Blob<Dtype>::set_gpu_data(Dtype* data) {

Callers 15

gpu_shapeMethod · 0.45
gpu_diffMethod · 0.45
UpdateMethod · 0.45
CopyFromMethod · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
forward_gpu_gemmMethod · 0.45
forward_gpu_biasMethod · 0.45
weight_gpu_gemmMethod · 0.45
backward_gpu_biasMethod · 0.45

Calls

no outgoing calls

Tested by 4

TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36