Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ head
Method
head
include/caffe/syncedmem.hpp:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
void* mutable_gpu_data();
68
enum SyncedHead { UNINITIALIZED, HEAD_AT_CPU, HEAD_AT_GPU, SYNCED };
69
SyncedHead head() { return head_; }
70
size_t size() { return size_; }
71
72
#ifndef CPU_ONLY
Callers
8
Update
Method · 0.80
asum_data
Method · 0.80
asum_diff
Method · 0.80
sumsq_data
Method · 0.80
sumsq_diff
Method · 0.80
scale_data
Method · 0.80
scale_diff
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64