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:727–729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
725
726
protected:
727
virtual void InitSolver(const SolverParameter& param) {
728
this->solver_.reset(new AdaGradSolver<Dtype>(param));
729
}
730
};
731
732
TYPED_TEST_CASE(AdaGradSolverTest, TestDtypesAndDevices);
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected