MCPcopy Create free account
hub / github.com/BVLC/caffe / diff

Method diff

include/caffe/parallel.hpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return data_;
38 }
39 inline Dtype* diff() const {
40 return diff_;
41 }
42
43 protected:
44 const size_t size_; // Size of buffers

Callers 3

apply_buffersFunction · 0.80
ShareDiffMethod · 0.80
FromProtoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected