Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ InitSolver
Method
InitSolver
src/caffe/test/test_gradient_based_solver.cpp:827–829 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
825
826
protected:
827
virtual void InitSolver(const SolverParameter& param) {
828
this->solver_.reset(new NesterovSolver<Dtype>(param));
829
}
830
};
831
832
TYPED_TEST_CASE(NesterovSolverTest, TestDtypesAndDevices);
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected