Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ cpu_data
Method
cpu_data
rtpose_wrapper/src/caffe/blob.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
template <typename Dtype>
84
const Dtype* Blob<Dtype>::cpu_data() const {
85
CHECK(data_);
86
return (const Dtype*)data_->cpu_data();
87
}
88
89
template <typename Dtype>
90
void Blob<Dtype>::set_cpu_data(Dtype* data) {
Callers
15
test
Function · 0.45
feature_extraction_pipeline
Function · 0.45
apply_buffers
Function · 0.45
Transform
Method · 0.45
cpu_diff
Method · 0.45
Update
Method · 0.45
CopyFrom
Method · 0.45
Step
Method · 0.45
Test
Method · 0.45
Forward_cpu
Method · 0.45
Forward_cpu
Method · 0.45
TYPED_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
15
Test
Method · 0.36
TYPED_TEST
Function · 0.36
TestForward
Method · 0.36
ComputeLeastSquaresUpdate
Method · 0.36
CheckLeastSquaresUpdate
Method · 0.36
CheckAccumulation
Method · 0.36
TestSnapshot
Method · 0.36
TYPED_TEST
Function · 0.36
TYPED_TEST
Function · 0.36
TestForward
Method · 0.36
TestForward
Method · 0.36
TYPED_TEST
Function · 0.36