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

Method NetCallback

python/caffe/_caffe.cpp:312–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310class NetCallback: public Net<Dtype>::Callback {
311 public:
312 explicit NetCallback(bp::object run) : run_(run) {}
313
314 protected:
315 virtual void run(int layer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected