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

Method InitSolver

src/caffe/test/test_gradient_based_solver.cpp:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589
590 protected:
591 virtual void InitSolver(const SolverParameter& param) {
592 this->solver_.reset(new SGDSolver<Dtype>(param));
593 }
594};
595
596TYPED_TEST_CASE(SGDSolverTest, TestDtypesAndDevices);

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected