MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / net

Method net

rtpose_wrapper/include/caffe/solver.hpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 virtual ~Solver() {}
70 inline const SolverParameter& param() const { return param_; }
71 inline shared_ptr<Net<Dtype> > net() { return net_; }
72 inline const vector<shared_ptr<Net<Dtype> > >& test_nets() {
73 return test_nets_;
74 }

Callers 13

CopyLayersFunction · 0.80
ParamsMethod · 0.80
GPUParamsMethod · 0.80
configureMethod · 0.80
InitTrainNetMethod · 0.80
InitTestNetsMethod · 0.80
RunLeastSquaresSolverMethod · 0.80
CheckAccumulationMethod · 0.80
TestSnapshotMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 6

RunLeastSquaresSolverMethod · 0.64
CheckAccumulationMethod · 0.64
TestSnapshotMethod · 0.64
TYPED_TESTFunction · 0.64