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

Method gpu_shape

rtpose_wrapper/src/caffe/blob.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template <typename Dtype>
78const int* Blob<Dtype>::gpu_shape() const {
79 CHECK(shape_data_);
80 return (const int*)shape_data_->gpu_data();
81}
82
83template <typename Dtype>
84const Dtype* Blob<Dtype>::cpu_data() const {

Callers 2

conv_im2col_gpuMethod · 0.80
conv_col2im_gpuMethod · 0.80

Calls 1

gpu_dataMethod · 0.45

Tested by

no test coverage detected