MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / gpu_data

Method gpu_data

rtpose_wrapper/src/caffe/blob.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95template <typename Dtype>
96const Dtype* Blob<Dtype>::gpu_data() const {
97 CHECK(data_);
98 return (const Dtype*)data_->gpu_data();
99}
100
101template <typename Dtype>
102const Dtype* Blob<Dtype>::cpu_diff() const {

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