Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
template <typename Dtype>
96
const Dtype* Blob<Dtype>::gpu_data() const {
97
CHECK(data_);
98
return (const Dtype*)data_->gpu_data();
99
}
100
101
template <typename Dtype>
102
const Dtype* Blob<Dtype>::cpu_diff() const {
Callers
15
gpu_shape
Method · 0.45
gpu_diff
Method · 0.45
Update
Method · 0.45
CopyFrom
Method · 0.45
TYPED_TEST
Function · 0.45
TEST_F
Function · 0.45
TYPED_TEST
Function · 0.45
TYPED_TEST
Function · 0.45
forward_gpu_gemm
Method · 0.45
forward_gpu_bias
Method · 0.45
weight_gpu_gemm
Method · 0.45
backward_gpu_bias
Method · 0.45
Calls
no outgoing calls
Tested by
4
TYPED_TEST
Function · 0.36
TEST_F
Function · 0.36
TYPED_TEST
Function · 0.36
TYPED_TEST
Function · 0.36