MCPcopy 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

UpdateMethod · 0.80
asum_dataMethod · 0.80
asum_diffMethod · 0.80
sumsq_dataMethod · 0.80
sumsq_diffMethod · 0.80
scale_dataMethod · 0.80
scale_diffMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64